Ghostscript.NET icon indicating copy to clipboard operation
Ghostscript.NET copied to clipboard

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

Results 43 Ghostscript.NET issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/22118884/143540172-49b4bf96-2dd0-46eb-b778-86e2e1c30fff.png) png ![image](https://user-images.githubusercontent.com/22118884/143542883-ae1ea58b-2870-4efd-84af-750fd040f689.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. ![图片](https://user-images.githubusercontent.com/20829051/139786728-82f9614f-a2c0-4b82-8e99-f6c23141b673.png) 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...

![image](https://user-images.githubusercontent.com/77912648/112323750-15b5e980-8cd8-11eb-990c-8674e3611dfa.png) 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...