Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seandenigris/pdftk-st

Smalltalk wrapper for the PDFtk Server command line tool
https://github.com/seandenigris/pdftk-st

pharo smalltalk

Last synced: 15 days ago
JSON representation

Smalltalk wrapper for the PDFtk Server command line tool

Awesome Lists containing this project

README

        

SmallPDFtk
==========

Smalltalk wrapper for the [PDFtk Server command line tool](http://www.pdflabs.com/tools/pdftk-server/)

The code lives at http://smalltalkhub.com/#!/~SeanDeNigris/PDFtk

Install (tested in Pharo 2.0):
```
Gofer it
smalltalkhubUser: 'SeanDeNigris' project: 'PDFtk';
package: 'PDFtk';
load.
```