New Post: Rasterize portion of PDF
Michael, did you solve your issue reading and retrieving the bounding boxes? I've a similar problem where I've to process some .ps code twice. First time to get the extents (dimensions) then setting up...
View ArticleNew Post: negative origins, calculation of bounding box
Another Update after some searching: the ghostscript device -bbox writes its output to stderr instead of stdout. Is there a way to parse the stderr instead of stdout? Ralf.
View ArticleCreated Unassigned: Trying to open pdf using GhostscriptViewer [2345]
Using WPF .net 4.5, making the following call:GhostscriptViewer viewer;GhostscriptVersionInfo gsVersion = GhostscriptVersionInfo.GetLastInstalledVersion( GhostscriptLicense.GPL |...
View ArticleNew Post: Impression message
I have a question, when i print a pdf document appear a message, i want to change the message text.¿Could you help me? i use the follow to print: processor.Start Processing(switches.ToArray(), null);
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 ArticleSource code checked in, #32533
v.1.2.1. - Fixed offset error in StdIn buffering. Fixed problem with keeping whitespace return from the StdIn callbacks. Fixed problem with GhostscriptProcessor and current page handling event. Fixed...
View ArticleReleased: 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 ArticleCreated 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 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 ArticleReleased: 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 Article