htmldoc

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 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...

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

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...

How do I properly span a table on multiple pages in htmldoc with rails?

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. ...