From 0502d215d0894178f24a09aee540533713fb18f2 Mon Sep 17 00:00:00 2001 From: Mark Baker Date: Mon, 4 Jun 2012 20:06:16 +0000 Subject: [PATCH] Initial refactoring of PDF Writer to work with user-selection of 3rd party PDF libraries git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@91327 2327b42d-5241-43d6-9e2a-de5ac946f064 --- changelog.txt | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/changelog.txt b/changelog.txt index a4164c6a..f1621fdf 100644 --- a/changelog.txt +++ b/changelog.txt @@ -23,21 +23,14 @@ ************************************************************************************** --------------------------------------------------------------------------------- -BREAKING CHANGE! In previous versions of PHPExcel up to and including 1.7.7, -the 3rd-party tcPDF library was bundled with PHPExcel for rendering PDF files -through the PDF Writer. - -From PHPExcel 1.7.8 onwards, this will no longer be the case. The PDF Writer is -being rewritten to allow a choice of 3rd party PDF libraries (tcPDF, mPDF, and -domPDF initially), none of which will be bundled with PHPExcel, but which can -be downloaded seperately from the appropriate sites. Selection of the library to -be used, and the directory path to that library will be defined through PHPExcel -configuration settings, allowing more flexibility. --------------------------------------------------------------------------------- - - Fixed in SVN: +- Feature: (MBaker) Refactor PDF Writer to allow use with a choice of PDF Rendering library + rather than restricting to tcPDF + Current options are tcPDF, mPDF, DomPDF + tcPDF Library has now been removed from the deployment bundle + + +2012-05-19 (v1.7.7): - Bugfix: (Progi1984) Work item 8916 - Support for Rich-Text in PHPExcel_Writer_Excel5 - Bugfix: (cyberconte) Work item 17471 - OOCalc cells contain same data bug? - Feature: (schir1964) listWorksheetInfo() method added to Readers... courtesy of Christopher Mullins