php3-list | 2000051
Date: 05/04/00
- Next message: Paul Burney: "Re: [PHP3] Uploads"
- Previous message: Paul Fontenot: "[PHP3] Uploads"
- Maybe in reply to: Jonathan Griffin: "[PHP3] Adobe FDF for PHP ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> A great "web" use would be to fill out an HTML-based or FDF-based form in
> your browser, then parse and render another PDF file (ie order form) with
> the data in it.
Of course, for that purpose, it might be just as easy or easier to
actually write the FDF page, filling in fields dynamically with PHP and
sending the appropriate content/type header (application/vnd.fdf).
Something like:
<< /T (Some_PDF_Field) /V (<?php echo $my_value; ?>) >>
With PHP logic throughout.
Going the other way, from one PDF form to another PDF form with data
manipulation in between would be a better use of the PHP FDF abilities,
IMHO.
Paul
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Paul Burney
Webmaster and Internet Developer
Educational Technology Unit
Graduate School of Education and Information Studies
University of California, Los Angeles
(310) 825-8365
<webmaster <email protected>>
<http://www.gseis.ucla.edu/>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Paul Burney: "Re: [PHP3] Uploads"
- Previous message: Paul Fontenot: "[PHP3] Uploads"
- Maybe in reply to: Jonathan Griffin: "[PHP3] Adobe FDF for PHP ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

