Skip to content

Ghostscript.NET v.1.2.1 - binaries

Compare
Choose a tag to compare
@jhabjan jhabjan released this 23 Dec 14:10
· 73 commits to master since this release

v.1.2.1 changes - 2016-12-13

  • 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 problem with PDF signature/marker not beeing within first 32 bytes.
  • fixed problem with System.ArgumentOutOfRangeException when StdOut message does not occur at beginning of the line.
  • fixed problem with Amazon.Runtime.Internal.Util.HashStream.Position throwm NotSupportedException.
  • added ability to allow keeping native ghostscript instance within GhostscriptProcessor instance and reuse it avoiding multiple library load/free especially when loaded from memory.
  • GhostscriptRasterizer - added a constructor to allow capture of IO using GhostscriptStdIO (Rasterizer samples updated with example of using GhostscriptStdIO)
  • GhostscriptViewer - added GridFitTT=0 to improve text quality.
  • GhostscriptViewer - added public setter for DPI settings in viewer.
  • GhostscriptViewre - change zoom method to public.
  • GhostscriptViewer - set test to false by default in Zoom method.
  • GhostscriptViewer - changed ShowAfterOpen to public to set parameters without having to generate a pdf