Commented Unassigned: Trying to open file in GhostScript rasterizer [2297]
I'm trying to implement your method from here [Rasterize](http://ghostscriptnet.codeplex.com/documentation) to allow me to rasterize pdf into collection of images.When I try to open pdf...
View ArticleCommented Unassigned: Incorrect path for GhostScriptViewer [2266]
Using the sample of GhostScriptViewer i've noticed that there are some paths that make GhostScriptViewer throw a FormatException (because it's trying to cast a string as a page number, whereas the page...
View ArticleCreated Unassigned: GhostScript process dies after opening a PDf file [2317]
I am having an error when i try to close/dispose the "GhostscriptRasterizer" after opening a PDF and creating a image. I get this error "Attempted to read or write protected memory. This is often an...
View ArticleNew Post: Processing-Event on conversion from ps to pdf not fired ??!!??
Hallo all, currently having trouble get some sort of progress indication to work ... Here is what i did so far : using (var ghostscript = new GhostscriptProcessor()) { ghostscript.Processing +=...
View ArticleNew Post: Processing-Event on conversion from ps to pdf not fired ??!!??
Hi, This event is only raised when you are converting PDF to some other format. Sooo, in case when you are converting PS to PDF, this event will not fire. That's default Ghostscript behaviour. Cheers,...
View ArticleNew Post: Processing-Event on conversion from ps to pdf not fired ??!!??
Dear Josip, holy cow .. this was a blazing fast response ! Thanks for the information. I have not been aware of this.... Cheers, Marc
View ArticleNew Post: Processing-Event on conversion from ps to pdf not fired ??!!??
No worries, Cheers, Josip
View ArticleNew Post: Convert Postscript to PDF
I am trying to convert a Postscript file to PDF, but I seem to be missing part of it. What I have is:public void Convert(String fileName, String outputPath) { using (var psStream = File.Open(fileName,...
View ArticleNew Post: Split PostScript to Color and BW File
Can some one help me converting bellow code to C#. I need some program to split PS file tohave Color and BW pages in seperate...
View ArticleNew Post: Convert PostScript file to PDF
Hello, you have a code for this? Link are broken
View ArticleNew Post: Convert PostScript file to PDF
Hi,https://github.com/jhabjan/Ghostscript.NET/blob/master/Ghostscript.NET.Samples/Samples/ProcessorSample1.cshttps://github.com/jhabjan/Ghostscript.NET/blob/master/Ghostscript.NET.Samples/Samples/Proce...
View ArticleNew Post: Convert PostScript file to PDF
Hello, I have tried installing manually, using nuget but nothing seems to work. I continue to get This managed library is running under 32-bit process and requires 32-bit Ghostscript native library...
View ArticleNew Post: Is there a version of Ghostscript.NET for .NET Framework 3.5
I'm using Ghostscript.NET on a project which has other .NET 3.5 libraries. Is there a place where I download a .NET 3.5 version of Ghostscript.NET? Thanks! Gabriel.
View ArticleNew Post: Printing PDF
Hi Josip, Thank you for creating and sharing this wonderful library for Ghostscript. I am using it to print PDF from VB.NET. Is there a way to change the print job name from "Ghostscript output.pdf" to...
View ArticleNew Post: Printing PDF
FYI to those interested. I resolved this issue using setup.ps mark /UserSettings<< /DocumentName (my test) % name for the Windows spooler >> (mswinpr2) finddevice % select the Windows...
View ArticleNew Post: Rasterize portion of PDF
First, thanks for making this library available. I am looking to process a region of a pdf to a raster format to analyze with OCR. I found a post on StackOverflow...
View ArticleNew Post: Convert RGB PDF TO CMYK PDF
Would be quite interesting for me as well - no ideas, no responses since Apr '15??? Regards, funkl
View ArticleNew Post: Attempted to read or write protected memory
I'm getting the following error:An unhandled exception of type 'System.AccessViolationException' occurred in Ghostscript.NET.dll Additional information: Attempted to read or write protected memory....
View ArticleNew Post: Attempted to read or write protected memory
The way I got around this problem (I don't think this issue is fixable at this point): I am also using iTextSharp in my program. So I wrote a method using iTextSharp to check if the PDF file is...
View ArticleNew Post: negative origins, calculation of bounding box
Josip, once again, thx for that project. I've an issue rendering some postscript code generated by Terry Burtons BWIPP implementation (http://bwipp.terryburton.co.uk/) of a ps barcode library. Since...
View Article