tcpdf 6.6.0+dfsg1-1 source package in Ubuntu

Changelog

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

  * New upstream version 6.6.0
  * Move the autoload test to a superficial DEP-8 test
  * Make autopkgtests depend on php-cli and not php

 -- William Desportes <email address hidden>  Tue, 06 Dec 2022 13:28:57 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tcpdf_6.6.0+dfsg1-1.dsc 2.0 KiB 0784ddc147b4b9abf9c73490219ed8158291c8a4900552d8b30bba176d45cfd4
tcpdf_6.6.0+dfsg1.orig.tar.xz 7.6 MiB 9f21cea0362558c9e27de285d5f92611927f8b369e327ef28122e6c73308951c
tcpdf_6.6.0+dfsg1-1.debian.tar.xz 9.2 KiB 3af6b32f7acc7ed4dd885cdb306cc3cfc4e0cb448b6d134b26c99c8801a3e67c

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.