I have a bunch of PDF forms that I need to fill in information on from a database. I've figured out how to use PDF::API2 to open an existing PDF, but I can't seem to write on top of existing pages, only add new pages that I can write to. Any help?
Edit: Found my own answer. $pdf->openpage( $page );