Skip to content

v1.12.0

Compare
Choose a tag to compare
@gunnsth gunnsth released this 16 Jun 10:10
· 44 commits to master since this release
2e25a0d

New examples for UniOffice v1.12.0 https://github.com/unidoc/unioffice/releases/tag/v1.12.0

  • Add chart.docx/pdf example for doc-to-pdf conversion
    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