Common PDF Settings
- imageQuality: The image quality to use when saving the Pdf document. Valid values are as follows.
- Default high quality, medium to large file size
- High highest quality, largest file size
- Low low quality, small file size
- Medium medium quality, medium file size
- compression: The compression level to use when saving the Pdf document. Valid values are as follows.
- BestCompression highest compression, slowest save
- BestSpeed low compression, fastest save
- Default high compression, fast save
- None no compression (for debugging)
- fontType: Indicates how to encode fonts when saving the document. Valid values are as follows.
- Embedded saves TrueType fonts along with the file (increases file size)
- Standard uses only standard PDF fonts (Helvetica, Times, Symbol)
- TrueType uses TrueType fonts without embedding them (viewer must have fonts installed)
- author: The name of the person that created the Pdf document.
- creator: The name of the application that created the original document.
- subject: The subject of the Pdf document.
- title: The title of the Pdf document.
- producer: The name of the application that created the Pdf document.
- keywords: The keywords associated with the Pdf document.
- allowCopyContent: A Boolean value that indicates whether the user can copy contents from the Pdf document.
- allowEditAnnotations: A Boolean value that indicates whether the user can edit annotations in the Pdf document.
- allowEditContent: A Boolean value that indicates whether the user can edit the contents of the Pdf document.
- allowPrint: A Boolean value that indicates whether the user can print the Pdf document.
- encryption: Specifies the type of encryption used for the Pdf document. Valid values are as follows.
- Aes128 uses Advanced Encryption Standard 128 bit encryption algorithm
- NotPermit uses no encryption due to FIPS compliance (MD5 and AES128 are not FIPS-compliant)
- Standard128 uses Standard 128 bit encryption algorithm
- Standard40 uses Standard 40 bit encryption algorithm
- ownerPassword: Specifies the password required to change permissions for the Pdf document.
- userPassword: Specifies the password required to open the Pdf document.
You can use these settings for PDF Export in Wijcharts, Wijgrid and Wijevcal.
See Also