Spire.PDF is a professional PDF library applied to creating, writing, editing, handling and reading PDF files without any external dependencies. Get free and professional technical support for Spire.PDF for .NET, Java, Android, C++, Python.

Fri Mar 27, 2015 6:26 pm

Hello,
I've recently started using the free version of Spire PDF(v.3.2.102) and while trying to read data from a PDF form (created with Adobe Acrobat 9 Pro) i get this excemption when I make the cast of the document.Form to PdfFormWidget.
My code is :

string pdffile = @"\\192.168.1.93\s$\Panos Avramedes\PDF IN\XML101 ΚΑΤΑΝΑΛΩΤΙΚΑ ΤΣΑΦΑΡΑΣ\ΛΑΛΟΣ_ΙΩΑΝΝΗΣ_90875.pdf"
PdfDocument document = new PdfDocument();
document.LoadFromFile(pdffile);

PdfFormWidget formWidget = document.Form as PdfFormWidget;

I've attached a sample of the PDF form whose data I am trying to read ...
I would really appreciate any help.

axaros
 
Posts: 2
Joined: Fri Mar 27, 2015 6:09 pm

Mon Mar 30, 2015 2:51 am

Hello,

Thanks for your inquiry.
I have reproduced your issue and posted it to our dev team. We will inform you when it is resolved.

Best Regards,
Betsy
E-iceblue support team
User avatar

Betsy
 
Posts: 802
Joined: Mon Jan 19, 2015 6:14 am

Mon Apr 06, 2015 11:56 am

Hello Betsy,
should I expect a hot fix soon?

I am afraid that I ' ll have to find a solution soon or choose an another PDF handling .net library.

Kind Regards,

axaros
 
Posts: 2
Joined: Fri Mar 27, 2015 6:09 pm

Tue Apr 07, 2015 4:01 am

Hello,

Sorry that I can’t give you the established time the hotfix is released. The exception issue has been resolved, but there is another issue. Our dev team is working on it. Once it is been resolved, we will let you know immediately.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy
 
Posts: 802
Joined: Mon Jan 19, 2015 6:14 am

Wed Jun 17, 2015 4:34 pm

Getting the same error - was this fixed?

bdurcan
 
Posts: 1
Joined: Thu Apr 23, 2015 2:19 pm

Return to Spire.PDF