Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/seandenigris/pdftk-st
- Owner: seandenigris
- License: mit
- Created: 2013-12-24T16:15:42.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T21:25:18.000Z (4 months ago)
- Last Synced: 2024-10-08T16:41:24.960Z (3 months ago)
- Topics: pharo, smalltalk
- Language: Smalltalk
- Homepage: http://smalltalkhub.com/#!/~SeanDeNigris/PDFtk
- Size: 43 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.
```