Andrew Libby on 28 Jul 2006 01:26:55 -0000 |
I believe BrowserCam has a web service they offer that can be used for this. It's a bit of a cludge, from what I understand. I believe you need to submit requests via the web service, which submits the request to a queue. They will then mail you jpegs as the queue is processed. Newer versions of Firefox possess the ability to do this for a single URL. My bet is that LWP::UserAgent (perl) could be combined with Firefox to achieve the desired result (again, outputting jpeg images). I'm feeling that with time and patience you could coerce Firefox to give PDFs rather than jpegs. Andy W. Chris Shank wrote: > this looks promising - thanks > > > ----- Original Message ----- > From: James F. Fiore <jfiore@zmail.absurgery.org> > To: Philadelphia Linux User's Group Discussion List > <plug@lists.phillylinux.org> > Sent: Wednesday, July 26, 2006 12:50:50 PM GMT-0500 > Subject: Re: [PLUG] html to pdf crawler? > > ----- W. Chris Shank <shankwc@acetechgroup.com> wrote: > > I'm looking for a tool that will crawl a website and convert the html > > pages to pdf. anyone know of a tool or script that does this? > > > > There's a PERL script called html2ps which you can use to generate > postscript docs (can be piped to ps2pdf ghostscript tool) to generate > the PDFs. > > Here is a link to the project's home page: > http://user.it.uu.se/~jan/html2ps.html > > James > ___________________________________________________________________________ > Philadelphia Linux Users Group -- > http://www.phillylinux.org > Announcements - > http://lists.phillylinux.org/mailman/listinfo/plug-announce > General Discussion -- > http://lists.phillylinux.org/mailman/listinfo/plug > > > -- > W. Chris Shank > ACE Technology Group, LLC > www.myremoteITdept.com > (610) 640-4223 > > -------------------------------- > Security Note: To protect against computer viruses, > e-mail programs may prevent sending or receiving > certain types of file attachments. Check your e-mail > security settings to determine how attachments are > handled. > >------------------------------------------------------------------------ > >___________________________________________________________________________ >Philadelphia Linux Users Group -- http://www.phillylinux.org >Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce >General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug > > ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|