PDf creating with Python? Howto?

Duncan Booth duncan at NOSPAMrcp.co.uk
Wed Jul 10 06:50:41 EDT 2002


Johan Holst Nielsen <johan at weknowthewayout.com> wrote in 
news:3D2BE41E.3040508 at weknowthewayout.com:

> Im right now beginning a project where I have to make a generator to PDF 
> files. It includes images, and fonts (thats not are embedded in the 
> Adobe PDF specification).
> 
> It have to be used for Offset printing, so all images must have a 
> resolution about 304 dpi.
> 
> Anyone know tutorials or libraries in Python that can help me with this 
> project?

See http://www.reportlab.com/toolkit. I think it should do everything you 
ask for.

-- 
Duncan Booth                                             duncan at rcp.co.uk
int month(char *p){return(124864/((p[0]+p[1]-p[2]&0x1f)+1)%12)["\5\x8\3"
"\6\7\xb\1\x9\xa\2\0\4"];} // Who said my code was obscure?



More information about the Python-list mailing list