News Archive

New versions of FPDI, FPDF_TPL and FPDI PDF-Parser released!2014-03-28

Today we released the last version for the version 1 branch of FPDI and all related classes: FPDF_TPL and FPDI PDF-Parser.

A main change is that we changed the error handling to throwing exceptions instead of calling the error() method of FPDF. Furthermore we finished the online manuals of FPDI.

Check the release notes of the components below.
Log in to download the latest version of the related packages!

switch product

Version 1.1

Release date: 2014-03-28
FPDI PDF-Parser
Feature
  • Switched error handling to throwing exceptions instead of letting the script die.
  • Optimized decoding of flate encoded streams, which are not decodable by gzuncompress().
  • Added support for reading corrupted PDF documents.
Change
  • Removed global constants and moved them to class constants.
  • Renamed several properties which are used only internally (protected).
  • Renamed internally used methods (protected).
Tweak
  • Removed FPDI related filter classes.
  • Added public and protected keywords.