tcpdf 6.2.13+dfsg-1ubuntu1 source package in Ubuntu

Changelog

tcpdf (6.2.13+dfsg-1ubuntu1) bionic; urgency=medium

  * d/control: drop recommends on php-mcrypt extension.
    - Removed from PHP7.2.

 -- Nishanth Aravamudan <email address hidden>  Mon, 26 Feb 2018 09:29:13 -0800

Upload details

Uploaded by:
Nish Aravamudan
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tcpdf_6.2.13+dfsg.orig.tar.xz 7.6 MiB 97786058747acdde1208a7c459aff7c1ed47a585b6ac8882cc745542d28bb74c
tcpdf_6.2.13+dfsg-1ubuntu1.debian.tar.xz 5.7 KiB d6e9f8df057bfee384d2dedf748b9469711e6b76a5e7af390134644d383db070
tcpdf_6.2.13+dfsg-1ubuntu1.dsc 1.6 KiB be5f2598f79f52a0b7e8965fba2cc795f31182d0b344bb8fbf4b8a7634beaa5f

View changes file

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.