Click or drag to resize

PdfStandardSubset Enumeration

The PDF subset used by the document.

Namespace:  ExpertPdf.HtmlToPdf
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public enum PdfStandardSubset
Members
  Member nameValueDescription
Full0 The full PDF features can be used in the generated PDF document.
Pdf_A_1b1 The generated PDF is in conformance with PDF/A 1b standard which makes the document suitable for long term archiving. All the true type fonts are embedded in the PDF document, transparencies are disabled, and some special metadata to identify the document as PDF/A compliant is inserted in the generated document.
Pdf_X_1a2 The generated PDF is in conformance with PDF/X 1a standard which makes the document suitable for graphics exchange.
Pdf_SiqQ_a3 The generated PDF is in conformance with PDF/SiqQ Level A standard which makes the document suitable for being digitally signed. In PDF/SiqQ Level A all the true type fonts are embedded in the PDF document and the external HTTP links are disabled.
Pdf_SiqQ_b4 The generated PDF is in conformance with PDF/SiqQ Level B standard which makes the document suitable for being digitally signed. In PDF/SiqQ Level A all the true type fonts are embedded in the generated PDF document.
See Also