Postscript to pdf

Terry Reedy tjreedy at udel.edu
Mon Sep 21 00:17:47 EDT 2015


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




More information about the Python-list mailing list