<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
David Eckelkamp wrote:
<blockquote
 cite="mid2d38ef3a0702172037r1387a3f2od6ff25484cfaf4b0@mail.gmail.com"
 type="cite">On 2/15/07, <b class="gmail_sendername">Theo Band</b> <<a
 href="mailto:theo.band@xanadu-wireless.com">theo.band@xanadu-wireless.com</a>>
wrote:
  <div><span class="gmail_quote"></span>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I
thought this was easy, but it turns out to be not so obvious.<br>
    <br>
My problem:<br>
I have a database with hour registration. I need to print out about<br>
hundreds of pages and have them signed by employees. Of course I want
to
    <br>
do this automatically. Up to now I have a collection of html pages (got<br>
them using wget). So the final thing I want is to print them all out in<br>
one go.<br>
    <br>
How to do that?<br>
    <br>
I search for a command-line option to convert the html to pdf. Or have
    <br>
firefox/konqueror print them directly without user intervention (there<br>
is not a switch like "firefox --print <url>"). Note that the
pages are<br>
off-line, not on the server. The original pages can only retrieved with
    <br>
after authorization. That's why I used wget with a saved session cookie.<br>
    <br>
Anyone got an simple solution?<br>
    <br>
Thanks,<br>
Theo</blockquote>
  <div><br>
Try
  <a href="http://www.htmldoc.org/">HTMLDOC</a>  We have used it for
one of our
customers and it seems to do  a fine job of converting HTML to PDF. I
haven't used it outside of our product except for some simle tests. It
seemed to do fine with those tests.<br>
  <br>
DavidE <br>
  </div>
  </div>
</blockquote>
I tried it, without any success. It's basically a single HTML table on
a single page. The pdf that comes out is 8 pages and even then the
actual figures (hours) that I need don't fit on the page. I tried
removing the css. The HTML is now really compact but still no
conversion to pdf. The table does contain some hyperlink that use
javascript. Should not give any problem when printing.<br>
<br>
I think I generate my own ASCII txt documents from the database and
have them printed out by without any formatting......<br>
<br>
Thanks for the tip!<br>
<br>
Theo<br>
<br>
</body>
</html>