Dr Skip wrote: > I'm looking for something as simple as a Perl script to something as a > stand-alone windows program that will take web pages (locally stored > perhaps) and 'compile' them into a single document. I'm not sure what custom pre-processing you want to do, but just printing all documents in a folder to PDF doesn't seem so complex. pdfFactory for example is a PDF printer, and until you (manually) save the document, it just accumulates everything printed to it into a single PDF. So get pdfFactory (they have an eval version), print a few files to it and see whether that's what you want. Then write a simple script that prints all files in a directory to it and you're done. Manual intervention is needed to save the PDF when it's done printing all files in the directory. There are probably other PDF printers out there that work similarly. Gerhard -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist