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.

Thanks & Regards,
Pooja Gupta
Tata Consultancy Services
Mailto: [email protected]
Website: http://www.tcs.com
____________________________________________
Experience certainty.   IT Services
                        Business Solutions
                        Outsourcing
____________________________________________
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you


Reply via email to