[
https://issues.apache.org/jira/browse/PDFBOX-1739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tilman Hausherr resolved PDFBOX-1739.
-------------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
1.8.6
Assignee: Tilman Hausherr
The file was created by RegisSTAR, an application that shows the electronic
files of german registers of corporations in about 1/2 of Germany.
Enhancing the parser so that it processes extra entries in the xref-table isn't
easy, instead I added skipping these if the parser is lenient in rev 1597543
for the trunk and rev 1597548 for the 1.8 branch. In the two sample files, it
is exactly one entry and the extra entry is the info, so nothing important gets
lost.
I wonder if the RegisSTAR people have corrected this bug by now or if it still
exists. I would have to pay 4.50 Euros to find out.
> Load document error for two RegisSTAR documents
> -----------------------------------------------
>
> Key: PDFBOX-1739
> URL: https://issues.apache.org/jira/browse/PDFBOX-1739
> Project: PDFBox
> Issue Type: Improvement
> Components: Text extraction
> Affects Versions: 1.8.2, 1.8.5, 1.8.6, 2.0.0
> Environment: Windows 8, Java 1.7.0_40 64-Bit Server VM (build
> 24.0-b56, mixed mode)
> Reporter: Christian Czech
> Assignee: Tilman Hausherr
> Priority: Minor
> Fix For: 1.8.6, 2.0.0
>
> Attachments: 1c890.pdf, 1c891.pdf
>
>
> Hello,
> I've the problem during load PDF document.
> My code:
> String input = "D:\\documents\\1c890.pdf";
> PDDocument document = null;
> try {
> document = PDDocument.load(input);
> ...
> } catch (Exception e) {
>
> }
> error message: Error: Expected an integer type, actual='n'
--
This message was sent by Atlassian JIRA
(v6.2#6252)