Released: Ghostscript.NET v.1.1.8. (May 08, 2014)
1.1.8.fixed incompatibility problem with 'gsapisetarg_encoding' function in Ghostscript releases prior to 9.10. (this function was introduced in 9.10 release)fixed older versions incompatibility...
View ArticleCreated Release: Ghostscript.NET v.1.1.8. (May 08, 2014)
1.1.8.fixed incompatibility problem with 'gsapisetarg_encoding' function in Ghostscript releases prior to 9.10. (this function was introduced in 9.10 release)fixed older versions incompatibility...
View ArticleUpdated Wiki: Home
Ghostscript.NET (written in C#) is the most completedmanaged wrapper library around the Ghostscript library (32-bit & 64-bit), an interpreter for the PostScript language, PDF, related software and...
View ArticleNew Post: _rasterizer.Open(ms) throws System.NullReferenceException in .net 4.5
Hi Anders, Great, no worries. Cheers, Josip
View ArticleNew Post: An error occured when call to 'gsapi_init_with_args' is made: -100
i use the dll convert the ps file to pdf ,follow is my code // GhostscriptVersionInfo gv = new GhostscriptVersionInfo(@"C:\SharePrinter\gsdll32.dll"); GhostscriptVersionInfo gv =...
View ArticleNew Post: An error occured when call to 'gsapi_init_with_args' is made: -100
Hi, Can you try to remove txtFilename and use hardcoded paths? It could be your path is not correct. A same for psFilename. Is txtFilename a string variable or textbox control? If it's textbox control...
View ArticleNew Post: An error occured when call to 'gsapi_init_with_args' is made: -100
You can also use this code to trap Ghostscript errors: public class GsStdio : GhostscriptStdIO { public GsStdio() : base(true, true, true) { } public override void StdIn(out string input, int count) {...
View ArticleNew Post: An error occured when call to 'gsapi_init_with_args' is made: -100
You can also use this code to trap Ghostscript errors: public class GsStdio : GhostscriptStdIO { public GsStdio() : base(true, true, true) { } public override void StdIn(out string input, int count) {...
View ArticleUpdated Wiki: Home
Ghostscript.NET (written in C#) is the most completedmanaged wrapper library around the Ghostscript library (32-bit & 64-bit), an interpreter for the PostScript language, PDF, related software and...
View ArticleNew Post: Ghostscript.net install into the GAC
Hello, i've tried to install the ghostscript.net.dll into the GAC without success. Do i miss something? Also the drag&drop thing doesn't work... Tia, joschy3d
View ArticleNew Post: Ghostscript.net install into the GAC
Hi joschy3d, I had no problems with installing Ghostscript.NET to GAC. You need to have admin rights to install it to GAC. What you can do is to use windows explorer to go to "C:\Program Files...
View ArticleNew Post: Ghostscript.net install into the GAC
Hi Josip, it was the wrong gacutil.exe. With the .NET framework 4.0 gacutil.exe it works. Thank you, joschy3d
View ArticleNew Post: An error occured when call to 'gsapi_init_with_args' is made: -100
josip thanks for your quick replay. i follow your suggest ,use the file path not parameter i find it work. the failure reason is the ps file name contains some chinese language ,such as my ps flle name...
View ArticleNew Post: An error occured when call to 'gsapi_init_with_args' is made: -100
Can you please tell me which versions of native Ghostscript library and Ghostscript.NET you use?
View ArticleReleased: Ghostscript.NET v.1.1.8. (May 08, 2014)
v.1.1.8.fixed incompatibility problem with 'gsapisetarg_encoding' function in Ghostscript releases prior to 9.10. (this function was introduced in 9.10 release)fixed older versions incompatibility...
View ArticleUpdated Release: Ghostscript.NET v.1.1.8. (May 08, 2014)
v.1.1.8.fixed incompatibility problem with 'gsapisetarg_encoding' function in Ghostscript releases prior to 9.10. (this function was introduced in 9.10 release)fixed older versions incompatibility...
View ArticleNew Post: Invisible layers showing when rasterizing multilayer document
Hi, Hidden layers (OCG) are shown when rasterizing a memory stream into an PNG file. Regards, Alex
View ArticleNew Post: Invisible layers showing when rasterizing multilayer document
Hi Alex, Couple of questions. What version of Ghostscript.NET do you use? What version of native Ghostscript library do you use? Can you attach sample problematic PDF so I can try to reproduce u...
View ArticleNew Post: Invisible layers showing when rasterizing multilayer document
Thanks for the quick response, Versions are as follows: Ghostscript.Net: 1.1.8.0 Ghostscript: 9.14 This is the file: http://filepost.com/files/552e1ebc/House_Plan_Final.pdf/ Tnx, Alex
View ArticleNew Post: An error occured when call to 'gsapi_init_with_args' is made: -100
Ghostscript.NET v.1.1.8 ghostscript 9.14
View Article