1. Documentation in pdf
- Posted by Tom Apr 09, 2009
- 1489 views
The "archive" (RapidEuphoria website) now has the Euphoria alpha documentation in pdf format.
It turns out that "htmldoc" can produce pdf files easily. It is open source, and works in Windows and Linux.
Tom
2. Re: Documentation in pdf
- Posted by jeremy (admin) Apr 09, 2009
- 1550 views
The "archive" (RapidEuphoria website) now has the Euphoria alpha documentation in pdf format.
It turns out that "htmldoc" can produce pdf files easily. It is open source, and works in Windows and Linux.
Tom, there are a few projects by the name of HTMLDOC. Which one did you use? I want to generate PDF docs and include it as an official download when release time comes. Actually, I am thinking that there will be a few packages you can download/install when final comes... Source.zip, Source.tar.gz, Binary Packages, Binary Installer (Windows only), HTML Docs and PDF Docs.
Jeremy
3. Re: Documentation in pdf
- Posted by Tom Apr 09, 2009
- 1539 views
The commercial website is: www.easysw.com/htmldoc/
The opensource website is: www.htmldoc.org
Linux binary (the one I used) works in Slax and NimbleX:
from www.niblex.net
two files: fltk and htmldoc .lzm are needed
(I have not tested this one ) A windows binary: http://htmldoc-binaries.org
Tom
4. Re: Documentation in pdf
- Posted by georgeorr Apr 10, 2009
- 1445 views
Thanks Tom. This is very useful. I have been struggling a bit with the (admittedly alpha) on line manual, and I find the pdf version much easier to search. I'm also happy to see Jeremy intends to include pdf manual in releases eventually.
Thanks again. Very useful to me.
George