Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
$ ant

Coding Style
------------

Pdfcase source code follows [Flex SDK coding conventions][style]

[style]: http://opensource.adobe.com/wiki/display/flexsdk/Coding+Conventions