From 05921efb408dfce6cdf17fa87ca5d8c19ee54c11 Mon Sep 17 00:00:00 2001 From: "thibault.imbert" Date: Thu, 11 Jun 2009 09:32:31 +0000 Subject: [PATCH] * Added transformations support (rotate() and skew()) * Faster (4x) JPEG Encoding --- AlivePDF/src/main/flex/org/alivepdf/pdf/PDF.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AlivePDF/src/main/flex/org/alivepdf/pdf/PDF.as b/AlivePDF/src/main/flex/org/alivepdf/pdf/PDF.as index 1ad16dc..afc909f 100644 --- a/AlivePDF/src/main/flex/org/alivepdf/pdf/PDF.as +++ b/AlivePDF/src/main/flex/org/alivepdf/pdf/PDF.as @@ -30,7 +30,7 @@ THE SOFTWARE. * This library lets you generate PDF files with the Flash Player * AlivePDF is based on the FPDF PHP library by Olivier Plathey (http://www.fpdf.org/) * Core Team : Thibault Imbert, Mark Lynch, Alexandre Pires, Marc Hugues -* @version 0.1.4.8 Current Release +* @version 0.1.4.9 Current Release * @url alivepdf.bytearray.org */