Skip Menu |

This queue is for tickets about the PDF-Reuse CPAN distribution.

Report information
The Basics
Id: 79703
Status: resolved
Priority: 0/
Queue: PDF-Reuse

People
Owner: cnighs [...] cpan.org
Requestors: IKEGAMI [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: 0.36_03



Subject: Allow a handle to be provided instead of a file name.
Hi, Right now, we read back into memory the PDF created by your module. It would be nice if we could avoid that. Your module can already handle arbitrary Perl file handles, so all that would be needed would be to accept Perl file handles as an alternative to a file name. open(my $fh, '>', \my $pdf); prFile($fh); ... prEnd(); close($fh); ... do something with $pdf ...
This feature is available in the current dev release and will be available in 0.37.