-
Notifications
You must be signed in to change notification settings - Fork 62
News And Updates
rohannayak90 edited this page Jan 20, 2016
·
3 revisions
##Project updates ##Updates This page contains all the recent project changes and updates
####01.12.2011
- Fixed png transparency
- Added BitmapDataTransparency.as example to shows how to embed a BitmapData with transparency into a pdf document
####08.03.2010
- Added 2 examples for displaying korean chars
####05.27.2010
- Added getInfo method to PdfReader. Retrieve pdf metadata informations
####06.05.2010
- Added support for BMP files. See BitmapImageSample.as
####04.05.2010
- Added WMF Image files support. Now you can add windows wmf images into a pdf document. See WMFImage.as
####02.27.2010
- Completed the PDFReader. Now you can parse existing pdf document, extract strings, images and files from them.
####02.14.2010
- Added reader for read pdf documents. See a first example here to extract bookmarks from a pdf document
- Added example on how to extract text from pdf documents
- Added example on how to extract images from pdf documents
####02.10.2010
- added FormWithTooltip.as example. Create forms with tooltips associated to the textfields
- created an example for a conversion between flash gradient color matrix to pdf
- added NestingList.as example. Show how to nest lists each other.
- added support for vertical text. See this example
####02.07.2010
- added PushButtonField. For an example see TooltipExample.as
- added movie embedded. See this example and this resulting pdf ( you need to see with standalone reader ).
####02.06.2010
- added tagged pdf documents. See example. Read more about tagged pdf here
- added full compression. See example