Printing documents from boost?

I know this is a little OT, but I'm viewing the lovely new boost iterator docs (using konq), and I'm wondering how I can get a printed version which would include all the pages that make up the whole iterator documentation? I seem to recall long ago a tool called html2ps or something like that would do it, but I can't seem to find anything.

Neal D. Becker wrote:
I know this is a little OT, but I'm viewing the lovely new boost iterator docs (using konq), and I'm wondering how I can get a printed version which would include all the pages that make up the whole iterator documentation?
I seem to recall long ago a tool called html2ps or something like that would do it, but I can't seem to find anything.
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
I was thinking much the same this morning about the boost.python library... You can find the html2ps homepage here: http://user.it.uu.se/~jan/html2ps.html I installed html2ps from RPM on my Fedora box, but it claims to run on windows, if that's what you need. It requires Perl5, and certain functionality requires additional packages (like ghostscript, etc...) -- ------------------------------------------------------------------------------- Kevin Lynch voice: (617) 353-6025 Physics Department Fax: (617) 353-9393 Boston University office: PRB-361 590 Commonwealth Ave. e-mail: krlynch@bu.edu Boston, MA 02215 USA http://budoe.bu.edu/~krlynch -------------------------------------------------------------------------------

"Neal D. Becker" <nbecker@hns.com> writes:
I know this is a little OT, but I'm viewing the lovely new boost iterator docs (using konq), and I'm wondering how I can get a printed version which would include all the pages that make up the whole iterator documentation?
I seem to recall long ago a tool called html2ps or something like that would do it, but I can't seem to find anything.
You don't want to print the PDFs? I would just take a boost installation, select all the PDFs in libs/iterator/doc, and choose "print" from whatever context menu your GUI provides. -- Dave Abrahams Boost Consulting www.boost-consulting.com
participants (3)
-
David Abrahams
-
Kevin Lynch
-
Neal D. Becker