- Posts: 19
- Thank you received: 0
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
Save Markup to database and delete from database
IP: 192.168.0.71
11 years 8 months ago #8310
by t.revor
Replied by t.revor on topic Save Markup to database and delete from database
hi Gracanin
how did you manage to save your annotations?
i get the annot rect, the annot , the page it is in, but i am unable to save it using core data and sql,,, what did you use and how?
thanx in adv!!
how did you manage to save your annotations?
i get the annot rect, the annot , the page it is in, but i am unable to save it using core data and sql,,, what did you use and how?
thanx in adv!!
- TheMashupApp
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
11 years 7 months ago #8444
by TheMashupApp
Replied by TheMashupApp on topic Save Markup to database and delete from database
Can we get a complete iOS example on how to extract the text of both a highlight and underline annotation? Since it is a common task, we can make that into an extension so the whole community can benefit 
Thank you.
Thank you.
11 years 7 months ago #8450
by emanuele
Replied by emanuele on topic Save Markup to database and delete from database
Hi,
you can get annot text only in OnSelEnd method (when you select the text).
Otherwise you can only get the annot rect (for highlight, underline...)
you can get annot text only in OnSelEnd method (when you select the text).
Otherwise you can only get the annot rect (for highlight, underline...)
- TheMashupApp
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
11 years 7 months ago #8454
by TheMashupApp
Replied by TheMashupApp on topic Save Markup to database and delete from database
I am looking to process the annotations without user interaction. The API is unclear how to extract the text from annotation rectangle. Shouldn't this be possible?
thank you
thank you
11 years 7 months ago #8503
by emanuele
Replied by emanuele on topic Save Markup to database and delete from database
HI,
unfortunately, the SDK doesn't allow to extract text from markup annotation.
you can extract text from annotations like links or text annotation
unfortunately, the SDK doesn't allow to extract text from markup annotation.
you can extract text from annotations like links or text annotation
Time to create page: 0.373 seconds