Skip to content

Commit

Permalink
Merge pull request #247 from axonivy-market/MARP-114-Doc-Add-tip-rega…
Browse files Browse the repository at this point in the history
…rding-license-loading

MARP-114 added tips regarding license loading for aspose components
  • Loading branch information
ivy-sgi authored Feb 6, 2024
2 parents c7c1632 + 98ba70a commit 84de310
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc-factory-doc/source/doc-factory/doc-factory-object.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,12 @@ instance of your document factory class.
.. tip::
For more information about the methods of the BaseDocFactory, please refer to its **JavaDoc**.

.. tip::
If you use Aspose libraries delivered with the Axon Ivy Platform outside of the
AsposeDocFactory, then you have to load the licenses for each product used.
See :file:DocumentCreator.java in the DocFactory examples.

.. tip::
If you use Aspose libraries **not** packaged with the Axon Ivy Platform, then you
have to add the packages and load the appropriate license for each product used.
See :file:IvyAsposeBarcoder.java in aspose-barcode-demo.
2 changes: 2 additions & 0 deletions doc-factory-doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ moment, it is implemented with the commercial Java Library `Aspose
<https://repository.aspose.com/repo/com/aspose/>`_ to your Axon Ivy project and
call the Java API. You can find the complete documentation on the Aspose
website at `Aspose <https://www.aspose.com>`_.
For correct license handling, kindly refer to the tips given in
:ref:`DocFactory Object <df-doc-factory-object>`

Microsoft Office templates contain fixed text and dynamic merge fields. A merge
field is a placeholder for text information. Each merge field has a name and
Expand Down

0 comments on commit 84de310

Please sign in to comment.