How to display a PostScript file in a Python GUI application.
Posted
by Mike Graham
on Stack Overflow
See other posts from Stack Overflow
or by Mike Graham
Published on 2010-03-28T20:41:24Z
Indexed on
2010/03/28
20:43 UTC
Read the original article
Hit count: 276
I would like to build a cross-platform GUI application in Python that displays PostScript files I generate, among some other stuff. What is the best way to accomplish this? Ideally I would be able to do things like zoom and pan the displayed graphic.
Do any/some/all of the GUI toolkits have something I can drop in to do this, and if so what are they called and how do they work? If necessary, I can convert the postscript file to PDF or a raster format behind the scenes, but I'd rather not do the latter.
© Stack Overflow or respective owner