Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorniftyhawk
    • CommentTimeJul 23rd 2010
     
    Hi Ian,

    Thanks for the wonderful script. I think it performs better than every open source pdf generator out there. It appears that I need to give tmp folder in mpdf directory write access to display images in the pdf file. In a typical web hosting environment, write access is usually not given to such folders. How can I bypass this, but still display images on my pdf file?

    Thanks,
    Venkat
    • CommentAuthorIanBack
    • CommentTimeJul 23rd 2010
     
    The following image types do not require writing temporary files:
    • JPG/JPEG
    • PNG images which do not have alpha channel used for transparency, are not interlaced, and use standard compression and filter methods
    • WMF
    • BMP
    • SVG

    These DO require write permissions:
    • GIF images
    • PNG images with alpha channel, interlaced images, or non-standard compression or filter methods
    • CommentAuthorniftyhawk
    • CommentTimeJul 25th 2010
     
    This is great. Thanks a bunch :) Solved my issue !