Print Document Within the Oxygen XML Author Component
Question
Can a document be printed within the Oxygen XML Author Component?
Answer
You can use the following API method to either print the document content to the printer or
to show the Print Preview dialog box, depending on the
preview
parameter
value:AuthorComponentProvider.print(boolean preview)
Here
is the online Javadoc for this method: https://www.oxygenxml.com/InstData/Editor/SDK/javadoc/ro/sync/ecss/extensions/api/component/AuthorComponentProvider.html#print(boolean)