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.

Mon Sep 21, 2015 3:08 pm

:?:
Hi to all

We're looking desperately for a PDF Tool that is able to read the attached PDF (V 1.7) and fill out the form fields. We tried sprire.pdf but it seems that it's not able as well.

Please can you check the PDF attached and give us a feedback, why we cannot open the PDF and fill out the form fields?

Thank you for your help.

Daniel Ch. Bloch

btvdataag
 
Posts: 2
Joined: Wed Jun 24, 2015 7:59 am

Tue Sep 22, 2015 2:56 am

Hello Daniel Ch. Bloch,

Thanks for your inquiry.
Please use Spire.PDF Pack(Hot Fix) Version:3.5.51 and refer to the below code to get the fields.
Code: Select all
 PdfDocument pdf = new PdfDocument();
            pdf.LoadFromFile("..\\..\\Abrechnung_SSL_02_Standard-prod-V3.pdf");
            PdfFormWidget form = pdf.Form as PdfFormWidget;
            if (form.XFAForm != null)
            {
                List<XfaField> xfafields = form.XFAForm.XfaFields;
                //......
            }

Best wishes,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2772
Joined: Wed Jun 27, 2012 8:50 am

Wed Sep 23, 2015 6:41 am

Hello Daniel Ch. Bloch,

Has your problem been resolved?
Thanks for your feedback.

Best wishes,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2772
Joined: Wed Jun 27, 2012 8:50 am

Fri Sep 25, 2015 7:44 am

Hi Amy

Yes, this problem is solved, thank you very much for your help.

Daniel

btvdataag
 
Posts: 2
Joined: Wed Jun 24, 2015 7:59 am

Fri Sep 25, 2015 8:19 am

Hello Daniel,

Thanks for your reply.
Welcome to write to us again for further problems.

Best Regards,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2772
Joined: Wed Jun 27, 2012 8:50 am

Return to Spire.PDF