[
https://issues.apache.org/jira/browse/PDFBOX-1124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
gagan deep sharma updated PDFBOX-1124:
--------------------------------------
Description:
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.
I have also attached the pdf which is giving error in extracting the text
thanks in advance :)
was:
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 :)
Summary: PDFBox Is Throwing Exception in extraction in case of few pdf
in .NET 3.5 (was: PDFBox Is Throwing Exception in case of few pdf in .NET 3.5)
> PDFBox Is Throwing Exception in extraction 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
> Attachments: QT_Install_Guide.pdf
>
> Original Estimate: 72h
> Remaining Estimate: 72h
>
> 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.
> I have also attached the pdf which is giving error in extracting the text
> thanks in advance :)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira