Completed
Last Updated: 15 Jan 2024 07:50 by ADMIN
Release 2024 Q1
Lucas
Created on: 15 Dec 2023 07:16
Category: PdfProcessing
Type: Bug Report
1
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.

Regards,
Yoan
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Lucas
Posted on: 15 Dec 2023 16:16
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:

pdfStream2.Position = 0; PdfFormatProvider provider = new PdfFormatProvider(); RadFixedDocument document2 = provider.Import(pdfStream2);

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.
  • The PDF is a signed document.