tcpdf 6.3.5+dfsg1-1 source package in Ubuntu

Changelog

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

  [ William Desportes ]
  * New upstream version 6.3.5.

  [ Felipe Sateler ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Add pkg-php-tools-override to enable automatic dependencies.
    Because the original composer name tecnickcom/tcpdf does not match the debian
    binary package name for historical reasons (php-tcpdf), we need to hint
    the correct name to dh_phpcomposer, so that reverse dependencies find the
    correct package automatically.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

 -- Felipe Sateler <email address hidden>  Sun, 15 Mar 2020 18:50:56 -0300

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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tcpdf_6.3.5+dfsg1-1.dsc 2.1 KiB 2e1651593cf5c5616874a53a8d7d5d175cbc6c7b538e174ecd1e9a704ac1fd85
tcpdf_6.3.5+dfsg1.orig.tar.xz 7.7 MiB f17b4589b7427a68f7ec9628a0af450f4ee898f6ac4b789ba0bccfb4c5653945
tcpdf_6.3.5+dfsg1-1.debian.tar.xz 6.6 KiB c46edf9b3eda41341cf5d5b92eca9938cb9925b76999503e28a29e80c4db1753

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.