PDFLib Images

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
mjayt
Forum Newbie
Posts: 1
Joined: Fri May 19, 2006 8:02 am

PDFLib Images

Post by mjayt »

Hallo Gurus,

I have a problem with PDFLib function, or let me say I don't know how to Use them.

may you please help..

I want to insert an Image on my document,

On the manual they wrote this

Code: Select all

$p->pdf_fit_image( resource pdfdoc, int image, float x, float y, string optlist );
May you please help me do define the parameters.

I only know float x and float y.

Please Help
Post Reply