[
https://issues.apache.org/jira/browse/PDFBOX-4554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16851214#comment-16851214
]
Jason Pyeron commented on PDFBOX-4554:
--------------------------------------
[~mkl] 99% correct. Actually, when a pdf file is appended with multiple
signatures the byte[] is a PDF, but has 10 other historical PDFs inside of it.
[~tilman], I think you are looking too hard here - the issues is that PDF BOx
is NOT USING the [optimal ByteArrayInputStream(byte[] buf, int offset, int
length)
constructor|https://docs.oracle.com/javase/7/docs/api/java/io/ByteArrayInputStream.html#ByteArrayInputStream(byte[],%20int,%20int)].
> operations taking a byte[] need to allow for offset and length too
> ------------------------------------------------------------------
>
> Key: PDFBOX-4554
> URL: https://issues.apache.org/jira/browse/PDFBOX-4554
> Project: PDFBox
> Issue Type: Improvement
> Reporter: Jason Pyeron
> Priority: Major
>
> Without this, massive amounts of memory must be copied/allocated to "trim"
> byte[].
> See forthcoming pull request.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]