标签: iphone xcode ipad pdf ios4
我想从pdf文件中读取文本并将文本搜索到pdf文件中。
这里是我知道的链接。
这些都没有帮助我。
Getting text position while parsing pdf with Quartz 2D
HIghlighting the text in PDF document iPhone xcode
http://developer.apple.com/library/mac/#documentation/GraphicsImaging/Conceptual/drawingwithquartz2d/dq_pdf_scan/dq_pdf_scan.html#//apple_ref/doc/uid/TP30001066-CH220-CJBDCGCB
Reading PDF files as string through iPhone application
谢谢,
shyam parmar
答案 0 :(得分:4)
看看PDFKitten,这是一个好的开始 - 它为你做了所有的字形宽度分析,但它也不完美。