ghostscriptsharp
ghostscriptsharp copied to clipboard
A C# wrapper for the Ghostscript library (1.1)
Hi, I downloaded ghostscriptsharp from NuGet and whenever I call: GhostscriptWrapper.GenerateOutput(pdfPath, pagePath, settings); It gives me a BadImageFormatException "An attempt was made to load a program with an incorrect format....
While converting PDF by using GeneratePageThumb & GeneratePageThumbs I'm getting an exception **_System.Runtime.InteropServices.ExternalException' occurred in GhostscriptSharp.dll_**
I don't think you can license it under MIT if you're using Ghostscript library.
Fixes issue #26
**GeneratePageThumbs** is throwing error and **GeneratePageThumb** working fine. When I dig into this **GeneratePageThumb** is actually calling **GeneratePageThumbs** internally. So **GeneratePageThumbs** expect outputPath which is a string and output files...
This is not working with .NET Core
First, good job on this wonderful library. I tried extensively with various pdf's and found out that if i use this settings below (jpg or png) to generate a thumbnail...
I've spent an entire day trying to make this to integrate into my app, I got FileNotFoundException on the gsdll32.dll, and when I copied it to C:\Windows\System32, or put it...
Hi, I'm using GhostScriptSharp v1.3.1.4 and I've run into an issue when publishing a ASP.NET project. The post-build event script only works locally. > PowerShell -NoProfile -ExecutionPolicy Bypass -Command "ls...
how can i do a callback after GenerateOutput is done processing?