tcpdf 6.6.5+dfsg-1 source package in Ubuntu

Changelog

tcpdf (6.6.5+dfsg-1) unstable; urgency=medium

  * Change repacksuffix to dfsg
  * New upstream version 6.6.5+dfsg

 -- William Desportes <email address hidden>  Wed, 06 Sep 2023 19:51:29 +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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tcpdf_6.6.5+dfsg-1.dsc 2.0 KiB 7af608da587960874436085880addf8fa0f7e6835eb9b0858220319766076529
tcpdf_6.6.5+dfsg.orig.tar.xz 7.6 MiB e407421bfe43d5a6193da4fdf715c5a7ee4955359b31483e52423c1accb34cc7
tcpdf_6.6.5+dfsg-1.debian.tar.xz 9.7 KiB 9b933eb378265d7bad12d2b01cb7a1bd484f81cd3f17d902bd56d9eedde34e08

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.