GhostscriptSharp is a simple C# wrapper for the Ghostscript library.
The GhostscriptWrapper class contains 3 static methods that can be used to generate jpg images from a PDF file.
Generate an Image for a Single PageThis method will generate a single thumbnail for a single page at the given output path
GeneratePageThumb(string inputPath, string outputPath, int page, int width, int height)
This method generates a collection of thumbnail jpgs for the PDF at the input path, starting with firstPage and ending with lastPage. Put "%d" somewhere in the output path to have each of the pages numbered.
GeneratePageThumbs(string inputPath, string outputPath, int firstPage, int lastPage, int width, int height)
This method generates Ghostscript output at the given output path based on a collection of GhostscriptSettings. (See the source for a list of possible settings)
GenerateOutput(string inputPath, string outputPath, GhostscriptSettings settings)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4