Click here to Skip to main content
15,898,935 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Which version of the PDF documents are supported by PDFbox0.7.3, As we upload a document of version Adobe Professional writer 9.0 and while creating the difference files to compare, we will extract the text data from the PDF document using the class PDFTextStripper.class method getText().
String PDF_text = new String();
PDFTextStripper stripper = new PDFTextStripper();
PDF_text = stripper.getText(document);
But it will return null if the argument as document is created from adobe Professional 9.0 else it will run successfully.
Please help or at least let us know if any upcoming new version PDFBox does support this.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900