> > From: Nick Guenther <[EMAIL PROTECTED]> > > Subject: Re: OpenBSD 4.3 FAQ in PDF? > > > > It looks like it doesn't exist right now. Why > don't > > you just download > > all the FAQ pages? > > for i in 1 2 3 4 5 6 7 8 9; do > > ftp http://openbsd.org/faq/faq0${i}.html > > done > > for i in 10 11 12 13 14 15; do > > ftp http://openbsd.org/faq/faq${i}.html > > done > > hi all thx for help > > but it's litle mistake from this command, it must be > > ftp http://openbsd.org/faq/faq${i}.html > > not ftp http://openbsd.org/faq/faq0${i}.html > because the full link is > http://openbsd.org/faq/faq1.html not > http://openbsd.org/faq/faq01.html > > thanks, i have been able to download this html for offline > viewer :) > > > regards
after search with keywords "html to pdf" i got this http://www.htmltopdf.org/download.html, using pisa i have been able build from faq1.html-faq15.html into .pdf format with internal links, so if you convert this html with pisa, i open pdf with xpdf, and i can using internal link in pdf document. but i got a weird result for index.html from faq, after convert, index.pdf has nothing, only blank page. regards