PDFBox Is Throwing Exception in case of few pdf in .NET 3.5
------------------------------------------------------------
Key: PDFBOX-1124
URL: https://issues.apache.org/jira/browse/PDFBOX-1124
Project: PDFBox
Issue Type: Bug
Components: FontBox
Affects Versions: 0.7.3
Reporter: gagan deep sharma
i am using the pdfbox libraries in C# with Framework 3.5.
my code is :-
PDDocument doc = PDDocument.load("pdf file path");
PDFTextStripper stripper = new PDFTextStripper();
Result = stripper.getText(doc);
this code is running and working fine. but in case of few pdf(specially when it
has images)
It was giving the error of missing assembly bcprov-jdk14-132. i add the
reference of this assembly.
now it is again giving the following error on the third line of fetching text.
<b>The type initializer for 'gnu.java.util.regex.RESyntax' threw an
exception.</b>
Please solve the problem. it is very urgent.
thanks in advance :)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira