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

Postscript file missing part of image when viewing using GhostscriptViewer #120

Open AdnanHKhalid opened 6 months ago

AdnanHKhalid commented 6 months ago

Hello,

So I followed the sample code in ViewerSample.cs and managed to view a .ps file in my WPF application. However there is an issue where the file is 'cut' from the right hand side. I think it probably has to do with setting some size or orientation parameter(s) but I am not sure how to do that. This is my first time using Ghostscript.NET so am a bit unfamiliar with it. Any suggestions on a fix would be greatly appreciated! Thanks!

AK