PDFAFormatter¶
Namespace: O2S.Components.PDF4NET.Standards
Defines a formatter that can save PDF files in PDF/A format.
Inheritance Object → PDFStandardFormatter → PDFAFormatter
Constructors¶
PDFAFormatter(PDFAFormat)¶
Initializes a new PDFAFormatter object.
Parameters
format PDFAFormat
PDF/A standard for which the formatter is initialized.
Methods¶
Save(PDFFixedDocument, String, PDFAFormat)¶
Saves the document to the stream in the specified PDF/A format.
Parameters
document PDFFixedDocument
The document to save.
fileName String
Destination file where the document is saved.
format PDFAFormat
PDF/A format for the saved document.
Save(PDFFixedDocument, Stream, PDFAFormat)¶
Saves the document to the stream in the specified PDF/A format.
Parameters
document PDFFixedDocument
The document to save.
stream Stream
Destination stream where the document is saved.
format PDFAFormat
PDF/A format for the saved document.