Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sephiroth74/purePDF
- Owner: sephiroth74
- Created: 2013-02-28T00:53:57.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-04-29T09:11:40.000Z (over 5 years ago)
- Last Synced: 2024-08-04T05:03:00.475Z (5 months ago)
- Language: ActionScript
- Size: 15.2 MB
- Stars: 140
- Watchers: 29
- Forks: 63
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-actionscript-sorted - PurePDF - A complete actionscript PDF library (File Formats / PDF)
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