tcpdf 6.4.2+dfsg1-1 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Wrap long lines in changelog entries: 6.3.5+dfsg1-1.

  [ William Desportes ]
  * New upstream version 6.4.2
  * Bump debhelper-compat to 13
  * Update Standards-Version to 4.6.0
  * Run "cme fix dpkg" to re-format the control file
  * Set debian branch to debian/latest (DEP-14)
  * Copy test script from upstream and update d/copyright for debian/*
  * Improve the autoload test
  * Run all examples like if they where tests
  * Add php-{gd,bcmath,json,xml}, poppler-utils as test dependencies
  * Add a patch to update the composer example number 66 to the Debian example

 -- William Desportes <email address hidden>  Thu, 19 Aug 2021 18:12:51 +0200

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tcpdf_6.4.2+dfsg1-1.dsc 2.1 KiB aaa973c635e67f47879b35c42cce3b4d4a83d58cc5cffb1c2d70e2c3e76a4972
tcpdf_6.4.2+dfsg1.orig.tar.xz 7.6 MiB 508e26bdd17e28e9c59d15e88ddba6f1eb7c8b584ba8d347f338490486c9a866
tcpdf_6.4.2+dfsg1-1.debian.tar.xz 8.9 KiB c4d3a8f00c71c5cadbd273f69cd67ca543aa08afe445d9607c911a6f6c7610fc

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.