Class PdfAConversionOptions
Controls how an existing PDF document is converted to PDF/A.
public sealed class PdfAConversionOptions
- Inheritance
-
PdfAConversionOptions
- Inherited Members
Properties
- IncludeInvisibleTextLayer
When
true(default), the raster fallback overlays the source document's text as invisible, searchable text on each page image.
- 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.