New Post: how to convert pcl into pdf using ghostscript in C#.Net
I don't see an answer here. Did you ever figure it out? I'd like to use it to accept an imported PCL file, determine the appropriate tray calls per page, and output as a PDF. Is that possible?
View ArticleNew Post: how to convert pcl into pdf using ghostscript in C#.Net
Hi, What you are looking for is GhostPCL which is not part of the Ghostscript.NET. You can download GhostPCL from here: http://www.ghostscript.com/download/gpcldnld.html To convert pcl to pdf you can...
View ArticleNew Post: how to convert pcl into pdf using ghostscript in C#.Net
Thanks, but will it let me grab the tray calls?
View ArticleNew Post: how to convert pcl into pdf using ghostscript in C#.Net
I'm not sure. You should ask that on #ghostscript channel at irc.freenode.net. I'm sure someone there will be able to help you. (http://ghostscript.com/irclogs/current.html)
View ArticleNew Post: Get progress for a single page?
Hi, The thing is that the Native Ghostscript library doesn't support any progress events/callbacks except the Page number that's being processed at that time. So, I'm afraid that what you are looking...
View ArticleNew Post: how to convert pcl into pdf using ghostscript in C#.Net
No worries, Cheers, Josip
View ArticleNew Post: Get progress for a single page?
Thanks for your response. Maybe it could be possible if feeding the input using a pipe and just monitor how much data GS already "ate" ...
View ArticleNew Post: Get progress for a single page?
Hi, I'm afraid that this will not be helpful.... The thing is that the PDF language, unlike the PostScript language, inherently requires random access to the file. If you provide PDF directly to...
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 ArticleUpdated Wiki: Home
Ghostscript.NET (written in C#) is the most completedmanaged wrapper library around the native Ghostscript library (32-bit & 64-bit), an interpreter for the PostScript language, PDF, related...
View ArticleNew Post: Get progress for a single page?
Hi Jossip, ahh, I see. Reading the documentation sometimes helps a lot ;-) Then I guess I'll simply count the output bytes because I'm redirecting them uncompressed to a pipe (same problem here:...
View ArticleNew Post: Unable to find the type or the namespace of Ghostscript
I don't know how to solve this problem. I need to use Ghostscript.NET, so I downloaded Ghostscritp.NET.dll and put it in my folder project. So I added the reference do the dll. But when I try to do...
View ArticleNew Post: Blank PNG file after conversion
In my software I make 2 pdf files from 1 using iTextSharp. I'd like to convert these files in 2 different PNG images using GS, but something strange happens. I use this code for the...
View ArticleCreated 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 ArticleNew Post: Suppress all dialogs
Hi josip, I'm having the same problem, I have all the parameters and I am capable of printing by bash. Am I missing anything or is this a bug? My switches: string printerName = "MyPrinter"; string...
View ArticleNew Post: Print PDF file?
Hi, I'm new to ghostscript but I have managed to print a pdf file in a WPF application using the commandline api for Ghostscript and GSView. This is my working code:string gsExecutable =...
View ArticleUpdated Wiki: Home
Ghostscript.NET (written in C#) is the most completedmanaged wrapper library around the native Ghostscript library (32-bit & 64-bit), an interpreter for the PostScript language, PDF, related...
View ArticleUpdated Wiki: Home
Ghostscript.NET (written in C#) is the most completedmanaged wrapper library around the native Ghostscript library (32-bit & 64-bit), an interpreter for the PostScript language, PDF, related...
View ArticleNew Post: Regarding conversion of PDF files
Hi, I have few questions regarding Ghostscript.Net Does Ghostscript.Net support PDF to SVG conversion?Does Ghostscript.Net support PDF to TIFF conversion? If ghostscript supports PDF to TIFF...
View Article