createExportToPdfOperation method of the IImagingCoreAPI interface
Creates an operation for exporting image to PDF format.
IImagingCoreAPI.ExportToPdfOperation createExportToPdfOperation( java.io.OutputStream outputStream );
Parameters
- outputStream
- The output stream for export.
Return values
The method returns an instance of the ExportToPdfOperation class. Use the addPage method of the ExportOperation interface to export the image.
02.03.2022 12:59:15