Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dickclaus/pdfcase
PDF Library for ActionScript 3.0
https://github.com/dickclaus/pdfcase
Last synced: 3 months ago
JSON representation
PDF Library for ActionScript 3.0
- Host: GitHub
- URL: https://github.com/dickclaus/pdfcase
- Owner: dickclaus
- License: other
- Created: 2011-12-27T16:46:32.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-11T22:27:03.000Z (almost 12 years ago)
- Last Synced: 2024-05-03T05:14:14.361Z (6 months ago)
- Language: ActionScript
- Homepage:
- Size: 293 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-actionscript-sorted - pdfcase - PDF Library for ActionScript 3.0 (File Formats / PDF)
README
Pdfcase is an ActionScript library for PDF file client side generation.
This library is based on [PDFjet][pdfjet] open source library.[pdfjet]: http://pdfjet.com/
Building
--------To build swc library file you need `ant` to be installed.
Go to project directory and run `ant`
$ cd pdfcase
$ antCoding Style
------------Pdfcase source code follows [Flex SDK coding conventions][style]
[style]: http://opensource.adobe.com/wiki/display/flexsdk/Coding+Conventions