ArtifexSoftware / Ghostscript.NET

Ghostscript.NET - managed wrapper around the Ghostscript library (32-bit & 64-bit)

Home Page:https://ghostscript.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GhostscriptRasterizer.GetPage returns null when using gs.9.56.1 (current version as of Aug 15, 2022)

hshenMcc opened this issue · comments

As stated in title. Works for gs.9.50.

It works with latest but you need to add:
rasterizer.CustomSwitches.Add("-dNEWPDF=false");

@Elrinth does this work for you on .net 6?

This does not work for me on .net6