Re: decrypting a PDF to read the content

2007-02-12 Thread Alixandre Santana
you right. No problem. On 2/12/07, Chris Hostetter <[EMAIL PROTECTED]> wrote: since this question seems to be entirely about extracting text with PDFBox and not at all baout indexing the text once it's been extracted, perhaps it would be better suited for the PDFBox forums... http://www.pdfbo

Re: decrypting a PDF to read the content

2007-02-12 Thread Chris Hostetter
since this question seems to be entirely about extracting text with PDFBox and not at all baout indexing the text once it's been extracted, perhaps it would be better suited for the PDFBox forums... http://www.pdfbox.org/ http://sourceforge.net/forum/?group_id=78314 ...i suspect you would find a

Re: decrypting a PDF to read the content

2007-02-12 Thread Alixandre Santana
I´m using PDFBox 0.7.3 The problem i think its that i´m encrypting a PDF with Itext, with a "null" User/Owner password. Then i try to decrypt the doc with a class from PDFBOx. Its exactly there that occurs the exception. That is, a format incompability problem. In addition, i didnt found the "o

Re: decrypting a PDF to read the content

2007-02-12 Thread Ben Litchfield
PDFBox comes with a version of BouncyCastle that will work. It is likely that other versions will also work as well. Is there a specific version that you have tried and didn't work? Ben Quoting Alixandre Santana <[EMAIL PROTECTED]>: Hi All, I got this error when i tried to decrypt a pdf d

decrypting a PDF to read the content

2007-02-12 Thread Alixandre Santana
Hi All, I got this error when i tried to decrypt a pdf document encrypted by com.lowagie.text.pdf.PdfEncryptor class, with a null password: "java.lang.NoClassDefFoundError: org/bouncycastle/cms/CMSException" Does anyone know which version of Bouncy Castle is the right one to use with PDFBox API