- Posts: 814
- Thank you received: 65
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
AcroForms filling support
10 years 9 months ago #9926
by Davide
Replied by Davide on topic AcroForms filling support
Hi,
you are always checking first page with this line of your code:
I think you should use:
you are always checking first page with this line of your code:
Code:
p = m_doc.GetPage(0);
Code:
p = m_doc.GetPage(currentPage);
10 years 9 months ago #9928
by inibg2
Replied by inibg2 on topic AcroForms filling support
Yes, that's the intention of currentPage variable, anyway I tried both ways and the document has only one page.
10 years 9 months ago #9929
by Davide
Replied by Davide on topic AcroForms filling support
Hi,
can you please send us the pdf so we can test it?
can you please send us the pdf so we can test it?
10 years 9 months ago - 10 years 9 months ago #9930
by inibg2
Replied by inibg2 on topic AcroForms filling support
Yes of course.
Here it is: drive.google.com/file/d/0B8R8_Deq5gRmSHE...X3c/view?usp=sharing
Thank you.
Here it is: drive.google.com/file/d/0B8R8_Deq5gRmSHE...X3c/view?usp=sharing
Thank you.
Last edit: 10 years 9 months ago by inibg2. Reason: I couldn't attach the file
10 years 9 months ago #9936
by support
Replied by support on topic AcroForms filling support
May you send a fulfilled file?
I'm trying to fulfill it but without fortune.
I was trying Acrobat Reader DC 2015.09 on Windows, Acrobat Pro 11 on MacOS, MacOSX Preview, Foxit PhantomPDF 7.1 on Windows. None of them is able to modify fields contents.
I'm trying to fulfill it but without fortune.
I was trying Acrobat Reader DC 2015.09 on Windows, Acrobat Pro 11 on MacOS, MacOSX Preview, Foxit PhantomPDF 7.1 on Windows. None of them is able to modify fields contents.
Time to create page: 0.412 seconds