GdPicture.NET.14
GdPicture14 Namespace / GdPictureDocumentConverter Class

In This Topic
GdPictureDocumentConverter Class Methods
In This Topic

For a list of all members of this type, see GdPictureDocumentConverter members.

Public Methods
 NameDescription
Public MethodCloses the currently loaded document and releases any related resources from memory.  
Public MethodOverloaded. 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.  
Public MethodThis 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.

 
Public MethodThis method disposes already used GdPictureDocumentConverter object completely. All related resources used by this object are released.  
Public Method  
Public MethodThis method loads the source document according to a file path you have specified.  
Public MethodThis method loads the source document from an http uri.  
Public MethodThis method loads the source document from a previously instantiated stream object according to what you have specified.  
Public MethodOverloaded. 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.  
Public MethodOverloaded. 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.  
Public MethodOverloaded. 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.  
Public MethodOverloaded. 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.  
Public MethodOverloaded. 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.  
Public MethodOverloaded. 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.  
Top
See Also