Making 'true' pdf

MagickWand for PHP is an object-oriented PHP interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning MagickWand for PHP.
Post Reply
russellbarnhart

Re: Making 'true' pdf

Post by russellbarnhart »

while im not totally positive about what imagemagick can do as far as creating pdf documents, you can use dompdf to convert html and css to a pdf.

its a little hackish, but from what i found, creating pdfs is never simple. sadly.
http://www.digitaljunkies.ca/dompdf/

good luck!
MGSteve

Re: Making 'true' pdf

Post by MGSteve »

Creating PDFs can be easy - google fPDF, its a PHP class which creates or modifieds PDFs. Image Magick really isn't for creating PDF files.
Post Reply