We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pdfium 的效率惊人,十分迅速,秒杀ezPDF商业软件。但是pdfium 有硬伤,他全部是JNI调用c++代码,功能定制非常麻烦。最简单的文本交互功能都几乎无法实现。(我只实现了选择单一个字母的功能,但是,一旦pdf‘裁切'过,或者pdf文档有大小不同的页面,boom,一切白搭)
不知道本实现效率如何,是否有上述问题。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pdfium 的效率惊人,十分迅速,秒杀ezPDF商业软件。但是pdfium 有硬伤,他全部是JNI调用c++代码,功能定制非常麻烦。最简单的文本交互功能都几乎无法实现。(我只实现了选择单一个字母的功能,但是,一旦pdf‘裁切'过,或者pdf文档有大小不同的页面,boom,一切白搭)
不知道本实现效率如何,是否有上述问题。
The text was updated successfully, but these errors were encountered: