tcpdf 6.2.12+dfsg2-1ubuntu1 source package in Ubuntu

Changelog

tcpdf (6.2.12+dfsg2-1ubuntu1) yakkety; urgency=medium

  * Merge with Debian unstable (LP: #1593500). Remaining changes:
    - Update to PHP7.0 dependencies (LP #1565891).

tcpdf (6.2.12+dfsg2-1) unstable; urgency=medium

  * New upstream version 6.2.12 modified with free version of sRGB.icc.
    This solve lintian error.

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

  * New upstream version 6.2.12 (Closes: #814030, #785212)
  * Update license files for qrcodes.php file (Closes: #780051)

 -- Nishanth Aravamudan <email address hidden>  Thu, 16 Jun 2016 17:33:28 -0700

Upload details

Uploaded by:
Nish Aravamudan
Sponsored by:
Robie Basak
Uploaded to:
Yakkety
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tcpdf_6.2.12+dfsg2.orig.tar.xz 7.6 MiB 5814b6cdef58cfff5ad64b7c2702eebb1aa4cb2a7fb1b9347a6b359ac4ee699a
tcpdf_6.2.12+dfsg2-1ubuntu1.debian.tar.xz 5.5 KiB 872cc880d1dda268f869389a3658d2c8052cae6ec30b46aa20783f886e8f4092
tcpdf_6.2.12+dfsg2-1ubuntu1.dsc 2.0 KiB 5f1d1fe635b5da8830702487b2f2ebd8798f9ec047408afa42e2d5458ac44578

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 (http://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.