Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96911
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Subject | Re: Postscript to pdf |
| Date | 2015-09-21 00:17 -0400 |
| References | <f1c3720b-ee32-4a22-bdfa-7a1bedebc16f@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.19.1442809080.28679.python-list@python.org> (permalink) |
On 9/20/2015 12:20 PM, Bala Ji wrote: > Hello, > > I'm doing a software to make an id card for a school club so i used > TKINTER to make this software. So i can enter details like name, > student number etc.. > > So finally i got a Postscript file the problem is that i want to make > a pdf file do you have any ideas? "convert ps to pdf" Where does the .ps file come from? tkinter canvas to .ps? If so, I suggest not to do that. Get reportlab or another python pdf generator (search pypi.python.org for 'pdf' or web for 'python generate pdf'.) -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Postscript to pdf Bala Ji <baladjy@gmail.com> - 2015-09-20 09:20 -0700
Re: Postscript to pdf Laura Creighton <lac@openend.se> - 2015-09-20 18:40 +0200
Re: Postscript to pdf Bala Ji <baladjy@gmail.com> - 2015-09-20 09:50 -0700
Re: Postscript to pdf Laura Creighton <lac@openend.se> - 2015-09-20 20:12 +0200
Re: Postscript to pdf Laura Creighton <lac@openend.se> - 2015-09-20 21:09 +0200
Re: Postscript to pdf Baladjy KICHENASSAMY <baladjy@gmail.com> - 2015-09-20 20:27 +0200
Re: Postscript to pdf Christian Gollwitzer <auriocus@gmx.de> - 2015-09-21 15:39 +0200
Re: Postscript to pdf Baladjy KICHENASSAMY <baladjy@gmail.com> - 2015-09-20 21:32 +0200
Re: Postscript to pdf Laura Creighton <lac@openend.se> - 2015-09-20 21:52 +0200
Re: Postscript to pdf Laura Creighton <lac@openend.se> - 2015-09-21 00:50 +0200
Re: Postscript to pdf Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-09-20 20:25 -0400
Re: Postscript to pdf Baladjy KICHENASSAMY <baladjy@gmail.com> - 2015-09-20 23:11 +0200
Re: Postscript to pdf Nobody <nobody@nowhere.invalid> - 2015-09-21 13:56 +0100
Re: Postscript to pdf Baladjy KICHENASSAMY <baladjy@gmail.com> - 2015-09-21 17:20 +0200
Re: Postscript to pdf Christian Gollwitzer <auriocus@gmx.de> - 2015-09-23 08:40 +0200
Re: Postscript to pdf mithra <curtis.rendon@gmail.com> - 2015-09-23 17:01 -0700
Re: Postscript to pdf Terry Reedy <tjreedy@udel.edu> - 2015-09-21 00:17 -0400
csiph-web