1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #4 from emiswelt/master More... over 11 years ago
added a constructor to allow capture of IO using GhostscriptStdIO updated demo project More... over 11 years ago
Add GridFitTT=0 to improve text quality, Set test to false by default in Zoom method, ShowAfterOpen to public to set parameters without having to generate a pdf More... over 11 years ago
Change zoom method to public More... over 11 years ago
Added public setter for DPI settings in viewer to force rendering in higher resolution. More... over 11 years ago
new samples added More... over 11 years ago
Merge branch 'master' of https://github.com/jhabjan/Ghostscript.NET.git More... over 11 years ago
v.1.2.0 release More... over 11 years ago
Update README.md More... over 11 years ago
Update README.md More... over 11 years ago
fixed problem with the page rasterized to the Image object which is kept in memory being disposed after the GhostscriptRasterizer is closed More... about 12 years ago
updated 'RasterizerSample' code sample More... about 12 years ago
fixed problem with checking for pdf file header signature in pdf files that has extra bytes at the beginning of the file before the actual signature More... about 12 years ago
fixed issue with the empty file path for the default viewer handler More... about 12 years ago
v.1.1.9 release More... about 12 years ago
fixed handling files without the extension in GhostscriptViewer and GhostscriptRasterizer More... about 12 years ago
changed GhostscriptSwitch attributes to sealed More... about 12 years ago
changed GhostscriptRasterizer methods to support Stream insted of the MemoryStream. More... about 12 years ago
fixed text rasterization problem for some pdf's, it seems that the 'pdfopen begin' did not initialize everything required to render pdf properly so we replaced it with the 'runpdfopen' method which corrects everything (problem reported by "xatabhk") More... about 12 years ago
fixed problem with then optional content groups which will be left unmarked if process_trailer_attrs is not executed More... about 12 years ago
v.1.1.8 release More... over 12 years ago
fixed incompatibility problem with 'gsapi_set_arg_encoding' function in Ghostscript releases prior to 9.10. (this function was introduced in 9.10 release) fixed older versions incompatibility problem with '-dMaxBitmap=1g' switch bugfix which in some cases turns on text antialiasing for Ghostscript 9.14 More... over 12 years ago
added more exception handling More... over 12 years ago
version update More... over 12 years ago
fixed problem with the applying PDF page orientation for the GhostscriptViewer and the GhostscriptRasterizer More... over 12 years ago
changed memory consumption from COM heap to process heap More... over 12 years ago
fixed pipe buffer size More... over 12 years ago
Merge branch 'master' of https://github.com/jhabjan/Ghostscript.NET.git More... over 12 years ago
fixed the pipe client handle disposal bug when the GhostscriptPipedOutput is used More... over 12 years ago
Update README.md More... over 12 years ago