-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Pdf Kit | ||
======= | ||
|
||
*UNDER CONSTRUCTION - DO NOT USE YET* | ||
|
||
|
||
Description | ||
----------- | ||
This utility allows to combine multiple PDF documents into a single document | ||
and to extract one or more pages from a single PDF document. | ||
Its aim is to be easy to use by supporting drag & drop and providing a simple | ||
user interface, and to offer great performance as well as seamless integration | ||
into *Windows Explorer*. | ||
|
||
|
||
Requirements | ||
------------ | ||
Two libraries must be downloaded to the `lib` folder: | ||
- `gsdll32.dll`: (GPL Ghostscript 32bit)[https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/] | ||
- `Ghostscript.NET.dll`: (.NET Wrapper)[https://github.com/jhabjan/Ghostscript.NET/releases/] | ||
|
||
To avoid any licensing issues, these files are not included in this repository. |