Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Filling PDF Form Checkboxes

by steve (Deacon)
on Feb 27, 2009 at 19:45 UTC ( [id://747009]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
              'FT' => bless( {
    ...
                               'objnum' => '31'
                             }, 'CAM::PDF::Node' )
            };
    
  2. or download this
    $VAR1 = {
              'FT' => bless( {
    ...
                              'objnum' => '31'
                            }, 'CAM::PDF::Node' )
            };
    
  3. or download this
    #!/usr/bin/perl
    # pdf-filler-test.pl
    ...
            'f1_02(0)' => 'test',
    );
    $pdf->cleanoutput($outfile);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://747009]
Approved by eff_i_g
Front-paged by eff_i_g
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-19 01:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found