Hi, I have a PDFA where Adobe preflight says 'Width information for rendered glyphs is inconsistent' I would like to correct that with PDFBox as the PDFs in question has only this one error.
As I understand I need to get all the text characters(Strings?) in the PDF and set/(modify or recalculate?). Question is how can I achieve this with PDFBox, can someone give me hints maybe in pseudo code. Currently I am browsing the code but I am quite lost on where to dig. Cheers, Vadimo

