Roydor Vincent created PDFBOX-3156:
--------------------------------------
Summary: PDFPrintable generate a
java.lang.NegativeArraySizeException error
Key: PDFBOX-3156
URL: https://issues.apache.org/jira/browse/PDFBOX-3156
Project: PDFBox
Issue Type: Bug
Affects Versions: 2.0.0
Reporter: Roydor Vincent
I use in pom :
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>2.0.0-RC2</version>
</dependency>
And when I do :
{code}PDFPrintable printable = new PDFPrintable(unDoc,
Scaling.ACTUAL_SIZE);{code}
I have the error.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]