In article <00dd01c0892d$1d296680$cd0110ac@shuttle>, [EMAIL PROTECTED]
wrote:
>> [snip]
>>
>> Which also introduces the questions:
>>
>> 1. What would it take to get the PDF versions into other languages
>> besides english?
>
> I have asked this question some time ago. I guess the answer is just
> time. I don't know about any technological problems generating manuals
> in other languages...
right now, producing the pdf with the table-of-contents is a
non-scriptable process. if someone were to figure out the correct
combination of tools to fix that, we could add automatically generated pdf
versions to the list of things on the website.
>> 2. Why isn't the PDF version being served on a page-by-page basis, as
>> well as one big file? It sure would be nice to only put together a
>> printed manual of the pages you want (i.e, If you're only using MySQL,
>> it would save a lot of paper if you didn't print the Oracle, Postgres,
>> Ovrimos, etc. sections.)
>
> Well you can use a printer program, where you can set what pages to
> print... And for downloading it is not too much...
and adobe's acrobat reader, at least, use byteranges to request the pages
one at a time when you read the pdf from the website. (or at least it
should be able to do that.)
jim