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

More
10 years 3 months ago #9939 by inibg2
Replied by inibg2 on topic AcroForms filling support
We are trying to replace the library we alredy work with (PDFTron) and with that library I'm able to fill the PDF in android and iOS.
Here it's the original file again if the first one had any problem: drive.google.com/file/d/0B8R8_Deq5gRmY0s...QjQ/view?usp=sharing

Here it is with some filled data: drive.google.com/file/d/0B8R8_Deq5gRmdTB...RTQ/view?usp=sharing

Thank you!
More
10 years 3 months ago #9969 by inibg2
Replied by inibg2 on topic AcroForms filling support
Could you see anything?

Thank you
More
10 years 2 months ago #9973 by Davide
Replied by Davide on topic AcroForms filling support
Hi,
this line of your code:
Code:
an.SetEditText(value);
returns true?
More
10 years 2 months ago #9982 by inibg2
Replied by inibg2 on topic AcroForms filling support
The code never reaches that part beacause before that there's an if and the annotation (an) is null
Code:
an = p.GetAnnotByName(property); if (an != null) { Log.d("GXC", "Encuentro y grabo el valor"); an.SetEditText(value); break; } else Log.d("GXC", "no lo encontre al valor");
Time to create page: 0.363 seconds
Powered by Kunena Forum