tcpdf 6.4.4+dfsg1-1 source package in Ubuntu

Changelog

tcpdf (6.4.4+dfsg1-1) unstable; urgency=medium

  * New upstream version 6.4.4 (Closes: #1000619)
  * Update tcpdf test.php from upstream
  * Update d/copyright
  * Add d/s/lintian-overrides
  * Update d/copyright years
  * Update test.sh to use the debian include path for tests
  * Depend on dh-sequence-phpcomposer and remove dh --with phpcomposer
  * Remove Felipe from Uploaders (no upload needed since 2020)
  * Install /u/s/p/autoloaders file
  * Use the debian autoload and not the class file directly in example 066

 -- William Desportes <email address hidden>  Wed, 05 Jan 2022 23:54:01 +0100

Upload details

Uploaded by:
phpMyAdmin Team
Uploaded to:
Sid
Original maintainer:
phpMyAdmin Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tcpdf_6.4.4+dfsg1-1.dsc 2.0 KiB e58d255fb702625d7ffe30318d5bfe145355fb434b2255dea1f01bc7c373cb23
tcpdf_6.4.4+dfsg1.orig.tar.xz 7.6 MiB 4d29c2fe6e3bc566592ecb41beed4a7e6f88aaaa9666a2da247c83f682621e80
tcpdf_6.4.4+dfsg1-1.debian.tar.xz 9.2 KiB b814e3f603331e1317e5129b05aee9cca393955bfc08550540d8738e7d17de82

Available diffs

No changes file available.

Binary packages built by this source

php-tcpdf: 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.