pdf genaration with images using fpdf

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jayaram
Forum Newbie
Posts: 1
Joined: Tue Dec 30, 2008 6:51 am

pdf genaration with images using fpdf

Post by jayaram »

hi
i already bind the images dynamically to the pdf document. But in dynamic binding of images, when it came to the page end, the imgs r nt displayed on next page. when we wrote the text after the image function, the text is override with the images. the Ln() and Cell() functions r nt working after the image function.
so, please help me to, how to dynamically bind the images , when their number is increased , which will be displayed in next page.

Thanks in Advance
jayaram.
User avatar
it2051229
Forum Contributor
Posts: 312
Joined: Tue Dec 25, 2007 8:34 pm

Re: pdf genaration with images using fpdf

Post by it2051229 »

FDPF has a forum, I suggest it would be appropriate to ask them directly out there since they developed the class.
Post Reply