In This Topic

SaveAsPDF Method (GdPictureDocumentConverter)

In This Topic
These methods convert and save the currently loaded document to a stream or to a file according to what you have specified. The output document format is PDF. You can also specify the PDF conformance level of the resulting PDF document.
Overload List
OverloadDescription
This method converts and saves (in other words, creates a brand new destination document) the currently loaded document to an instantiated stream object according to what you have specified. The output document format is PDF.

The PDF conformance level of the saved PDF document is set according to the parameter specified by you.

 
This method converts and saves (in other words, creates a brand new destination document) the currently loaded document to a PDF document according to a file path you have specified.

The PDF conformance level of the saved PDF document is set according to the parameter specified by you. Currently, this class doesn't provide a valid conversion of existing PDF documents to PDF/A documents. For more details, please see the section Remarks below.

 
See Also