Print Class |
The optimization profile suitable for printing
All colors are converted to CMYK for optimal output on printing devices. Spider (web capture) information is removed. Embedded Type1 (PostScript) fonts are converted to Type1C (Compact Font Format) which further reduces the file size. The resolution of images stays untouched.
When an image is recompressed, the PreserveQuality strategy is used; this can be overridden through the property ImageRecompressionOptions.
With this profile, the output PDF version is updated to PDF 1.7 or higher and PDF/A conformance removed.
public class Print : Profile
The Print type exposes the following members.
Name | Description | |
---|---|---|
CopyMetadata | Whether to copy metadata Copy document information dictionary and XMP metadata. Default: .(Inherited from Profile) | |
FontOptions | The font optimization options (Inherited from Profile) | |
ImageRecompressionOptions | The image recompression options (Inherited from Profile) | |
RemovalOptions | The parameters defining the optional data to remove or flatten (Inherited from Profile) |
Name | Description | |
---|---|---|
Equals | (Inherited from NativeObject) | |
GetHashCode | (Inherited from NativeObject) |