This section provides information about the following:
To load a password protected PDF refer to Use PDF Security.
ImageGear .NET PDF component provides the ImGearPDFSaveOptions class that defines options for saving raster pages and documents to specific PDF formats like PDF/A. This class is derived from the regular ImGearSaveOptions class and could be used with the regular ImGearFileFormats.SavePage and ImGearFileFormats.SaveDocument methods that take ImGearSaveOptions parameter.
The following sample code demonstrates how to use the ImGearPDFSaveOptions class for saving raster document to PDF/A:
In order to reduce the size of a PDF document, use the ImageGear PDF Filter Control Parameters "SaveFlags". For this purpose, combine the following ImGearPDFSaveFlags:
To save a password protected PDF refer to Use PDF Security.
See Export to a PDF Document for more information.
See Convert... for more information.