[
https://issues.apache.org/jira/browse/PDFBOX-3369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ilia Karabanov updated PDFBOX-3369:
-----------------------------------
Description:
pdfbox.version=2.0.0
File file = new File("/home/user/error/withError.pdf");
try (PDDocument document = PDDocument.load(file)) {
}
exception: Error expected floating point number actual='0.00-35095424'
was:
pdfbox.version=2.0.0
File file = new File("/home/user/error/withError.pdf");
try (PDDocument document = PDDocument.load(pdfDocument)) {
}
exception: Error expected floating point number actual='0.00-35095424'
> Error expected floating point number actual='0.00-35095424'
> -----------------------------------------------------------
>
> Key: PDFBOX-3369
> URL: https://issues.apache.org/jira/browse/PDFBOX-3369
> Project: PDFBox
> Issue Type: Bug
> Affects Versions: 2.0.0
> Reporter: Ilia Karabanov
> Attachments: debug.png, withError.pdf
>
>
> pdfbox.version=2.0.0
> File file = new File("/home/user/error/withError.pdf");
> try (PDDocument document = PDDocument.load(file)) {
> }
> exception: Error expected floating point number actual='0.00-35095424'
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]