icekat83 Posted September 24, 2010 Share Posted September 24, 2010 Hey, Trying to learn to generate PDF files, something apparently WAAAAYYY more complex than I thought. Can someone please give me an explanation on '$optlist' from this function..... PDF_load_image ( resource $pdfdoc , string $imagetype , string $filename , string $optlist ) What is it? PHP.net doesn't have any info at all. Thanks, IceKat. BTW - Any (recent) tutorials or pages would be appreciated. Everything I find is out of date or doesn't work. Quote Link to comment https://forums.phpfreaks.com/topic/214282-php-pdf-files/ Share on other sites More sharing options...
PFMaBiSmAd Posted September 24, 2010 Share Posted September 24, 2010 The documentation in this section is only meant to be an overview of the available functions in the PDFlib library and should not be considered an exhaustive reference. For the full and detailed explanation of each function, consult the PDFlib Reference Manual which is included in all PDFlib packages distributed by PDFlib GmbH Because PDFlib requires the purchase of a license for commercial use, you should instead look at the free alternatives (they are linked to in the php.net PDF section of the documentation.) Quote Link to comment https://forums.phpfreaks.com/topic/214282-php-pdf-files/#findComment-1115040 Share on other sites More sharing options...
kickstart Posted September 24, 2010 Share Posted September 24, 2010 Hi Only one I have used is fpdf which did the job. All the best Keith Quote Link to comment https://forums.phpfreaks.com/topic/214282-php-pdf-files/#findComment-1115047 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.