2005-02-06 -+- Steffen Ullrich -+- -+- with konqueror:
1. make sure, that only one konqueror window is open
2. in konquerors print dialog set printing to PDF and the name of the
pdf file, make sure the file does not exist yet
3. for all urls

dcop `dcop konq* | head -1` konqueror-mainwindow#1 openURL $url
sleep 10 # or whatever time it takes to get the page
dcop `dcop konq* | head -1` html-widget1 print 1
sleep 10 # or wait until target pdf does not change any more
move away the target pdf file and continue with next url

Just tried it with kde3.2.2 on mandrake 10.1 -+- 83.121.2.148 = Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 #2005-02-27 -+- Nils -+- -+- Well... None of the solutions provides the inclusion of form items in the HTML/PDF. -+- 62.66.182.3 = Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217 2005-05-09 -+- -+- -+- Instead of waiting 10 seconds until netscape is ready, you could also watch the CPU utilisation of netscape. This might speed up the process if you have to convert thousands of html files. -+- 84.150.83.89 = Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050421 Firefox/1.0.3 (Debian package 1.0.3-2)