开发者

Can we extract pdf pages using lua scripts

Our application is receiving PDF file based on 150 pages from business line, I want to开发者_如何学JAVA extract pages from this pdf file using lua scripts.

Any body share his experience.

Thanks


Sure, you can do this. As long as you write a Lua module that can read PDF files.

There are some Lua modules for writing PDFs, but none for reading them. No public ones, at any rate. You may want to switch to Python for this, as there are quite a few Python modules for dealing with PDFs.


You could write a Lua wrapper calling something like pdftk.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜