A python library to convert RTF into PDF ?
leonel.gayard at gmail.com
leonel.gayard at gmail.com
Wed Jan 3 13:52:02 EST 2007
More information about the Python-list mailing list
Wed Jan 3 13:52:02 EST 2007
- Previous message (by thread): A python library to convert RTF into PDF ?
- Next message (by thread): A python library to convert RTF into PDF ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
No, this won't work. First, pdflatex is too slow. Second, my templates are M$-Word doc files, and they cannot be easily converted to tex. I have tried to convert them to tex using OpenOffice, but the result is ugly as hell. I cannot convert the doc files into PDF, because I do not have a library that allows me to manipulate PDF files. Reportlab does *not* do the trick, it can create new pdf files, but it cannot manipulate existing pdf files. So, converting the doc files to RTF, in order to manipulate them is my best chance. Now how can I convert them to PDF ? []'s Leonel Tom Plunket wrote: > leonel.gayard at gmail.com wrote: > > > So, what library can I use to convert from RTF to PDF ? GPL / BSD > > Libraries are welcome. > > If you could write to LaTeX files instead, you could then just use > pdflatex that comes with all of the LaTeX distributions. > > > -tom! > > --
- Previous message (by thread): A python library to convert RTF into PDF ?
- Next message (by thread): A python library to convert RTF into PDF ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list