vote up 3 vote down star
2

My company needs a PDF viewer with Java API with the additional requirement on being able to use FDF form data.

The only one i found was JPedal which promises to feature everything we need, but it costs a bunch. 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.

The only LGPL viewer that worked ok (unlike Adobe's own 10 year old Java 1.1 API) was Sun's pdf-renderer. But sadly it doesn't display form values. iText's form-flattening helps, but there has to be a better way.

flag

80% accept rate

4 Answers

vote up 1 vote down check

Have a look at the Foxit SDK. http://www.foxitsoftware.com/ The cost seems at bit less and i'm sure you'll get much more.

Maybe Open Office has something in its belt for you?

I also just found those:

http://www.crionics.com/

http://www.qoppa.com/

http://multivalent.sourceforge.net/

link|flag
Thanks for mentioning these. But Foxit doesn't have a Java API. And the Multivalent site... well, i kinda decided not to go further. crionics and qoppa sound very good. I'll give them a try. – Stroboskop Nov 21 '08 at 16:39
vote up 0 vote down

http://www.accesspdf.com/pdftk/ (probably you will have to dig a little in it if you would like to find what you are searching for, but I think you'll find)

link|flag
I don't think that's what i'm looking for. I need a viewer. And as far as i understood pdftk only uses iText to create and transform PDF files - no viewer. – Stroboskop Nov 14 '08 at 9:26
vote up 0 vote down

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). Thanks for mentioning pdf-renderer (the project was not existing a year ago, at least I was unable to find it) in your question.

link|flag
The way it looks that's what we are going to do, too. pdf-renderer is nice, but we need editable forms and our clients already bought acrobat writer for everyone, so... sigh – Stroboskop Dec 30 at 17:08
vote up 0 vote down

Try the Big Faceless' Java Viewer: http://big.faceless.org/products/pdfviewer/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.