PdfDocumentProcessor.SaveDocument Method
Name | Parameters | Description |
---|---|---|
Save |
stream, options, detach |
Saves the current PDF document to the specified stream with encryption settings and document signature using detach stream mode. |
Save |
stream, options | Saves the current PDF document to the specified stream with encryption settings and document signature. |
Save |
stream, detach |
Saves the current PDF document to the specified stream using the detach stream mode. |
Save |
stream | Saves the current document to the specified file stream. |
Save |
path, options, detach |
Saves the current PDF document to the specified file with encryption settings and document signature using the detach stream mode. |
Save |
path, options | Saves the current PDF document to the specified file path with encryption and sign settings. |
Save |
path, detach |
Saves the current PDF document to the specified file using the detach stream mode. |
Save |
path | Saves the current document to the specified file path. |