Ghostscript.NET
Ghostscript.NET copied to clipboard
Ghostscript.NET - managed wrapper around the Ghostscript library (32-bit & 64-bit)
Is it possible to add a nuget package that contains the x64 and x32 binaries? The goal being that I can just add a nuget package to my app and...
Factur-X is based on the idea to embed XML representations of invoices in PDF/A-3 files. Cross Industry Invoice CII XML is used for this purpose in it's 1.00 version, aka...
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'...
Hello, This post is similar with https://github.com/ArtifexSoftware/Ghostscript.NET/issues/114 BUT, it is modified according to new understanding after having examine and get advices from many experts. The reason we post it to...
hello. i am a new c# learner. when i try to print a pdf file using the example below: ``` using (GhostscriptProcessor processor = new GhostscriptProcessor()) { List switches =...
GhostscriptRasterizer.GetPage returns null when using gs.9.56.1 (current version as of Aug 15, 2022)
As stated in title. Works for gs.9.50.
when i use ghostscript.net to print pdf file,the system throw exception "Module could not be loaded",I downloaded gsdll to a local folder,Do you know what caused it? the code is...
Hello, I'm using this function to "compress" PDF files. If the filename has Asian language (Japanese and Vietnamese) **and** the number of characters in filename is longer 15, the error...
Hello, I am working with azure blob storage and usually with large sized scanned pdf documents. I can reduce the size of the documents with GhostscriptProcessor, but first I need...
In the following demo program I would expect the HorizontalResolution and VerticalResolution to both be set to the dpi value passed into GhostscriptRasterizer.GetPage but it seems ot have no impact...