Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfDocumentProcessor.SaveDocument Method

Name Parameters Description
SaveDocument(Stream, PdfSaveOptions, Boolean) stream, options, detachStream Saves the current PDF document to the specified stream with encryption settings and document signature using detach stream mode.
SaveDocument(Stream, PdfSaveOptions) stream, options Saves the current PDF document to the specified stream with encryption settings and document signature.
SaveDocument(Stream, Boolean) stream, detachStream Saves the current PDF document to the specified stream using the detach stream mode.
SaveDocument(Stream) stream Saves the current document to the specified file stream.
SaveDocument(String, PdfSaveOptions, Boolean) path, options, detachStream Saves the current PDF document to the specified file with encryption settings and document signature using the detach stream mode.
SaveDocument(String, PdfSaveOptions) path, options Saves the current PDF document to the specified file path with encryption and sign settings.
SaveDocument(String, Boolean) path, detachStream Saves the current PDF document to the specified file using the detach stream mode.
SaveDocument(String) path Saves the current document to the specified file path.