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

TOPIC:

Restore form by Document.ExportForm() result 9 years 7 months ago #7195

  • LingvistonTheOne
  • LingvistonTheOne's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 10
  • Thank you received: 0
Premium license provides methods Document.ExportForm(). Is there any way to restore form filling by this string? For example if I want to have form filling to be synchronized cross many devices.
EDIT. Look like I can use combintaion of GetAnnotCount and GetAnnot methods. Is there any simplier way or I must stick with this one?

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

Last edit: by chetberry.

Restore form by Document.ExportForm() result 9 years 7 months ago #7199

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
xml form data string are extracted in document level, not page level.
to restore form data string, may need to do much changes.

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

Restore form by Document.ExportForm() result 9 years 7 months ago #7202

  • LingvistonTheOne
  • LingvistonTheOne's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 10
  • Thank you received: 0

xml form data string are extracted in document level, not page level.

Yes, but I can go through every page and every annotation in it.

to restore form data string, may need to do much changes.

But it look like the only way to synchronize form filling cross several devices. Sending the whole pdf is not a solution cause it may be really large.

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

  • Page:
  • 1
Powered by Kunena Forum