Code: Select all
String[] ARGS = new String[] {
"",
"-sDEVICE=tiffsep1",
"-r1200",
"-o out.tiff",
"SOSample.pdf",
//"-c",
//"> sethalftone",
//"-f"
};
Ich verwende:
Code: Select all
[DllImport("gsdll64.dll", EntryPoint = "gsapi_init_with_args")]
public static extern int INSTANCEStart(IntPtr instance, int argc, string[] argv);
Ich arbeite mit Ghostscript 9.52.
Etwas, das helfen könnte (
Code: Select all
\"Code: Select all
"-c",
"\" setpagedevice\"",
Mobile version