Table of Contents

Enum PdfAConformanceLevel

Namespace
LMKit.Document.Pdf
Assembly
LM-Kit.NET.dll

Identifies the PDF/A conformance level targeted by a conversion. All levels are B-level (visual reproduction) targets.

public enum PdfAConformanceLevel

Fields

PdfA1b = 0

PDF/A-1b (ISO 19005-1, level B). Based on PDF 1.4. Prohibits transparency and JPEG2000.

PdfA2b = 1

PDF/A-2b (ISO 19005-2, level B). Based on PDF 1.7. Allows transparency and JPEG2000. Recommended default.

PdfA3b = 2

PDF/A-3b (ISO 19005-3, level B). Same as PDF/A-2b plus embedded files of any format.

Share