New Post: How to print file
I do get the same error on this. I can print my file calling ghostscript directly, so my pdf is ok.
View ArticleNew Post: How to print file
It turned out that I needed administrator rights on visual studio .exe
View ArticleNew Post: How to print file
Hi 'hheuvelman', Thank you for solving this issue, I hope it will work out 'code74' problem also. Only thing I can suggest here is adding a requestedExecutionLevel element to your application...
View ArticleNew Post: GhostscriptPipedInput needed
Hi Seyko, Please take a look at this discussion: open PDF from Memorystream Ghostscript.NET v.1.1.2 has implemented opening files represented as MemoryStream from the GhostscriptRasterizer and...
View ArticleNew Post: System.NullReferenceException when loading GhostscriptRasterizer...
Hi Antony, This sounds like DynamicNativeLibrary problem which is part of the Ghostscript.NET. I will need to set up "Server 2012 R2" environment to debug this problem. If you like and you can give me...
View ArticleNew Post: read PDF information
Hi First giving thanks.It is a great library.I am successfully convert PDF to Raster.It is working fine. I've been trying to read page size and other information of any PDF file. But not doing this. Is...
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: Additional information: An error occured when call to...
I am getting the error I placed in the subject line here it is again: Additional information: An error occured when call to 'gsapi_new_instance' is made: -100 My Code: Dim desired_x_dpi As Integer = 96...
View ArticleNew Post: read PDF information
Hi, You should be able to to get the paper size by running pdf_info.ps. Switches for GhostscriptProcessor: -dNODISPLAY -q -sFile=c:\your.pdf -dDumpMediaSizes C:\path-to\pdf_info.ps This will output...
View ArticleNew Post: Additional information: An error occured when call to...
Hi, Can you please check if you are running your application in 32 or 64 bit mode? What is the platform target selected in your project properties? Cheers, Josip
View ArticleNew Post: Additional information: An error occured when call to...
I am running in 32bit mode. IIS 7 Ghostscript 32bit 9.10 I am using VS2013--how do I find the target? Thanks, Josip! Jimmy
View ArticleNew Post: Additional information: An error occured when call to...
Can you try to give your IIS user admin rights or allow read permission to "C:\Program Files\gs\gs9.10\bin\gsdll32.dll" to your IIS user?
View ArticleNew Post: Additional information: An error occured when call to...
IIS User now has full control on that folder. Well, it is actually "C:\Program Files (x86)\gs\gs9.10\bin" since it is the 32 bit version Still getting same error More information:the outer error I am...
View ArticleNew Post: Additional information: An error occured when call to...
Ok, now I am getting this error An error occured when call to 'gsapi_new_instance' is made: -100 Description: An unhandled exception occurred during the execution of the current web request. Please...
View ArticleNew Post: Additional information: An error occured when call to...
Ok, the "C:\Program Files (x86)" tells me that you are running this on the 64 bit machine. Do you have 64 bit version of the Ghostscript installed ? If no, can you try to install it as there is a...
View ArticleNew Post: Additional information: An error occured when call to...
I added the 63bit and removed the 32bit and got this error. __This managed library is running under 32-bit process and requires 32-bit Ghostscript native library installation on this machine! To...
View ArticleNew Post: Error with Samples
Hi! I'm testing the Processor sample class from the source code just to see if it can do what I want. I've also implemented the two classes ISample.cs and Program.cs. I've sett the application to run...
View ArticleNew Post: problem with GhostscriptRasterizer reading from MemoryStream and...
Hello There is a problem when Calling GhostscriptRasterizer.Open with a MemoryStream. It says that the format must be pdf, ps or eps. My file is eps and opens correctly in the Viewer sample. I tracked...
View ArticleNew Post: Error with Samples
Can you please show me the code you are trying to run? The error you mentioned is telling me that Ghostscript is initialized properly and that it probably something due parameters you are using....
View ArticleNew Post: problem with GhostscriptRasterizer reading from MemoryStream and...
Hi, Thank you for reporting this problem and I'm glad you managed to find the solution. Can you please send me a link to the eps file you have tried to open so I can see what's the difference between...
View Article