I'd like to provide users with an option to generate latex source (or
the pdf generated by the source). Can django's templates be used
for generating the source? Would I have to change the mime type
to ensure it gets served as plain text?
Has anyone had any experience with calling external scrip
On 9/30/05, David S. <[EMAIL PROTECTED]> wrote:
> I am wondering how best to serve PDF files in Django.
>
> I am using ReportLab to generate a file.
Hi David,
I've just added this documentation:
http://www.djangoproject.com/documentation/outputting_pdfs/
Adrian
--
Adrian Holovaty
holovaty.com
I second that emotion.
-E
Adrian Holovaty gmail.com> writes:
> > I've just added this documentation:
>
> http://www.djangoproject.com/documentation/outputting_pdfs/
>
> Adrian
I have to say that the documentation for this project is fantastic. It sets it
apart from many other great tools for its clarity and the impac
On 9/30/05, David S. <[EMAIL PROTECTED]> wrote:
> I am wondering how best to serve PDF files in Django.
>
> I am using ReportLab to generate a file.
It's entirely possible to serve PDF files dynamically using Django.
I've done this in the past, generating NCAA tournament brackets
dynamically for
David S. wrote:
> I am wondering how best to serve PDF files in Django.
>
> I am using ReportLab to generate a file.
>
> So should I name it and place it where the server can fetch it?
>
> Does the URL have to end in pdf for it to be handled by the browser?
>
> Can I configure the develo
6 matches
Mail list logo