createExportToPdfOperation: method of the RTRImagingCoreAPI protocol
Creates an operation for exporting image to PDF format.
- (id<RTRCoreAPIExportToPdfOperation>)createExportToPdfOperation:(id<RTROutputStream>)outputStream;
Parameters
- outputStream
- The output stream for export.
Return values
The method returns an instance implementing the RTRCoreAPIExportToPdfOperation protocol. Use the addPageWithImage: method of the RTRCoreAPIExportOperation protocol to export the image.
02.03.2022 12:59:15