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
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
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
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
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