uiwebview - PDF parsing for an eBook app -


For the purpose of creating an eBook reader app, UIWebView is looking for some help on the pros and cons of using CGPDF . The content will be in the form of PDF, in this way I am trying to figure out whether the two APIs - UIWebView or CGPDF will work best. I'm targeting features such as zoom, content table, notes, and annotation, and search.

If you are searching for search, annotation, table of contents etc. ... you get CGPDF * Have to use. UIWebView does not include implementation of them, however, CGPDF may be limited to some extent and is generally quite frustrating :)

On the other hand, using UIWebView is clearly very simple to use is.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -