[ 
https://issues.apache.org/jira/browse/PDFBOX-3369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15308053#comment-15308053
 ] 

Tilman Hausherr commented on PDFBOX-3369:
-----------------------------------------

Either I'm not understanding, or you didn't answer. "Google drive" is just a 
"cloud" repository (unless their marketing is now naming their office 
applications "Google drive"). What I'm trying to find out is what application 
created that file. If it is simple to describe (e.g. "I created a presentation 
file with Google XXXX, then chose the "pregnant" background, and exported to 
PDF"), I could make a report myself. But if you created the file with some 
programming,  or if it requires people to have a google+ account, then it would 
be better you submit an error report. The problem is that the file has this, 
you can find it with NOTEPAD++:
{code}
/Coords
[
-4.533747
0.00-35095424  <==== not a valid number
0
-4.533747
0.00-35095424  <==== not a valid number
5.2925014
]
{code}


> 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
>          Components: Parsing
>    Affects Versions: 1.8.12, 1.8.13, 2.0.0, 2.0.1, 2.0.2, 2.1.0
>            Reporter: Ilia Karabanov
>            Assignee: Tilman Hausherr
>             Fix For: 1.8.13, 2.0.2, 2.1.0
>
>         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]

Reply via email to