PHPackages                             oxalis/zf2tcpdfoldversion - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PDF &amp; Document Generation](/categories/documents)
4. /
5. oxalis/zf2tcpdfoldversion

ActiveModule[PDF &amp; Document Generation](/categories/documents)

oxalis/zf2tcpdfoldversion
=========================

ZF2 module for TcPdf (tcpdf old version)

022PHP

Since Jun 7Pushed 13y ago1 watchersCompare

[ Source](https://github.com/Oxalis-France/Zf2TcPdfOldVersion)[ Packagist](https://packagist.org/packages/oxalis/zf2tcpdfoldversion)[ RSS](/packages/oxalis-zf2tcpdfoldversion/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

zf2TcPdf 0.0.2-dev:
===================

[](#zf2tcpdf-002-dev)

ZF2 module for TcPdf

Release Notes
=============

[](#release-notes)

0.0.2-dev:

- Adaptation pour les projets Oxalis
- Mise à jour de tcpdf (version 6.0.018)

0.0.1-dev:

- Fork du projet

Requirements
============

[](#requirements)

- ZendSkeletonApplication

Installation
============

[](#installation)

- Drag a folder into modules folder or vendor folder
- Enable the module application.config.php

Installation by Composer
========================

[](#installation-by-composer)

See the information if not known composer and clone git
=======================================================

[](#see-the-information-if-not-known-composer-and-clone-git)

-
-

```
cd YourFolderProject/
php composer.phar require "qu-modules/qu-tcpdf":"dev-master"

```

Integration
===========

[](#integration)

```
  $sm  = $this->getServiceLocator();
  $pdf = $sm->get('QuTcPdf');
  $pdf = $pdf->MyPdf();

  $pdf->setHeaderData($ln = 0,$lw = 0,$ht = 0,$hs = 0,$tc = array(255,255,255),$lc = array(255,255,255));
  $pdf->setFooterData($tc = array(255,255,255),$lc = array(255,255,255));
  $pdf->setPageOrientation($orientation='P', $autopagebreak='L', $bottommargin=-200);

  foreach($pages as $page){

    $pdf->AddPage();

    //Your function
    $this->multiPag($pdf,$page);

    $pdf->lastPage();

  }

  $pdf->Output('test.pdf','I');
```

References usage and conditions in TcPdf
========================================

[](#references-usage-and-conditions-in-tcpdf)

- View read me in QuTcPdf/src/TcPdf

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4608670?v=4)[Oxalis-France](/maintainers/Oxalis-France)[@Oxalis-France](https://github.com/Oxalis-France)

### Embed Badge

![Health badge](/badges/oxalis-zf2tcpdfoldversion/health.svg)

```
[![Health](https://phpackages.com/badges/oxalis-zf2tcpdfoldversion/health.svg)](https://phpackages.com/packages/oxalis-zf2tcpdfoldversion)
```

###  Alternatives

[rodenastyle/stream-parser

PHP Multiformat Streaming Parser

442206.4k2](/packages/rodenastyle-stream-parser)[akeneo-labs/excel-connector-bundle

Akeneo PIM Excel connector bundle

166.4k](/packages/akeneo-labs-excel-connector-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
