Using Pisa to write a pdf to disk
Posted
by phoebebright
on Stack Overflow
See other posts from Stack Overflow
or by phoebebright
Published on 2010-05-24T19:49:06Z
Indexed on
2010/05/24
19:51 UTC
Read the original article
Hit count: 281
I have pisa producing .pdfs in django in the browser fine, but what if I want to automatically write the file to disk? What I want to do is to be able to generate a .pdf version file at specified points in time and save it in a uploads directory, so there is no browser interaction. Is this possible?
© Stack Overflow or respective owner