Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about Android development and PDF

TOPIC:

AcroForms filling support 9 years 4 months ago #9939

  • inibg2
  • inibg2's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 9
  • Thank you received: 0
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!

Please Log in or Create an account to join the conversation.

AcroForms filling support 9 years 4 months ago #9969

  • inibg2
  • inibg2's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 9
  • Thank you received: 0
Could you see anything?

Thank you

Please Log in or Create an account to join the conversation.

AcroForms filling support 9 years 4 months ago #9973

  • Davide
  • Davide's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65
Hi,
this line of your code:
an.SetEditText(value);
returns true?

Please Log in or Create an account to join the conversation.

AcroForms filling support 9 years 4 months ago #9982

  • inibg2
  • inibg2's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 9
  • Thank you received: 0
The code never reaches that part beacause before that there's an if and the annotation (an) is null
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");

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum