PHPackages                             qu-modules/qu-tcpdf - 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. qu-modules/qu-tcpdf

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

qu-modules/qu-tcpdf
===================

ZF2 module for TcPdf

57.1k3PHP

Since May 2Pushed 13y ago2 watchersCompare

[ Source](https://github.com/Celtico/QuTcPdf)[ Packagist](https://packagist.org/packages/qu-modules/qu-tcpdf)[ RSS](/packages/qu-modules-qu-tcpdf/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

QuTcPdf 0.0.1-dev:
==================

[](#qutcpdf-001-dev)

ZF2 module for TcPdf

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

[](#release-notes)

0.0.1-dev:

- Initiation TcPdf in zf2

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

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community7

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://www.gravatar.com/avatar/d551869ad761bf9fe741132be5f4e31de8f90984a0938656369eabbda012f47e?d=identicon)[qu](/maintainers/qu)

### Embed Badge

![Health badge](/badges/qu-modules-qu-tcpdf/health.svg)

```
[![Health](https://phpackages.com/badges/qu-modules-qu-tcpdf/health.svg)](https://phpackages.com/packages/qu-modules-qu-tcpdf)
```

###  Alternatives

[spatie/browsershot

Convert a webpage to an image or pdf using headless Chrome

5.2k32.1M102](/packages/spatie-browsershot)[barryvdh/laravel-snappy

Snappy PDF/Image for Laravel

2.8k24.8M48](/packages/barryvdh-laravel-snappy)[openspout/openspout

PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way

1.2k57.6M131](/packages/openspout-openspout)[keboola/csv

Keboola CSV reader and writer

1451.8M21](/packages/keboola-csv)[setasign/tfpdf

This class is a modified version of FPDF that adds UTF-8 support. The latest version is based on FPDF 1.85.

426.1M30](/packages/setasign-tfpdf)[aspera/xlsx-reader

Spreadsheet reader library for XLSX files

52742.2k5](/packages/aspera-xlsx-reader)

PHPackages © 2026

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