You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Tilman Hausherr (JIRA)" <ji...@apache.org> on 2018/08/09 17:35:00 UTC

[jira] [Updated] (PDFBOX-4289) Double negative number

     [ https://issues.apache.org/jira/browse/PDFBOX-4289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tilman Hausherr updated PDFBOX-4289:
------------------------------------
    Fix Version/s: 3.0.0 PDFBox
                   2.0.12

> Double negative number
> ----------------------
>
>                 Key: PDFBOX-4289
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-4289
>             Project: PDFBox
>          Issue Type: Improvement
>    Affects Versions: 2.0.11
>            Reporter: Giedrius Noreikis
>            Assignee: Tilman Hausherr
>            Priority: Minor
>             Fix For: 2.0.12, 3.0.0 PDFBox
>
>
> We have an issue similar to the PDFBOX-3589. The PDF contains {{/ItalicAngle --16.33}}, and the exception we are getting is:
> {code}
> Exception in thread "main" java.io.IOException: Error expected floating point number actual='--16.33'
> 	at org.apache.pdfbox.cos.COSFloat.<init>(COSFloat.java:82)
> 	at org.apache.pdfbox.cos.COSNumber.get(COSNumber.java:115)
> 	at org.apache.pdfbox.pdfparser.BaseParser.parseDirObject(BaseParser.java:947)
> 	at org.apache.pdfbox.pdfparser.BaseParser.parseCOSDictionaryValue(BaseParser.java:152)
> 	at org.apache.pdfbox.pdfparser.BaseParser.parseCOSDictionaryNameValuePair(BaseParser.java:279)
> 	at org.apache.pdfbox.pdfparser.BaseParser.parseCOSDictionary(BaseParser.java:212)
> 	at org.apache.pdfbox.pdfparser.BaseParser.parseDirObject(BaseParser.java:862)
> 	at org.apache.pdfbox.pdfparser.COSParser.parseFileObject(COSParser.java:899)
> 	...
> {code}
> Such "numbers" probably violate the specification, but the behaviour of PDFBox should be consistent, so the second minus sign should be ignored here as well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org