Help for this page

Select Code to Download


  1. or download this
    $pdf->update()
        Saves a previously opened document.
    
    ...
        Remove the object structure from memory. PDF::API2 contains circul
    +ar references, so this call is necessary in long-running processes to
    + keep from running out of memory.
    
        This will be called automatically when you save or stringify a PDF
    +.
    
  2. or download this
    #!/usr/bin/perl
    use 5.018;
    use PDF::API2;
    ...
    }
    
    closedir $DIR;