Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.8.12, 1.8.13, 2.0.0, 2.0.1, 2.0.2, 3.0.0 PDFBox
-
None
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'
Attachments
Attachments
Issue Links
- is related to
-
PDFBOX-5015 Error expected floating point number actual='-7-8'
- Open
-
PDFBOX-3500 Error expected floating point number actual='0.-262'
- Closed
-
PDFBOX-4064 cm operator has 7 numbers
- Closed
- relates to
-
PDFBOX-2990 PDDocument.load fails to load a PDF document.
- Closed