New Post: Force output to portrait (like a printer device would)
Greetings, We're converting PDFs to TIFF images for the purposes of fax delivery and looking for best way to essentially behave like a printer -and- orient ALL pages to portrait output. We've read...
View ArticleNew Post: Convert RGB PDF TO CMYK PDF
Hi, Can someone help to Convert RGB PDF file to CMYK compliant file ?. Thank you.
View ArticleNew Post: pdf to pdf-a
Hi, I have a problem with the transfer pdf to pdf-amy code: string inputFile = @"d:\index.pdf "; string outputFile = @"d:\output.pdf "; using (GhostscriptProcessor ghostscript = new...
View ArticleNew Post: Deployment Requirements for using Ghostscript.NET managed library
What files do I need to deploy on server to use Ghostscript.NET managed library, apart from just deploying GhostScript.NET.dll file.Do I need to install Ghostscript on the server? Do I need gsdll32.dll...
View ArticleCreated Unassigned: Trying to open file in GhostScript rasterizer [2297]
I'm trying to implement your method from here [TEXT](http://ghostscriptnet.codeplex.com/documentation) to allow me to rasterize pdf into collection of images.When I try to open pdf...
View ArticleNew Post: Trying to open file in GhostScript rasterizer
I'm trying to implement your method from here Rasterize to allow me to rasterize pdf into collection of images. When I try to open pdf file_rasterizer.Open(inputPdfPath, _lastInstalledVersion, false);...
View ArticleNew Comment on "Documentation"
I was trying to use GhostscriptRasterizer class as per example above, but line _rasterizer.Open(inputPdfPath, _lastInstalledVersion, false); runs into error: An error occured when call to...
View ArticleCommented 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 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: Print Pdf Character Encoding
Hi, I use Ghostscript.Net v1.2.0 for printing pdf files. It prints pdf documents which has only english characters very well but when I try print pdf document which has some turkish characters it...
View ArticleNew Post: Print Pdf Character Encoding
Hi codeFortix, Can you somehow send me that PDF so I can test it? You can put it somewhere on the web or send it directly to me: habjan@gmail.com Cheers, Josip
View ArticleNew Post: Deployment Requirements for using Ghostscript.NET managed library
Hi, You can install it on the server or you can simply deploy gsdll32.dll. There is no need for gsdll32.lib and gsdll32.exe. If you are not installing ghostscript native library on the server, make...
View ArticleNew Post: Print Pdf Character Encoding
Hi Josip, I write links below about pdf and print out files.Print Out FileOriginal Pdf
View ArticleNew Post: Print Pdf Character Encoding
Hi, The fonts aren't embedded, therefore you get the best guess ghostscript can manage. Especially with non-latin fonts, you must have the original font available to Ghostscript to have a any chance of...
View ArticleNew Post: read PDF information
Hi Josip, Thanks for nice library and help. I have ps file, and I need to get some information from it, for example customer name, emails, phone number etc. My fast implementation was just to read ps...
View ArticleNew Post: read PDF information
Hi TarasB. What you are asking is not possible by using ghostscript. What you are looking for is something like iTextSharp: http://sourceforge.net/projects/itextsharp/ Cheers, Josip
View ArticleCreated Unassigned: not compatible with dotnet 2.0 [2302]
The binary requires the dotnet 4.0 framework runtime to function, System.IO.Pipes usage prevents recompiling as a dotnet 2 dll without modification.
View ArticleNew Post: merge PDF pages into a single PDF
I have a PDF created by Doc1, so it's really several separate documents. I can split it apart just fine into separate pages (e.g., -sOutputPath=\[path]\P-%06d.PDF) but trying to combining subsets of...
View ArticleCreated Unassigned: GhostscriptRasterizer process dies if feed a bad pdf...
``` using (var rar = new GhostscriptRasterizer()){ try{//WARNING: this process will fail if its not a real pdf or the pdf is corrupt. rar.Open(filePath,...
View Article