Tagged Questions

0
votes
0answers
177 views

HTMLDOC not displaying images in generated pdf files

Hi I am using HTMLDOC to convert html pages to pdf (in PHP). But its not displaying any image files in the webpage. Is there any options we need to give for displaying images and also with proper ...
0
votes
1answer
98 views

how to set the total number of pdf's pages to be generated by using HTMLDoc?

I am using HTMLDoc to generate a pdf file. But i want to generate the pdf file of two pages. In which on first page there should be image and on second page it will contain the HTML file content. ...