• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Printing 100s of HTML files

Retro2001

Senior member
I've got a script that generates HTML files by the hundred. I need to pass these (in bulk) to a printer. Has anyone come across a way to do this? I've got access to both Windows and Linux boxes and have found ways to bulk-print just about everything else. Conversion from HTML->PS/PDF would be an option, but the converters that I've tried do horrible things to the formatting. I would love to just pass Firefox a "Silently Print this Page" flag, but that doesn't appear to be an option.

Thanks for any help!

--Will
 
Concatenate them all together into one big file and print them all. Use a CSS print stylesheet to force pagebreaks before the start of each "page".
 
Back
Top