On Friday 12 September 2003 22:11, Scott Fletcher wrote:

>     Know of any good websites that would provide tutorials, step-by-step,
> and/or a PHP scripts of creating a PDF, putting datas into PDF, along with
> Printing PDF, Saving PDF files, etc...  I have no experience with using PHP
> and PDF so I need both a tutorial and quick, plain to the point of PHP
> script of PDF stuffs.  From there I can start reviewing on how it work,
> what function is being used, etc.  Then look at all of the available PHP
> functions for PDF, add what I need or take out what I don't need, etc.
> (Customize), etc...

  google > php pdf

for some classes which provide wrapper functions around the raw pdflib 
functions -- they'll make your life much easier

>     Another question, does using PDF require the use of some configuration
> in php.ini??  How does PHP do the PDF stuffs if there is no PDF on the
> server?  Etc...

There are at least two projects which implements some pdf functions using only 
PHP code (thus negating the need to install pdflib).

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
Minnie Mouse is a slow maze learner.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to