Help for this page

Select Code to Download


  1. or download this
    my $current_page = $pdf->openpage($page_num);
    $current_page->gfx->textlabel(
    ...
        "Some text to write",
    );
    $current_page->update();