You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Ghostscript.NET** is the most completed managed wrapper library around the [Ghostscript](https://ghostscript.com) library - an interpreter for PDF and PostScript files.
2
+
3
+
### Features
4
+
5
+
- View PDF, EPS or multi-page PostScript files on the screen.
6
+
- Rasterize PDF, EPS or multi-page PostScript files to any common image format.
7
+
- An easy way to call a Ghostscript library with a custom arguments / switches.
8
+
- Allows you to rasterize files in memory without storing the output to disk.
9
+
- Supports zoom-in and zoom-out.
10
+
- Supports progressive update.
11
+
- Allows you to run multiple Ghostscript instances simultaneously within a single process.
12
+
- Compatible with 32-bit and 64-bit Ghostscript native library.
Invoicei=(newInvoice()).setDueDate(DateTime.Now).setIssueDate(DateTime.Now).setDeliveryDate(DateTime.Now).setSender((newTradeParty("Test company","Test Street 1","55232","Test City","DE")).addTaxID("DE4711").addVATID("DE0815").setContact(newContact("Hans Test","+49123456789","test@example.org")).addBankDetails(newBankDetails("DE12500105170648489890","COBADEFXXX"))).setRecipient(newTradeParty("Franz Müller","Test Steet 12","55232","Entenhausen","DE")).setReferenceNumber("991-01484-64").setNumber("123").
0 commit comments