Home > Archive > PostScript > February 2006 > Ghostscript and vb.net
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Ghostscript and vb.net
|
|
| John Devlon 2006-02-02, 7:58 am |
| Hi everyone,
Does anyone know where I can find more information, tutorials, syntax
and scripting examples about using ghostscript and visual studio .net ?
I can't find anything on the ghostscript home page.
Many thanx
John Devlon
| |
| nauckt 2006-02-08, 9:31 am |
| There are examples for Visual Basic 6 and Visual Basic.NET showing how to
convert PostScript to PDF in
ftp://mirror.cs.wisc.edu/pub/mirror...ib/gsapi_vb.zip
The examples show how to load the Ghostscript DLL, check the revision
number, pass arguments to Ghostscript and handle stdout.
| |
| fhtino 2006-02-08, 9:31 am |
| John,
remember: GhostScript DLL is not multi-thread.
Fabrizio
nauckt wrote:
> There are examples for Visual Basic 6 and Visual Basic.NET showing how to
> convert PostScript to PDF in
>
> ftp://mirror.cs.wisc.edu/pub/mirror...ib/gsapi_vb.zip
>
> The examples show how to load the Ghostscript DLL, check the revision
> number, pass arguments to Ghostscript and handle stdout.
|
|
|
|
|