Skip Menu |

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

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

People
Owner: cnighs [...] cpan.org
Requestors: info [...] gyrocode.com
Cc:
AdminCc:

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



Subject: Add support for IO::String and "in memory" files
I would like to request support for IO::String module so PDF::Reuse could be used like in the example below: use IO::String; use PDF::Reuse; my $pdf = ""; my $fh = IO::String->new(\$pdf); prInitVars(); prFile($fh); prText(100, 500, 'Hello World !'); prEnd();
This enhancement has been included in 0.36_02. Please test. https://github.com/cnighswonger/PDF-Reuse/pull/1 Thanks!