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 much of anything with CSS.
The basic question is: Is there a way to make htmldoc act like this CSS when outputting to a PDF?
thead {disp...
Hi,
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. Currently I am using this code to generate the pdf file. It is generating a pdf file of one page only and all my content and image is comi...
I am using HTMLDOC to create pdfs in ruby on rails. The problem is table rows seem to get cut off at the bottom of the page. Is there a way to make the rows continue instead on the next page? Any help would be appreciated.
...