https://github.com/viveknaskar/pdf-generator
A simple java application that uses the open source Apache PDFBox to create pdf, read text from pdf, extract words from the pdf and even fetch the coordinates of each word in the document
https://github.com/viveknaskar/pdf-generator
apache-pdfbox java pdf-generation
Last synced: 8 months ago
JSON representation
A simple java application that uses the open source Apache PDFBox to create pdf, read text from pdf, extract words from the pdf and even fetch the coordinates of each word in the document
- Host: GitHub
- URL: https://github.com/viveknaskar/pdf-generator
- Owner: viveknaskar
- Created: 2021-02-11T21:22:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-11T21:30:43.000Z (over 4 years ago)
- Last Synced: 2023-08-29T19:20:04.774Z (about 2 years ago)
- Topics: apache-pdfbox, java, pdf-generation
- Language: Java
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PDF Generator Application
A simple java application (or a series of java classes) that create pdf, read text from pdf, extract words from the pdf and even fetch the coordinates of each word in the documentThis application uses open-source Apache PDFBox dependency that allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents.
Reference link: https://pdfbox.apache.org/index.html