EVO HTML to PDF Converter

PdfStandardSubset Enumeration

EVO PDF Client for .NET Documentation
This enumeration represents the possible standards used by a PDF document

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.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, external HTTP links are disabled, 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.
See Also

Reference