Subject: | Multiple page support (feature request) |
Hello!
I love your library, and half-coded my program to use it before I
realized your library only supports one page!
I guess I'll have to switch to another library, but it seems like a shame.
I'd encourage you to consider adding multi-page support.
Pages could be accessed either an an array, a $pdf->selectPage function,
or even just a $pdf-newPage function.
Although it would be nice, it's probably not necessary to access new
pages once a "newPage" has been created.
Thanks for your consideration!