Namespace NAPS2.Pdf
Classes
- PdfEncryption
Configuration for PDF encryption (e.g. passwords, permissions).
- PdfExportParams
Additional parameters for exporting PDFs (metadata, encryption, compatibility).
- PdfExporter
Exports images to a PDF file.
- PdfImporter
Imports PDF files.
- PdfMetadata
Represents standard PDF metadata (e.g. author, subject, title).
Interfaces
- IPdfPasswordProvider
Provides a callback to prompt the user for a password to import an encrypted PDF. Alternatively, if you already have the password, you can just specify it in ImportParams.
Enums
- PdfCompat
Compatibility format for generating PDFs, e.g. PDF/A (https://en.wikipedia.org/wiki/PDF/A).