GdPicture.NET.14
GdPicture14 Namespace / GdPicturePDF Class / SaveToFile Method





In This Topic
SaveToFile Method (GdPicturePDF)
In This Topic
These methods save your currently loaded PDF document to a file in several ways according to your preference.
Overload List
OverloadDescription
Saves the currently loaded PDF document to a file according to a file path you have specified.

Please note that you can highly reduce the file size of the PDF document by enabling the use of the standard compression mechanism during saving.

 
Packs and saves the currently loaded PDF document to a file according to a file path you have specified.

Please note that you can highly reduce the file size of the PDF document by enabling the use of the standard compression mechanism during saving.

 
Packs, linearizes and saves the currently loaded PDF document to a file according to a file path you have specified.

Please note that you can highly reduce the file size of the PDF document by enabling the use of the standard compression mechanism during saving.

 
Encrypts the currently loaded PDF document according to a specified encryption algorithm and saves it to a file according to a file path you have specified. Encryption process is not allowed for PDF/A compliant documents.

Please note that encrypted PDF files are always saved without using the packing mechanism. You can however use the standard compression process.

Please read more about the password and permissions security in the SetPassword method.

 
See Also