« Upcoming change of VA… | Home | Mac App Store submiss… »

Tip of the day: DynaPDF duplicate check

If you import PDF files into DynaPDF for combining or editing, you may want to use the if2DuplicateCheck flag for SetImportFlags2. This enables the engine to replace duplicate items in the PDFs with one common item. e.g. avoid storing images or fonts twice if referenced on several places.

With next FileMaker plugin we enable it by default. Xojo developers please use a line like this:

call pdf.SetImportFlags2( bitwiseor(pdf.kif2DuplicateCheck, pdf.kif2Normalize)) The biggest plugin in space...
08 07 14 - 13:46