bulk printing html files
Rashkae
ubuntu at tigershaunt.com
Mon May 7 17:37:40 UTC 2007
Hubertus Hiden wrote:
>> Mitch
>>
> Thanks - but the only major drawback is that the output far from
> optimal. At least with the files I've tried, tables don't get rendered
> at all.
> Aren't there any GUI browsers that support something like the -dump
> command line switch ?
>
I just stumbled on this Open Office project and it reminded me of this
thread.
http://ooextras.sourceforge.net/downloads/projects/
See near the bottom, printall.sxw
An automated PDF converter written in swriter BASIC macros. Opens all
files in a specified directory and prints as PDF to another specified
directory.
Assuming this worked and you found the output from OO to your liking,
you could then use pdftk, to combine all the pdfs into one for printing.
pdftk *.pdf cat output final.pdf
More information about the ubuntu-users
mailing list