Reputation: 3
Whats the best way to scan a .PDF form using Java? Where the scanner object scans the .PDF form which has blank spaces for example; Name, Address, Phone Number etc. These spaces need to be filled in by an Interface then printed onto a new .PDF.
Upvotes: 0
Views: 5254
Reputation: 2087
To parse pdf files using Java you have plenty of options.
http://xmlgraphics.apache.org/fop/
http://pdfjet.com/os/edition.html
http://bfo.com/products/download.jsp
and many more
Upvotes: 1