Last Updated:
30 Oct 2020 14:18
by ADMIN
PdfProcessing: NotImplementedException is thrown when merging documents with unsupported annotations
Currently, the implementation of the PdfFormatProvider supports the import of Link and Widget annotations. However, other annotation types, such as Text and Pop-up annotations, are imported with limited support - only some of their visual appearance properties are imported. This leads to unpredictable results when exporting or merging. However, the exception could be avoided and the annotation can be skipped. This will ensure the client application is running without errors.