New Post: change image orientation.
Great, thanks for letting me know it works. Cheers, Josip
View ArticleNew Post: Additional information: An error occured when call to...
I also tried to replace the offending statement with the more I also tried to replace the offending statement with the more explicit one, but consistently getting -15 error now.rasterizer.Open(ms,...
View ArticleCreated Unassigned: Arithmetic operation resulted in an overflow [2243]
Hello,i get following exception while converting PDF to image...i use ghostscript 9.14 and ghostscript.net 1.1.8thanks..```An exception of type 'System.OverflowException'...
View ArticleCommented Unassigned: Arithmetic operation resulted in an overflow [2243]
Hello,i get following exception while converting PDF to image...i use ghostscript 9.14 and ghostscript.net 1.1.8thanks..```An exception of type 'System.OverflowException'...
View ArticleCommented Unassigned: Arithmetic operation resulted in an overflow [2243]
Hello,i get following exception while converting PDF to image...i use ghostscript 9.14 and ghostscript.net 1.1.8thanks..```An exception of type 'System.OverflowException'...
View ArticleNew Post: Editing a PostScript File
I need to be able to edit a PostScript file, in order to change the output printer tray manually. This library looks like it might be able to assist with that. Any chance you could point me in the...
View ArticleNew Post: Suppress all dialogs
Hello, I have been using the library with some success to send to device mswinpr2 but have not determined how to successfully suppress all the dialog boxes that appear? I have tried to use -dNODISPLAY...
View ArticleCreated Unassigned: out of memory issue [2247]
out of memory issue in getimages() while reading pdf of 800 pages.
View ArticleCommented Unassigned: out of memory issue [2247]
out of memory issue in getimages() while reading pdf of 800 pages.Comments: ** Comment from web user: reenumoses ** got error while converting large pdf to series of images using ghostscript
View ArticleNew Post: Parameter is not valid.
I am currently using Ghostscript.net to process pdf's into images. For multipage document the first page processes then the next throws the error: "Parameter is not valid." Here is the stack trace: at...
View ArticleNew Post: Editing a PostScript File
Hi, Maby i can give you a direction. I have done this in the past for some automatic printing, by modifying the source PostScript file. Condition is that the printer must support postscript language....
View ArticleNew Post: use local ghostscript dll (instead of installed version)
Hi, I am in a situation that needs a small distribution. The software i made uses Ghostscript.NET and i do not want any need for installation. So i made a check for gsdll32.dll or gsdll64.dll and so i...
View ArticleNew Post: Editing a PostScript File
Awesome! Thanks!Joseph ReynoldsSenior Software Developer and Software ArchitectMicrosoft C# MVPNotice: This e-mail message is intended only for the person or entity to which it is addressed and may...
View ArticleNew Post: how to convert pcl into pdf using ghostscript in C#.Net
hi, i'm implementing the one program for converting pcl files into pdf readable format files using ghostscript open source dll in C#.Net. could you please tell me the solution for converting pcl into...
View ArticleNew Post: convert prn into pdf
An error occured when call to 'gsapi_init_with_args' is made: -100
View ArticleNew Post: GhostscriptProcessor with pdfwrite fails to write pdf
Hi Im trying to use the GS.Net library to reduce a load of PDF files programmatically. It finds the PDF (it has the correct number of pages but no new pdf is written to the dir). What am i dooing...
View ArticleNew Post: convert prn into pdf
I think this means that it cant find the file. At least thats the exception i just got when I tried to change to filename to provoke an exception. BR
View ArticleNew Post: GhostscriptProcessor with pdfwrite fails to write pdf
Great, i found the solution myself. The first switch is ignored, probably used for the gs call, so the pdfwrite was actually never invoked. So I added a "-empty" switch to the list as first item, and...
View ArticleNew Post: A generic error occurred in GDI+
Hi, We attempted to use the GhostscriptRasterizer class code from the Documentation section. At the last line of code in method Start() img.Save(pageFilePath,ImageFormat.Png); we received an error "A...
View ArticleNew Post: save pdf as image tiff ccitg4
Is it possible to convert the loaded PDF file to Tiff format using CCITG4 compression? Or any alternative to run the following gswin32c command:gs9.14\\bin\\gswin32c -Igs9.14\\lib;fonts -dSAFER...
View Article