Download tcpdf library for php

Package: php-tcpdf (6.5.0+dfsg1-1)

PHP class for generating PDF files on-the-fly

TCPDF is a library to generate PDF files that does not require external extensions. It also includes a class to extract data from existing PDF documents and classes to generate 1D and 2D barcodes in various formats.

TCPDF has been originally derived from the Public Domain FPDF class by Olivier Plathey (https://www.fpdf.org).

Its main features are:

 * an extensive API to control the generated content and its layout
   (including using XHTML as input);
 * works without external libraries;
 * works with any language (UTF-8 and RTL support);
 * supports TrueTypeUnicode, TrueType, Type1 and CID-0 fonts;
 * supports all page formats (standardized and customized);
 * supports most PDF features:
   - encryption and digital signatures
   - compression
   - bookmarks
   - javascript and forms support
   - PDF annotations, including links, text and file attachments
   - XOBject Templates (layers and object visibility, PDF/A-1b support)
 * supports barcode generation (multiple formats);
 * automatic hyphenation and page break.

  • depends
  • recommends
  • suggests
  • enhances
  • dep: icc-profiles-freeICC color profiles for use with color profile aware software
  • dep: php-commonCommon files for PHP packages
  • rec: php-gdGD module for PHP [default]
    also a virtual package provided by php8.1-gd
  • rec: php-mcrypt Package not available
  • sug: php-imagickProvides a wrapper to the ImageMagick library
    also a virtual package provided by php8.1-imagick

Download php-tcpdf

Download for all available architectures
ArchitecturePackage SizeInstalled SizeFiles
all7,648.7 kB 19,755.0 kB [list of files]

Installing TCPDF

You can download the TCPDF library from sourceforge, https://sourceforge.net/projects/tcpdf/

TCPDF is a PHP class for writing PDF documents.

A sample code with a PHP example of TCPDF's, looks as follows:

//Taken from http://www.tcpdf.org/examples/example_001.phps // Include the main TCPDF library (search for installation path). require_once('tcpdf_include.php'); // create new PDF document $pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false); // set document information $pdf->SetCreator(PDF_CREATOR); $pdf->SetAuthor('Nicola Asuni'); $pdf->SetTitle('TCPDF Example 001'); $pdf->SetSubject('TCPDF Tutorial'); $pdf->SetKeywords('TCPDF, PDF, example, test, guide'); // set default header data $pdf->SetHeaderData(PDF_HEADER_LOGO, ...

Search results for tcpdf

tecnickcom/tcpdf

3576 Favers
37201459 Downloads

TCPDF is a PHP class for generating PDF documents and barcodes.

Go to Download


setasign/fpdi

823 Favers
43455039 Downloads

FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.

Go to Download


tecnick.com/tcpdf

3439 Favers
2085694 Downloads

TCPDF is a PHP class for generating PDF documents and barcodes.

Go to Download


spipu/html2pdf

1478 Favers
4803675 Downloads

Html2Pdf is a HTML to PDF converter written in PHP5 (it uses TCPDF). OFFICIAL PACKAGE

Go to Download


elibyy/tcpdf-laravel

223 Favers
982007 Downloads

tcpdf support for Laravel 6, 7, 8, 9

Go to Download


setasign/fpdi-tcpdf

55 Favers
4946851 Downloads

Kind of metadata package for dependencies of the latest versions of FPDI and TCPDF.

Go to Download


tecnickcom/tc-lib-pdf

1264 Favers
88716 Downloads

PHP PDF Library

Go to Download


whiteoctober/tcpdf-bundle

96 Favers
1178906 Downloads

A bundle to easily integrate TCPDF into Symfony2

Go to Download


qipsius/tcpdf-bundle

15 Favers
168296 Downloads

A bundle to easily integrate TCPDF into Symfony

Go to Download


jonasarts/tcpdf-bundle

7 Favers
156354 Downloads

A TCPDF Bundle for Symfony

Go to Download


fooman/tcpdf

2 Favers
587959 Downloads

Trimmed down version of TCPDF (no examples, tools and minimal fonts). TCPDF is a PHP class for generating PDF documents and barcodes.

Go to Download


ensepar/tcpdf

7 Favers
573282 Downloads

TCPDF is a PHP class for generating PDF documents.

Go to Download


rafikhaceb/tcpdi

7 Favers
597398 Downloads

TCPDI is a PHP class for importing PDF to use with TCPDF

Go to Download


propa/tcpdi

20 Favers
250559 Downloads

TCPDI is a PHP class for importing PDF to use with TCPDF

Go to Download


ensepar/html2pdf-bundle

22 Favers
458806 Downloads

Use HTML2PDF as a Symfony Service

Go to Download