Re: [Tutor] Converting files

2011-04-12 Thread Steven D'Aprano
sunil tech wrote: Hi all... is there any way to convert any file (eg: document files & image files) to .pdf? If the file is printable, print it to a PDF gateway that generates a PS or PDF file. If it is a Microsoft Office document, or similar, then install OpenOffice or LibreOffice and use

Re: [Tutor] Converting files

2011-04-12 Thread Andrés Chandía
this is the list for cherrypy "cherrypy-users" El Mar, 12 de Abril de 2011, 10:02, sunil tech escribió: thank you for all your valuable suggestions... but i want it to be converted using python code .. On Tue, Apr 12, 2011 at 2:38 AM, Evans Anyokwu onyx...@gmail.com> wrote: I use Open

Re: [Tutor] Converting files

2011-04-12 Thread Andrés Chandía
I don't know how to do it, but I'm 99% sure I have seen a something related in cherrypy pages, try googling "cherrypy pdf generation" or something similiar Good luck! El Mar, 12 de Abril de 2011, 10:02, sunil tech escribió: thank you for all your valuable suggestions... but i want it to be c

Re: [Tutor] Converting files

2011-04-12 Thread sunil tech
thank you for all your valuable suggestions... but i want it to be converted using python code .. On Tue, Apr 12, 2011 at 2:38 AM, Evans Anyokwu wrote: > I use Openoffice and it has an option to export your files to .pdf and lots > of other file formats. > It's a free download - and has all the

Re: [Tutor] Converting files

2011-04-11 Thread Evans Anyokwu
I use Openoffice and it has an option to export your files to .pdf and lots of other file formats. It's a free download - and has all the usual Office applications... Search for 'OpenOffice' online. On Mon, Apr 11, 2011 at 9:48 PM, Alan Gauld wrote: > > "sunil tech" wrote > > > is there any wa

Re: [Tutor] Converting files

2011-04-11 Thread Alan Gauld
"sunil tech" wrote is there any way to convert any file (eg: document files & image files) to .pdf? if so, kindly share... Install a PDF print driver and then print the file to that printer. Set it to save as a file. Then if its printable you can get it as a PDF. You can do the same wit

Re: [Tutor] Converting files

2011-04-11 Thread Emile van Sebille
On 4/11/2011 10:40 AM sunil tech said... Hi all... is there any way to convert any file (eg: document files & image files) to .pdf? Look into reportlab. Look at the opensource area: http://www.reportlab.com/software/opensource/ if so, kindly share... thank you in advance. _

[Tutor] Converting files

2011-04-11 Thread sunil tech
Hi all... is there any way to convert any file (eg: document files & image files) to .pdf? if so, kindly share... thank you in advance. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailma