GdPicture.NET.14
GdPicture14 Namespace / GdPictureDocumentConverter Class / CombineToPDF Method





In This Topic
CombineToPDF Method (GdPictureDocumentConverter)
In This Topic
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.
Overload List
OverloadDescription
This method combines all the specified input files to a single PDF document and saves the resulting file according to a file path you have specified.

The PDF version or the PDF conformance level of the resulting PDF document is set according to the given Conformance parameter.

 
This method combines all the specified input files to a single PDF document and saves the resulting file to 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.

 
This method combines all the specified input files to a single PDF document and saves the resulting file to 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.

 
See Also