tcpdf 6.6.2+dfsg1-1 source package in Ubuntu

Changelog

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

  * New upstream version 6.6.2+dfsg1
  * Refresh the example patch
  * Update Standards-Version: to 4.6.2

 -- William Desportes <email address hidden>  Sat, 24 Dec 2022 00:14:51 +0400

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tcpdf_6.6.2+dfsg1-1.dsc 2.0 KiB 43faa4c2e9d0a17f2db594ea01567d5e151e69875ff109c378c786071c36e5ec
tcpdf_6.6.2+dfsg1.orig.tar.xz 7.6 MiB d66d1e799a97ca0a012faef45bd64d5d5c4878b46d98105a8be38efaa0f78d4f
tcpdf_6.6.2+dfsg1-1.debian.tar.xz 9.3 KiB 7182ec0f39b85fa867d742c04cf1c871880f8e91101565336843391f29511992

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.