How to read Objects in a PDF file with Apache PdfBox in Java?
I’m developing a pdf reader/editor program in Java
using Swing
for UI with Apache PdfBox
. I want to get the objects and their states in each of the pdf pages. I mean the text, images, shapes as objects and if the text is highlighted, bold etc. (the state).