tcpdf 6.7.5+dfsg-1 source package in Ubuntu

Changelog

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

  * New upstream version 6.7.5+dfsg (CVE-2024-22640, LP: #2062983)
  * Add CVE reference on 6.7.4+dfsg-1 changelog entry

 -- William Desportes <email address hidden>  Sat, 20 Apr 2024 20:49:38 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tcpdf_6.7.5+dfsg-1.dsc 2.0 KiB aa3549fab615f026d3b61babe8e764f6613dc9ac3fe2f79efc82697b80af1436
tcpdf_6.7.5+dfsg.orig.tar.xz 7.6 MiB 6e2ae3120104746fb31bbbea3bc462f38806db02bc55ec341679a2308e73b29e
tcpdf_6.7.5+dfsg-1.debian.tar.xz 9.7 KiB f62c9be9166e410795b36db4b8519603e6fa5d4f1d5e106c80b04e018395cf83

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.