Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sephiroth74/purePDF

A complete actionscript PDF library
https://github.com/sephiroth74/purePDF

Last synced: about 2 months ago
JSON representation

A complete actionscript PDF library

Awesome Lists containing this project

README

        

purePDF
=======

This is a porting of the java [iText] [1] library.
purepdf is a complete pdf library for actionscript which allows to read and create pdf document from any running swf files. It supports almost all the pdf features. For a complete view of the library features see the Examples page.

## Features

* alpha gradient colors
* support for pdf viewers display options
* alpha transparency
* layers and layers membership
* support for pdf text rendering.
* tables ( nested tables, page split tables, table with images, etc...)
* slide show
* page transitions
* annotations
* patterns, shadings patterns (linear and gradient), spot colors, rgb color and cmyk color
* linear and radial gradients with alpha
* forms (user input forms, textfields, combo box, list, checkbox).
* paragraphs, phrases, chunks for text manipulation
* image patterns
* lists
* basic and advanced paths
* images ( png, tif, jpeg, bitmapdata, gif, animated gifs)
* afm, otf, pfm, ttc and ttf fonts (embedded and not embedded)
* metadata, page header and footers
* external, internal links
* barcodes creation ( ean-ucc 13, ucc-12, ean-ucc-8, upc-e, pdf 417, ean supplements)
* unicode, cjk fonts
* file attachments
* arabic RTL writing
* javascript
* multi column text and text around shapes
* page labels
* vertical text
* read existing pdf documents
* and most of the pdf features..

See an auto-generated pdf with all the classes: http://www.sephiroth.it/purepdf/pdfs/Reflection.pdf

## Third party libraries:
* [FZlib][2]
* [as3corelib][3]
* [as3-commons][4]
* Alchemy
* [Actionscript HashMap][5]

## LICENSE

[The MIT License (MIT)][6]

[1]: http://itextpdf.com
[2]: http://www.wizhelp.com/fzlib/
[3]: http://code.google.com/p/as3corelib/
[4]: http://code.google.com/p/as3-commons/
[5]: http://code.google.com/p/ashashmap/
[6]: http://opensource.org/licenses/mit-license.php