Table of Contents

Class PdfAConversionOptions

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

Controls how an existing PDF document is converted to PDF/A.

public sealed class PdfAConversionOptions
Inheritance
PdfAConversionOptions
Inherited Members

Properties

Fallback

Behavior when unfixable violations are detected. Default: Rasterize.

IncludeInvisibleTextLayer

When true (default), the raster fallback overlays the source document's text as invisible, searchable text on each page image.

Level

The targeted conformance level. Default: PdfA2b.

Password

Password used to open the source document when it is encrypted. PDF/A prohibits encryption, so the output is always unencrypted. Default: empty (unencrypted source).

RasterDpi

Rendering resolution, in dots per inch, used by the raster fallback. Clamped to the range 72-600. Default: 200.

RasterJpegQuality

JPEG quality (1-100) for page images produced by the raster fallback. Default: 92.

Share