[snip]
Following idea.
- Create a dynamic image ( a card with a given text inside). I call it
v-card.jpg and a .htaccess file takes care that the .jpg is parsed via php
So the v-card.jpg is a php file outputting a jpg. This workes pretty good.

- Create a pdf with lots of this v-cards inside. The function works with
images from the filesystem, but not with the dynamic v-card.jpg image.

Now I am wondering if this is possible in php, since both files are parsed
in the same time. Maybe there is a work around or any hint you could give
me. I am kind off stuck.
[/snip]

Have you checked out FPDF (http://www.fpdf.org)? It may be just what you are
looking for as it seems you could combine the code with the dynamic v-vard
image.

HTH!

Jay



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

Reply via email to