Platforms to show: All Mac Windows Linux Cross-Platform

Back to DynaPDFMBS class.

Previous items Next items

DynaPDFMBS.kofConvNonEmbFontsOnly = &h00800000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 21.0
One of the constants for the Optimize function.

Meaningful only, if the flag kofConvTextToOutlines is set. If set, text of non-embedded fonts are converted to outlines only. Embedded fonts remain embedded.

DynaPDFMBS.kofConvTextToOutlines = &h00400000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 21.0
One of the constants for the Optimize function.

If set, texts of non-Type3 fonts are converted to outlines or vector graphics. The resulting file contains no fonts with exception of Type3 fonts, if any. Such files are large but avoid printing issues due to missing or damaged fonts.

DynaPDFMBS.kofDefault = 0

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 16.4
One of the constants for the Optimize function.

Just rebuild the content streams.

DynaPDFMBS.kofDeleteAlternateImages = &h00000400

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 16.4
One of the constants for the Optimize function.

If set, alternate images will be deleted.

DynaPDFMBS.kofDeleteInvPaths = 64

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 16.1
One of the constants for the Optimize function.

Delete invisible paths. An invisible path is a path that was finished with the no-op operator "n".

DynaPDFMBS.kofDeletePrivateData = &h00000100

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 16.4
One of the constants for the Optimize function.

Delete private data objects from pages, templates, and images.
For example Indesign may store the original Photoshop image within the PDF file.

DynaPDFMBS.kofDeleteThumbnails = &h00000200

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 16.4
One of the constants for the Optimize function.

Thumbnails can be deleted since PDF viewers can create thumbnails easily on demand.

DynaPDFMBS.kofFailOnOverprinting = &h08000000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 21.1
One of the constants for the Optimize function.

Meaningful only if a color conversion flag is set. If set, the function returns with a fatal error if an object with enabled overprinting was found on the page. The appearance of overprinted objects would change and make the page maybe unusable. Overprinted objects can be left unchanged (set the flag kofSkipOverprintedObj in this case) or Optimize() can return with a fatal error to avoid the creation of an invalid document.

DynaPDFMBS.kofFlattenLayers = &h00000080

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 16.1
One of the constants for the Optimize function.

Flatten layers if any.

DynaPDFMBS.kofIgnoreDeviceN = &h01000000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 21.1
One of the constants for the Optimize function.

If set, DeviceN color spaces are left unchanged.

DynaPDFMBS.kofIgnoreICCBased = 4

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 14.2
One of the constants for the Optimize function.

If set, ICCBased color spaces will be left unchanged.

DynaPDFMBS.kofIgnoreNChannel = &h02000000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 21.1
One of the constants for the Optimize function.

If set, NChannel color spaces are left unchanged.

DynaPDFMBS.kofIgnoreSeparation = &h04000000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 21.1
One of the constants for the Optimize function.

If set, Separation color spaces are left unchanged.

DynaPDFMBS.kofIgnoreSeparationAll = &h80000000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 22.0
One of the constants for the Optimize function.

Meaningful only if a color conversion flag is set. If set, Separation color spaces with the special colorant "All" will be ignored.

DynaPDFMBS.kofIgnoreZeroLineWidth = &h00001000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 16.4
One of the constants for the Optimize function.

Meaningful only if the parameter MinLineWidth of the DynaPDFOptimizeParamsMBS class is greater zero. If set, ignore line width operators with a value of zero (zero means one device unit).

DynaPDFMBS.kofInMemory = 1

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 16.1
One of the constants for the Optimize function.

Optimize the file fully in memory. Only useful for small PDF files.

DynaPDFMBS.kofNewLinkNames = 32

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 16.1
One of the constants for the Optimize function.

If set, rename all object links to short names like F1, F2 etc.

DynaPDFMBS.kofNoFilterCheck = &h00008000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 18.4
One of the constants for the Optimize function.

Meaningful only, if the flag ofCompressWithJBIG2 is set. If set, re-compress all 1 bit images, also if already compressed with JBIG2.

DynaPDFMBS.kofNoImageSizeCheck = &h00000800

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 16.4
One of the constants for the Optimize function.

Meaningful only if ofScaleImages is set. If set, do not check whether the scaled image is smaller as the original image.

DynaPDFMBS.kofRemoveBatesNumbers = &h20000000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 21.1
One of the constants for the Optimize function.

Remove bates numbers if any. The type BatesN can also contain headers / footers.

DynaPDFMBS.kofRemoveHeaderFooter = &h40000000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 21.1
One of the constants for the Optimize function.

Remove headers / footers if any. This type is set if no bates numbering was added.

DynaPDFMBS.kofReplaceJP2KWithJPEG = &h00100000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 19.3
One of the constants for the Optimize function.

Meaningful only, if the flag kofConvertToGray, kofConvertToRGB, or kofConvertToCMYK is set. If set, JPEG 2000 compressed images (which are converted to another color space) will be compressed with JPEG instead JPEG 2000. JPEG 2000 compression is very slow and requires much memory. JPEG compression is around 10 times faster and produces almost identical results.

DynaPDFMBS.kofScaleImages = 8

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 14.2
One of the constants for the Optimize function.

Scale images as specified in the DynaPDFOptimizeParamsMBS class.

DynaPDFMBS.kofSkipMaskedImages = 16

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 16.4
One of the constants for the Optimize function.

Meaningful only if ofScaleImages is set. If set, don't scale images with a color mask.

DynaPDFMBS.kofSkipOverprintedObj = &h10000000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 21.1
One of the constants for the Optimize function.

Meaningful only if a color conversion flag is set. If set, objects that would be rendered with enabled overprinting are left unchanged to avoid color errors on the page.

DynaPDFMBS.kofUseOtsuFilter = &h00200000

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 20.2
Whether to use Otsu filter.

Meaningfulonly, if the flag kofConvertGrayTo1Bit is set.
The Otsu filter is useful for gray scanned faxes.

DynaPDFMBS.koiAll = 8

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 10.5
One of the object intent constants for CreateOCG.

DynaPDFMBS.koiDesign = 2

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 10.5
One of the object intent constants for CreateOCG.

DynaPDFMBS.koiEmpty = 16

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 10.5
One of the object intent constants for CreateOCG.

Internal (refers to koiView if used)

DynaPDFMBS.koiView = 4

Type Topic Plugin Version
const DynaPDF MBS DynaPDF Plugin 10.5
One of the object intent constants for CreateOCG.

Default.

Previous items Next items

The items on this page are in the following plugins: MBS DynaPDF Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...