PdfOutputFlags Enumeration
This enumeration lists options that can be specified when requesting PDF output files. The possible values are:
PDF Output Flags
Name | Value | Description |
pdfOut_None | 0x00 | None |
pdfOut_EmbedFonts | 0x01 | Embed fonts in the created PDF document. |
pdfOut_PdfA | 0x02 | Requests that PDF documents be generated according to the PDF/A ISO specification (suitable for long-term archival). Currently supported only when converting text-based documents to PDF. |
pdfOut_TaggedPdf | 0x04 | Requests a "Tagged PDF" file, which contains additional features for accessibility. Currently supported only when converting text-based documents to PDF. |
pdfOut_KeepFillablePdf | 0x08 | Requests a "Fillable" PDF. Applicable only when assembling HPT templates containing embedded Acrobat form fields. |
pdfOut_TruncateFields | 0x10 | Requests that overflowing fields be truncated instead of sending them to an addendum. Applicable only when assembling HPT templates. |