Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about iOS development and PDF

incrust annotation

More
10 years 4 months ago #10598 by colliot
incrust annotation was created by colliot
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
More
10 years 4 months ago #10599 by emanuele
Replied by emanuele on topic incrust annotation
Hi,

you can use something like:
Code:
[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.
Time to create page: 0.423 seconds
Powered by Kunena Forum