Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #96911

Re: Postscript to pdf

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 <python-python-list@m.gmane.org>
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 <tjreedy@udel.edu>
Subject Re: Postscript to pdf
Date Mon, 21 Sep 2015 00:17:47 -0400
References <f1c3720b-ee32-4a22-bdfa-7a1bedebc16f@googlegroups.com>
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 <f1c3720b-ee32-4a22-bdfa-7a1bedebc16f@googlegroups.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.19.1442809080.28679.python-list@python.org> (permalink)
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

Show key headers only | View raw


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 | NextPrevious in thread | Find similar | Unroll thread


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