Is there any PDF parser written in objective-c or c?

后端 未结 3 519
情深已故
情深已故 2021-01-13 16:46

I\'m writing a pdf reader iPhone application.

I know how to show pdf file in view using CGPDF** classes in iOS.

What I want to do now is to search text in pd

3条回答
  •  一向
    一向 (楼主)
    2021-01-13 17:04

    Take a look at the CGPDFScanner type; it can be used to parse through a PDF document for strings and particular PDF operators.

提交回复
热议问题