EnglishFrenchSpanish

OnWorks favicon

Ghostscript.NET download for Windows

Free download Ghostscript.NET Windows app to run online win Wine in Ubuntu online, Fedora online or Debian online

This is the Windows app named Ghostscript.NET whose latest release can be downloaded as Ghostscript.NET.v.1.1.8.binaries.zip. It can be run online in the free hosting provider OnWorks for workstations.

Download and run online this app named Ghostscript.NET with OnWorks for free.

Follow these instructions in order to run this app:

- 1. Downloaded this application in your PC.

- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.

- 3. Upload this application in such filemanager.

- 4. Start any OS OnWorks online emulator from this website, but better Windows online emulator.

- 5. From the OnWorks Windows OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.

- 6. Download the application and install it.

- 7. Download Wine from your Linux distributions software repositories. Once installed, you can then double-click the app to run them with Wine. You can also try PlayOnLinux, a fancy interface over Wine that will help you install popular Windows programs and games.

Wine is a way to run Windows software on Linux, but with no Windows required. Wine is an open-source Windows compatibility layer that can run Windows programs directly on any Linux desktop. Essentially, Wine is trying to re-implement enough of Windows from scratch so that it can run all those Windows applications without actually needing Windows.

SCREENSHOTS

Ad


Ghostscript.NET


DESCRIPTION

All other C# Ghostscript wrappers that you can find on the internet does not allow you to progressively render PDF page directly to the screen without exporting the page to the disk first. This wrapper does not require exporting to the disk, it can render tiles progressively from the Ghostscript interpreter. Please go to http://ghostscriptnet.codeplex.com/ for development files.

Features

  • Has GhostscriptViewer class which allows you to easily render and navigate through PDF or PostScript files on the screen via code. Multi-page PostScript files are supported also.
  • It contains GhostscriptRasterizer class which provides ability to easily export PDF pages, PostScript pages and EPS files to the System.Drawing.Image object in the memory.
  • Contains GhostscriptProcessor class which allows you to call Ghostscript library (dll) with custom specified arguments.
  • All Ghostscript functions which provides ability to rasterize / render postscript or pdf directly to the screen without a need to save it to the disk first are implemented.
  • Contains Progressive display update implementation. Now while Ghostscript is drawing / rasterizing you can see tiles drawing on the screen. Custom update interval can be set in the GhostscriptViewer class.
  • GhostscriptViewer has Zoom-in and Zoom-out functionality.
  • Allows multiple instances of the Ghostscript library (dll) running at a same time in a single process (Ghostscript does not support this by it'self so we had to find some workaround). Anyway, this is achieved by using Microsoft.WinAny.Helper library and it's DynamicNativeLibrary class which allows you to load a native library from the memory instead from a disk. By doing this (loading from the memory), all Ghostscript instances are running in their own context.
  • It's completely compatible and tested with 32-bit and 64-bit Ghostscript library.


Programming Language

C#



This is an application that can also be fetched from https://sourceforge.net/projects/ghostscriptnet/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.


Free Servers & Workstations

Download Windows & Linux apps

Linux commands

Ad