Aahz schreef op de 12e dag van de oogstmaand van het jaar 2010:
> In article ,
> Peter Kleiweg wrote:
> >Hartmut Goebel schreef op de 12e dag van de oogstmaand van het jaar 2010:
> >
> >> Here is an example for how to use the high-level interface of
> >> `python-ghostscript`. This implements a v
In article ,
Peter Kleiweg wrote:
>Hartmut Goebel schreef op de 12e dag van de oogstmaand van het jaar 2010:
>
>> Here is an example for how to use the high-level interface of
>> `python-ghostscript`. This implements a very basic ps2pdf-tool::
>>
>> import sys
>> import ghostscript
>>
>>
Hartmut Goebel schreef op de 12e dag van de oogstmaand van het jaar 2010:
> Here is an example for how to use the high-level interface of
> `python-ghostscript`. This implements a very basic ps2pdf-tool::
>
> import sys
> import ghostscript
>
> args = [
> "ps2pdf", # actual val
Announcing:
python-ghostscript 0.3
A Python-Interface to the Ghostscript
C-API using ctypes
:Copyright: GNU Public License v3 (GPLv3)
:Author: Hartmut Goebel
:Homepage: http://bitbucket.org/htgoebel/python-ghostscript
:Download