ssimms / pdfapi2

Create, modify, and examine PDF files in Perl
Other
15 stars 20 forks source link

Readobjnum cached #4

Closed melmothx closed 7 years ago

melmothx commented 8 years ago

This is the preliminary patch for RT 113290. Please let me know if it's going into the right direction.

ssimms commented 7 years ago

I've rewritten this part of the code to be able to read a selection from the stream without first reading the entire object stream into memory (since the stream could be any size), which resolves the issue, I think, so I'm going to close this pull request. Let me know in the RT ticket if there are still issues.