Ghostscript.NET
Ghostscript.NET copied to clipboard
Ghostscript.NET - managed wrapper around the Ghostscript library (32-bit & 64-bit)
I am using RasterizerSample1 to convert a pdf file to png. The pdf file contains chinese word with font 標楷體(kaiu.tff), which will broken in output file. pdf  png 
Hi, I like this library, but unfortunately we cannot use it at work since we are developing a net core app and `System.Drawing.Image` (used by the viewer and the rasterizer)...
The api changed between 1.2.1 & 1.2.3 which causes breakage in dependent packages (see for an example here https://github.com/dampee/ImageProcessor.Plugins.Pdf/issues/15). I believe this could be communicated better when using [semver](https://semver.org/).
I'm running ghostscript.net with the following arguments -dCompatibilityLevel=1.4 -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -sPAPERSIZE=a4 -dFIXEDMEDIA -dPDFFitPage -dPDFSETTINGS=/printer -sFONTPATH=C:\WINDOWS\Fonts -sDEVICE=pdfwrite -sOutputFile=MYFILEHERE -fMYINPUTFILEHERE On random files GhostScript.NET has an unhandled exception that shuts...
I encountered a problem extracting the PDF specified page.  When I set up "sPageList" similar to "1,3-4",It cannot get a correct number of pages. If I modify the following...
Hello, I am able to convert several PostScript files to PDF with no problem. However, when I am converting 75 PostScript files to PDF (which would render several hundred PDF...
Hi, Is there a way to display back and white images in the viewer? What I would like is to be able to do is change image display colour from...
 Hi Habjan, I am trying to give input file from FILEUPLOAD.filename option in C#. But We are getting **System.IO.FileNotFoundException: 'Could not find input file.'**
Thanks for the wrapper library! I have a question, how can we print multiple pdf files? I've got a working arguments list but it doesn't work with your wrapper library;...
When running the code on Mono on Linux, calling `.Open(...)` on the `GhostscriptRasterizer` fails with an exception. It appears that the code is attempting to find the installation location of...