Reputation: 505
Hello i'm working on a speedreading app and i'm looking for some tips or suggestions. In this app i have to use different reading techniques this requires formatting the text in different sizes from a pdf. for techniques as auto scrolling without pictures. Does someone already know who to do this? or has an example for me?
Upvotes: 0
Views: 372
Reputation: 50089
IF the PDF contains text that is weirdly formatted or contained in images you are without luck, else there are several ObjC libraries available (on github)
they all wrap the CoreGraphics CDPDF* Functions
this isn't that easy and cant be answered in a one-liner but the basic approach is:
Upvotes: 1