简体   繁体   English

带有FDF的Java PDF查看器

[英]Java PDF viewer with FDF

My company needs a PDF viewer with Java API with the additional requirement on being able to use FDF form data. 我的公司需要具有Java API的PDF查看器,并具有使用FDF表单数据的附加要求。

The only one i found was JPedal which promises to feature everything we need, but it costs a bunch. 我发现的唯一一个是JPedal ,它承诺将提供我们需要的所有功能,但要花很多钱 So what are my options? 那我有什么选择呢? Is there another tool to do it? 还有其他工具可以做到吗?

edit: 编辑:

I found iText to be an easy way to merge FDF data into the PDF form. 我发现iText是将FDF数据合并到PDF表单中的简便方法。

The only LGPL viewer that worked ok (unlike Adobe's own 10 year old Java 1.1 API) was Sun's pdf-renderer . Sun的pdf-renderer是唯一可以正常工作的LGPL查看器(不同于Adobe自己使用的10年的Java 1.1 API)。 But sadly it doesn't display form values. 但是可悲的是它不显示表单值。 iText's form-flattening helps, but there has to be a better way. iText的拼合形式有所帮助,但必须有更好的方法。

试用Big Faceless的Java查看器: http//big.faceless.org/products/pdfviewer/

Have a look at the Foxit SDK. 看看Foxit SDK。 http://www.foxitsoftware.com/ The cost seems at bit less and i'm sure you'll get much more. http://www.foxitsoftware.com/费用似乎少了一点,我相信您会得到更多。

Maybe Open Office has something in its belt for you? 也许Open Office可以满足您的需求?

I also just found those: 我还发现了那些:

http://www.crionics.com/ http://www.crionics.com/

http://www.qoppa.com/ http://www.qoppa.com/

http://multivalent.sourceforge.net/ http://multivalent.sourceforge.net/

http://www.accesspdf.com/pdftk/ (如果您想查找要搜索的内容,可能必须在其中进行一些挖掘,但是我想您会找到)

A year ago I was searching for something similar but I was unable to find anything useful, so ended up calling acrobat reader (which is only a workaround of course). 一年前,我正在寻找类似的东西,但找不到任何有用的东西,于是最终致电acrobat reader(这当然只是一种解决方法)。 Thanks for mentioning pdf-renderer (the project was not existing a year ago, at least I was unable to find it) in your question. 感谢您在问题中提到pdf-renderer(该项目一年前不存在,至少我找不到它)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM