Released: Ghostscript.NET v.1.2.1. (Dec 13, 2016)
If you have found Ghostscript.NET useful and has contributed to your project consider donating.v.1.2.1.fixed offset error in StdIn buffering. fixed problem with keeping whitespace return from the StdIn...
View ArticleUpdated Release: Ghostscript.NET v.1.2.1. (Dec 13, 2016)
If you have found Ghostscript.NET useful and has contributed to your project consider donating.v.1.2.1.fixed offset error in StdIn buffering.fixed problem with keeping whitespace return from the StdIn...
View ArticleSource code checked in, #32539
Fixed problem with wrongly applying /CropBox on page orientation (/Rotate) other than Portrait. Stream.CopyTo replaced with our own CopyStream method. This allows us to compile Ghostscript.NET for .NET...
View ArticleSource code checked in, #32540
Added debug (StdOut and StdErr) output to the Ghostscript.NET.Viewer
View ArticleNew Post: Deploying on an Asp.net website
I'd like to use Ghostscript.net to convert some PDF pages to images in the background on a (low volume) web site for OCR, The code I use works in an asp.net in the development environment with the...
View ArticleNew Post: Deploying on an Asp.net website
Nothing like finding the answer the moment you click the submit button. Simple and effective: (VB.Net) Dim gvi As GhostscriptVersionInfo = New...
View ArticleNew Comment on "Documentation"
hello sir, im using ghostscript to convert pdf to jpg. and i sucessed by your sample coding. i thank you personally. Now i got one issue. i know to know how to ready the property...
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: Printer Dialog Showing [2351]
Hi,I'm using the latest NuGet of GS.Net ( 1.2.1 ) and I think I have all the parameters correct but it still keeps showing the dialog.If I run the command (that I log ex: bellow ) in the cmd with the...
View ArticleCreated Unassigned: Error in opening pdf [2352]
When i try to open pdf which file name contains non-standard characters (for example Polish ą ę ł ż) - i get an error. When i review source code - i saw that file name is converted to utf8 and these...
View ArticleCommented Unassigned: Error in opening pdf [2352]
When i try to open pdf which file name contains non-standard characters (for example Polish ą ę ł ż) - i get an error. When i review source code - i saw that file name is converted to utf8 and these...
View ArticleNew Post: pdf to pdf-a
Hi all, I'm facing the same issue, has someone resolved it? any sugestions will be welcome thank you
View ArticleNew Post: PDF with layer transparency
Hi! I use simple code ti split multipage pdf to jpg filesusing (var rasterizer = new GhostscriptRasterizer()) { rasterizer.Open(file.InputStream); return Enumerable.Range(1,...
View ArticleCreated Unassigned: JPG file after rasterizing from PDF contains strange...
Hi,I'm using GhostscriptRasterizer class to convert PDF file to jpg. After converting file in picture is visible not same characters as in PDF file. This is code that I use to convert pdf:private...
View ArticleCommented Unassigned: JPG file after rasterizing from PDF contains strange...
Hi,I'm using GhostscriptRasterizer class to convert PDF file to jpg. After converting file in picture is visible not same characters as in PDF file. This is code that I use to convert pdf:private...
View ArticleCreated Unassigned: open.Raster from memory yields overflow error [2360]
For some reason, in my production (but not my dev) environment, when I try to do this:private Ghostscript.NET.GhostscriptVersionInfo _version =...
View Article