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 the PDF invisible layers (the optional content groups which will be left unmarked if process_trailer_attrs is not executed).
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").
changed GhostscriptRasterizer methods to support Stream insted of the MemoryStream.
fixed handling files without the extension in GhostscriptViewer and Rasterizer.