Breaking Changes
Below is the list of breaking changes to take into consideration during the migration process.
iText version
In order to fix known vulnerabilities iText library was upgraded to 7.2.5.
This may have impact on:
-
Custom addins that use iText (version must be upgraded to match)
-
PDF document used in productive environments that are not compliant with PDF specification.
This may happend because historically iText have been becoming less and less permissive towards ill-formatted PDFs.
Addins Interfaces Removed
IPDFSignatureTextAddin
Addin IPDFSignatureTextAddin was deprecated since 1.8 and has finally been removed. From now on use ISignatureDetailsAddin for the same purpose.
ISignMethodV2Addin
Addin ISignMethodV2Addin was renamed to ISignMethodAddin. And the old specification ISignMethodAddin as changed.
-
If you were using ISignMethodV2Addin simply rename your interface to ISignMethodAddin
-
If you were still using the old ISignMethodV2Addin you will need to adapt your implementation to the new interface.
Addins Interfaces Modified
ISignMethodAddin
Addin ISignMethodAddin has changed, see: Addins Removed - ISignMethodV2Addin