Jack Pijj
Jack Pijj

Reputation: 3

Scan PDF in Java

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

Answers (1)

kechap
kechap

Reputation: 2087

To parse pdf files using Java you have plenty of options.

http://xmlgraphics.apache.org/fop/

http://itextpdf.com/

http://www.jpedal.org/

http://pdfjet.com/os/edition.html

http://bfo.com/products/download.jsp

and many more

Upvotes: 1

Related Questions