On 5/25/07, Adam Fast <[EMAIL PROTECTED]> wrote:
> Thanks, that's awesome.
>
> HOWEVER, I'm sorry to hear you did it the save as PDF many times way...I'd
> like to show you a better way though.  In Acrobat Pro, do File->Create
> PDF->From Web Page.  Give it

... or better still, use the source. The Django documentation is all
stored as ReST documents in the Django checkout The Django webpage
renders the ReST document to HTML on demand, so the website always
reflects the most recent documenation.

You could very easily write a similar tool to convert the Django
documentation to PDF (or any other format) using any one of many
ReST->PDF converters out there.

Yours,
Russ Magee %-)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to