Jump to content

Insert image in PDF


asmitaisit

Recommended Posts

i mean. i have tried taking in CSS and images in html and converting to pdf.

 

what i do is, i extract info from database. show that on a separate page and then pass the url of that php page to:

 

 

$fp = fopen(URL,"r");

$strContent = fread($fp, filesize(URL));

 

 

so that it can take in the html from that file and convert that to pdf.

if there is any image in that file. will it get converted to pdf as well?

 

I have attached a pdf dynamically created by me.  also, pls help me with inserting css or styling to it. :)

 

[attachment deleted by admin]

Link to comment
https://forums.phpfreaks.com/topic/88879-insert-image-in-pdf/#findComment-455942
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.