Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
277 views

Repeat thead on each page via htmldoc

I'm trying to figure out how to get a set of table headers to repeat on each page of output from htmldoc. I plugged in the CSS way (below) to see if that would work, but I don't believe htmldoc does ...
1
vote
0answers
60 views

how to install htmldoc on wamp

I want to install htmldoc on wamp. My environnment is apache 2.2, php5.3, windows XP. I followed the instructions on htmldoc website but it does not work, I think I missed something that is obvious ...
1
vote
2answers
54 views

How to reference a static variable in a HTMLDOC content in PHP

How can I use a templateize::$subject in a $html = <<<HTMLDOC abc+abc+ab templateize::$subject HTMLDOC; in a HTMLDOC content?
0
votes
0answers
23 views

bad conversion from html to pdf with htmldoc

I'm trying to convert HTML to PDF using htmldoc, but even basic HTML does not convert properly, I have this HTML: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ...
0
votes
2answers
62 views

Convert html to pdf on the fly using Python and HTMLDOC

I built a Django application for a client about a year ago. He has now resold the application to some super secret government agency that they won't even tell me the name of. Part of the application ...
0
votes
0answers
28 views

running HTMLDOC as a child process in PHP

I am writing some PHP code to create an encrypted PDF file from HTML form data and write it to the disk on the server, and then send it to AWS for storage. I am using Easysw HTMLDOC. Eventually, I'll ...
0
votes
0answers
145 views

Script Tag created using HTMLDocument in Silverlight not getting called first time

My silverlight application is using IFRAME to host HTML page. HTMLDocument,HTMLElement is used for insertion of content(textfield,button,etc.) in HTML page which is working perfectly fine. I am also ...
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. ...