Re: [Tkinter-discuss] Text to postscript

2019-06-24 Thread Vasilis Vlachoudis
Laird [came...@phaseit.net] Sent: Wednesday, June 19, 2019 15:52 To: tkinter-discuss@python.org Subject: Re: [Tkinter-discuss] Text to postscript On Tue, Jun 18, 2019 at 11:21:29PM +0200, Michael Lange wrote: . . . > On Tu

Re: [Tkinter-discuss] Text to postscript

2019-06-19 Thread Cameron Laird
On Tue, Jun 18, 2019 at 11:21:29PM +0200, Michael Lange wrote: . . . > On Tue, 18 Jun 2019 10:09:08 + > Vasilis Vlachoudis wrote: > > > Thanks Michael, > > > > not exactly what I was looking for. > > oh yes, I thought so

Re: [Tkinter-discuss] Text to postscript

2019-06-18 Thread Michael Lange
Hi, On Tue, 18 Jun 2019 10:09:08 + Vasilis Vlachoudis wrote: > Thanks Michael, > > not exactly what I was looking for. oh yes, I thought so :) > I am investigating how difficult is to write my own ps exporter, > based on the Canvas postscript source code. This would surely be awesome! In

Re: [Tkinter-discuss] Text to postscript

2019-06-18 Thread Michael Lange
Hi, On Tue, 18 Jun 2019 15:57:03 +0200 Paul Malherbe wrote: > You could use fpdf to convert text to pdf as per: (...) as I understood (or imagined?) the OP wants to keep some sort of formatting within the Text widget, like tags with different fonts or embedded images etc. If it's only about "p

Re: [Tkinter-discuss] Text to postscript

2019-06-18 Thread Paul Malherbe
icult is to write my own ps exporter, based on the Canvas postscript source code. Vasilis From: Tkinter-discuss [tkinter-discuss-bounces+vasilis.vlachoudis=cern...@python.org] on behalf of Michael Lange [klappn...@web.de] Sent: Tuesday, June 18, 2019 11:16 To: t

Re: [Tkinter-discuss] Text to postscript

2019-06-18 Thread Vasilis Vlachoudis
...@python.org] on behalf of Michael Lange [klappn...@web.de] Sent: Tuesday, June 18, 2019 11:16 To: tkinter-discuss@python.org Subject: Re: [Tkinter-discuss] Text to postscript Hi, On Mon, 17 Jun 2019 12:16:49 + Vasilis Vlachoudis wrote: > Hi all, > > Canvas has this nice method to conv

Re: [Tkinter-discuss] Text to postscript

2019-06-18 Thread Michael Lange
Hi, On Mon, 17 Jun 2019 12:16:49 + Vasilis Vlachoudis wrote: > Hi all, > > Canvas has this nice method to convert it to postscript, which is > perfect for printing. Is there something similar for Text(), I could > not find anything internal but if there is something external to > convert to

[Tkinter-discuss] Text to postscript

2019-06-17 Thread Vasilis Vlachoudis
Hi all, Canvas has this nice method to convert it to postscript, which is perfect for printing. Is there something similar for Text(), I could not find anything internal but if there is something external to convert to html, ps, pdf it would be nice. Many thanks Vasilis