SignerProcess Method |
Process a document
Apply document-level processing options without any signature operation. For example:
Non-critical processing errors raise a Warning. It is recommended to review the WarningCategory and handle them if necessary for the application.
public Document Process( Document document, Stream stream, OutputOptions outputOptions = null, Provider provider = null )
Exception | Condition |
---|---|
LicenseException | The license check has failed. |
IOException | Writing to the stream failed. |
UnsupportedFeatureException | The input PDF contains unrendered XFA form fields. See Xfa for more information on how to detect and handle XFA documents. |
HttpException | If a network error occurs, e.g. downloading revocation information (OCSP, CRL). |
ArgumentNullException | if document is . |
ArgumentNullException | if stream is . |