Name | Description | |
---|---|---|
CloseDocument | Closes the currently loaded document and releases any related resources from memory. | |
CombineToPDF | Overloaded. These methods combines all the specified input files to a single PDF document and saves the resulting file to a stream or to a file according to what you have specified. | |
ConvertToPDF | This method converts the specified document from an instantiated input stream object to a single PDF document and saves the resulting file into an instantiated output stream object according to what you have specified.
The PDF version or the PDF conformance level of the resulting PDF document is set according to the given Conformance parameter. | |
Dispose | This method disposes already used GdPictureDocumentConverter object completely. All related resources used by this object are released. | |
GetPageCount | ||
LoadFromFile | This method loads the source document according to a file path you have specified. | |
LoadFromHttp | This method loads the source document from an http uri. | |
LoadFromStream | This method loads the source document from a previously instantiated stream object according to what you have specified. | |
SaveAsDOCX | Overloaded. These methods convert the currently loaded document to DOCX and save it to a stream or to a file according to what you have specified. | |
SaveAsPDF | Overloaded. 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. | |
SaveAsPPTX | Overloaded. These methods convert the currently loaded document to PPTX and save it to a stream or to a file according to what you have specified. | |
SaveAsSVG | Overloaded. 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 SVG. Only the first page within page range is converted. | |
SaveAsTIFF | Overloaded. 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 TIFF. You can also specify the compression method used to compress the resulting image. | |
SaveAsXLSX | Overloaded. These methods convert the currently loaded document to XLSX and save it to a stream or to a file according to what you have specified. |