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.
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.
Asked by: Owen972 | Posted: 28-01-2022
Answer 1
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://multivalent.sourceforge.net/
Answered by: Julian251 | Posted: 01-03-2022Answer 2
Try the Big Faceless' Java Viewer: http://big.faceless.org/products/pdfviewer/
Answered by: Melanie367 | Posted: 01-03-2022Answer 3
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)
Answered by: Roman878 | Posted: 01-03-2022Answer 4
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.
Answered by: Agata884 | Posted: 01-03-2022Similar questions
java - Is there an XPS viewer that can be built into a web page, as iPaper can?
Does anyone know of a an XPS viewer that can be built into a webpage that would access XPS files hosted on our server in the same way that iPaper does for pdfs? (Coming up with an automated conversion process for these XPS files to PDF has proven quite difficult.)
Thanks a bunch,
Jake
java - build an image viewer with card layout?
i got the program to run with labels but i cant get it to use images. im a beginner and this is all i can come up with so far. it runs but i dont understand implementing images into this code.
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class CardLayoutExample extends JFrame implements KeyListener
{
private Container pane = getContentPane();
private CardLayout layout = new ...
java - Where to start if I want to create a custom combo with popup tree viewer
The normal SWT combo can only show a popup list when you click the triangle button. For some reason, I want to orgnize the selectable items in tree instead of list. It turns out I've to customize the combo to realize this. Can anyone tell me where should I begin with?
Java PDF Viewer
I am using java and RCP and I am trying to show pdf Document with Acrobat on my views.
I don't need to change them.
I have this error with this code. Any idea how to resolve this problem?. P.s.: it works good same times.
PDFFile pdfFile;
pdfFile = PdfFileLoader.loadPdf(file, new NullProgressMonitor());
PdfDocument pdfDocument = new OneDimensionalPdfDocument(pdfFile, new NullProgressMonitor());
pdfViewer.s...
c# - Debug viewer tool for Java
Do we have any Debug viewer free tool for Java that we use for .net (microsoft)?
If we write Debug.Writeline("Hello World"); that will print line in DebugView v4.78 tool.
I am trying to find that Java code also should print. Any tool available for java?
java - How do I use APV PDF Viewer
So I want to view PDFs in my app and I've come across APV PDF, but I just can't understand the instructions on how to use it
http://code.google.com/p/apv/wiki/Building
Why isn't it a jar library to download?
Why do I have to compile some .so files, why can't I download them?
I browsed th...
java - JavaHelp video viewer
I have added JavaHelp to my web application, but now I need to include videos in the content (html)files. As far as I can read here I need to implement a lightweight component, and I can use the video viewer included in the Java 2 platform, but I am lost as to how to that.
Can anyone here walk me through the steps necessa...
Pdf viewer in Java applet
Hi my company needs a PDF viewer, but not the Acrobat reader or another independent program, it should be in Java applet, where our requirement is to view the PDF file not to copy or paste and the location of the file also should not been shown explicitly, is that any open software library or tool available, I googled but I can't find anything which reaches my requirements.
IP cam viewer into java applet
I want to embed an ipcam viewer into my applet so that anyone can access applet be able to see live streaming from the ipcam.
So, Any suggestions to do this in java?
Sincerely,
Ali Zein
java - How to make an image Viewer in swing?
I am trying to make an image Viewer like the one shown in the figure below:-
Before i can start i have following questions in mind :-
How would i check for the number of images in the target folder so that i can iterate and include all the images in my app.
Secondly,i am thiking to scale the ...
Still can't find your answer? Check out these amazing Java communities for help...
Java Reddit Community | Java Help Reddit Community | Dev.to Java Community | Java Discord | Java Programmers (Facebook) | Java developers (Facebook)