Path: csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; "'python": 0.07; 'canvas': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; 'jan': 0.11; 'suggest': 0.15; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'wrote:': 0.16; 'student': 0.20; 'tkinter': 0.22; 'header:In-Reply-To:1': 0.24; 'software.': 0.25; 'header:User-Agent:1': 0.26; 'header:X -Complaints-To:1': 0.26; "i'm": 0.30; 'that.': 0.30; 'another': 0.32; 'problem': 0.33; 'club': 0.33; 'file': 0.34; 'so,': 0.35; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'pdf': 0.37; 'doing': 0.38; 'does': 0.39; 'to:addr:python.org': 0.40; 'where': 0.40; 'hello,': 0.40; 'software': 0.40; 'school': 0.62; 'details': 0.62; 'card': 0.63; 'finally': 0.70; '(search': 0.84; '12:20': 0.84; 'etc..': 0.84; 'received:fios.verizon.net': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Postscript to pdf Date: Mon, 21 Sep 2015 00:17:47 -0400 References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-173-59-124-74.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1442809080 news.xs4all.nl 23824 [2001:888:2000:d::a6]:37099 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:96911 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