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

TOPIC:

incrust annotation 7 years 11 months ago #10598

  • colliot
  • colliot's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 11
  • Thank you received: 0
Is there a way to incrust editText and ink annotation into pdf page in order to make them non modifiable on the next opening?
Thanks by advance

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

incrust annotation 7 years 11 months ago #10599

  • emanuele
  • emanuele's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 580
  • Thank you received: 67
Hi,

you can use something like:
[page flatAnnots];
[m_doc save];
where "page" is a PDFPage instance.
flatAnnots method will flat the pdf page, so you wont be able to interact with annotations.

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

  • Page:
  • 1
Powered by Kunena Forum