Releases: unidoc/unioffice-examples
Releases · unidoc/unioffice-examples
v1.21.0
New examples of UniOffice v1.21.0:
- add example for RTL text
https://github.com/unidoc/unioffice-examples/tree/master/document/paragraph-rtl - add example for Custom Table of Contents
https://github.com/unidoc/unioffice-examples/tree/master/document/toc-custom
New updates of UniOffice examples:
- [US-149] Changed ActiveX example both to modify values and show them.
- sync go mod with unioffice
v1.20.0
New examples for UniOffice v1.20.0:
- Example for table row can't split
https://github.com/unidoc/unioffice-examples/tree/master/document/table-row-cant-split - Example for non persistent cache metered API Key
https://github.com/unidoc/unioffice-examples/tree/master/license/metered-non-persistent-cache
v1.19.0
v1.17.0
v1.16.0
v1.15.0
v1.14.0
New examples for UniOffice v1.14.0:
- Example for XLSX to PDF conversion
https://github.com/unidoc/unioffice-examples/tree/master/spreadsheet/convert_to_pdf - Licensing updated to use unicloud metered license by default in examples and providing another example for offline license key usage
https://github.com/unidoc/unioffice-examples/tree/master/license
v1.13.0
New examples for UniOffice v1.13.0 https://github.com/unidoc/unioffice/releases/tag/v1.13.0
- DOCX to PDF conversion with custom composite symbolic fonts (chinese, japanese, korean for instance).
https://github.com/unidoc/unioffice-examples/tree/master/document/doc-to-pdf-fonts - DOCX to PDF example updates
https://github.com/unidoc/unioffice-examples/blob/master/document/doc-to-pdf - Adding an image-based watermark to a docx file
https://github.com/unidoc/unioffice-examples/tree/master/document/watermark-picture - Adding a text-based watermark to a docx file
https://github.com/unidoc/unioffice-examples/tree/master/document/watermark-text
v1.12.0
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