Re: [SOLVED]OpenBSD 4.3 FAQ in PDF (Download html and convert using pisa)

2008-07-23 Thread Amarendra Godbole
On Wed, Jul 23, 2008 at 9:35 AM, my mail [EMAIL PROTECTED] wrote:
 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.
[...]

I'd still suggest you stick with the html pages, as the FAQ is a fast
moving target (especially as the release date comes close), and there
are many times corrections too. And I am pretty sure that any system
that lets you read pdfs', would also help you read htmls' ;-)

-Amarendra



[SOLVED]OpenBSD 4.3 FAQ in PDF (Download html and convert using pisa)

2008-07-22 Thread my mail
  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