ArtifexSoftware / Ghostscript.NET

Ghostscript.NET - managed wrapper around the Ghostscript library (32-bit & 64-bit)
https://ghostscript.com
GNU Affero General Public License v3.0
391 stars 152 forks source link

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

Open hshenMcc opened 2 years ago

hshenMcc commented 2 years ago

As stated in title. Works for gs.9.50.

Elrinth commented 2 years ago

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

marcoteodoro commented 1 year ago

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

dotNetNoob commented 1 year ago

This does not work for me on .net6