ghostscript | index c:\python projects\ghostscript\ghostscript.py |
# GhostScript interface API through ctypes
# The GhostScript Windows DLL is interfaced through gsdll32.dll
# Linux is libgs.so and OS X *should* be Ghostscript.framework
Modules | ||||||
|
Classes | ||||||||||||||||||||||
|
Functions | ||
|
Data | ||
DEFAULT_MODE = 0 GSVersion = <ghostscript.GSAPIVERSION object at 0x00C11080> GetLastError = <_FuncPtr object at 0x00BE0468> PDF_COMPAT_LEVELS = ['1.2', '1.3', '1.4'] RTLD_GLOBAL = 0 RTLD_LOCAL = 0 cdll = <ctypes.LibraryLoader object at 0x00C1C7D0> e_ExecStackUnderflow = -104 e_Fatal = -100 e_Info = -110 e_InterpreterExit = -102 e_NeedInput = -106 e_Quit = -101 e_RemapColor = -103 e_VMerror = -25 e_VMreclaim = -105 e_configurationerror = -26 e_dictfull = -2 e_dictstackoverflow = -3 e_dictstackunderflow = -4 e_execstackoverflow = -5 e_interrupt = -6 e_invalidaccess = -7 e_invalidcontext = -29 e_invalidexit = -8 e_invalidfileaccess = -9 e_invalidfont = -10 e_invalidid = -30 e_invalidrestore = -11 e_ioerror = -12 e_limitcheck = -13 e_nocurrentpoint = -14 e_rangecheck = -15 e_stackoverflow = -16 e_stackunderflow = -17 e_syntaxerror = -18 e_timeout = -19 e_typecheck = -20 e_undefined = -21 e_undefinedfilename = -22 e_undefinedresource = -27 e_undefinedresult = -23 e_unknownerror = -1 e_unmatchedmark = -24 e_unregistered = -28 gs = <WinDLL 'gsdll32.dll', handle 10000000 at c0ebd0> gs_version = <_FuncPtr object at 0x00BE0738> log_func = <WinFunctionType object at 0x00BE0C60> memmove = <CFunctionType object at 0x00BE04E0> memset = <CFunctionType object at 0x00BE0558> oledll = <ctypes.LibraryLoader object at 0x00C1C870> pydll = <ctypes.LibraryLoader object at 0x00C1C7F0> pythonapi = <PyDLL 'python dll', handle 1e000000 at c1c810> windll = <ctypes.LibraryLoader object at 0x00C1C830> |