You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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