v1.12.0
This minor version release includes the following changes:
-
Multiple PDF conversion fixes: Chart handling, indentation and font styles, hyperlinks
-
Add image wrapping options (document package) [UO-80]
-
Paragraph indent and line spacing with example page size and orientation (document package) [UO-83]
-
Extract hyperlink in r.Text() [UO-90] Resolves #268
New examples
-
Add chart.docx/pdf example for doc-to-pdf conversion to illustrate chart support
document/doc-to-pdf/main.go -
Add document image-text-wrap example for showcasing how to configure text wrapping around images in docx word files
document/image-text-wrap/main.go -
Add document page-size-and-orientation to illustrate how to control page sizing and orientation such as portrait vs landscape
document/page-size-and-orientation/main.go -
Add document paragraph-style example for document package to showcase how to use paragraph styles
document/paragraph-style/main.go -
Update paragraph_spacing_and_indentation example to show more cases in document package
document/paragraph_spacing_and_indentation/main.go