How To read control characters in a pdf using java
I'm using PDFBox to read PDF files. But some characters are not printing well and printing like control characters. Some one help to read the values from the control characters. I've attached the image Kindly have a look at that image Sample PDF: Screenshot: Sample Code class PDFManager { private PDFParser parser; private PDFTextStripper pdfStripper; private PDDocument pdDoc ; private COSDocument cosDoc ; private String Text ; private String filePath; private File file; public PDFManager() { } public String ToText() throws IOException { this.pdfStripper = null; this.pdDoc = null; this.cosDoc =