in reply to PDF Form Fill out...
where doc/Ex16.pdf is the original pdf with the form (code copied from the online tutorial).use PDF::Reuse; prDocDir('doc'); prFile('Ex17.pdf'); prField('First_Name', 'Lars'); prField('Surname', 'Lundberg'); prField('City', 'Stockholm'); prField('Country', 'Sweden'); prDocForm('doc/Ex16.pdf'); prEnd();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: PDF Form Fill out...
by mkenney (Beadle) on Nov 09, 2003 at 03:55 UTC |