An open API service indexing awesome lists of open source software.

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

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 document

This 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