![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveUsing Ghostscript DLL via ctypes in Py2.3/Win
From: Adam Twardoch <atwardoch@op.pl>
Date: Wed Jul 06 2005 - 11:36:31 CEST
I've written a simple commanline wrapper for calling GhostScript from
gs -q -dNODISPLAY -dNOPAUSE -dSAFER ps2ai.ps infile.eps >outfile.ai
I'd prefer to use the GhostScript DLL API* and call it using ctypes under
Has anyone perhaps written something like that already and cares to share a
Regards,
*) http://www.cs.wisc.edu/~ghost/doc/cvs/API.htm
|