PdfProcessing: NullReferenceException is thrown on import because the value of TransformMethod property is not obtained when Refence is set as an indirect reference
NullReferenceException is thrown on import because the value of TransformMethod property is not obtained.
2 comments
ADMIN
Yoan
Posted on:18 Dec 2023 13:12
Hello Lucas,
You are indeed correct, this task is directly linked to importing a specific signed PDF. Thank you very much for the time and effort you spent in providing us with this feedback, it is much appreciated.
This is specifically happening when I was importing a signed PDF
I am encountering an error while trying to import a signed PDF
document using Telerik's PdfFormatProvider in a .NET environment. Below
is the snippet of code where the issue arises:
Error Description:
Upon executing this code, I receive the following error message: "Object
reference not set to an instance of an object." This suggests a null
reference exception is occurring, but I am unable to pinpoint the exact
cause.
Context:
The issue occurs when importing a specific PDF document.