2017 © Pedro Peláez
 

library ds-yii2-tcpdf

Replacement for drivesoftz/yii2-tcpdf abandoned package - TCPDF is a PHP class for generating PDF documents and barcodes.

image

glitchit/ds-yii2-tcpdf

Replacement for drivesoftz/yii2-tcpdf abandoned package - TCPDF is a PHP class for generating PDF documents and barcodes.

  • Wednesday, October 11, 2017
  • by glitchit
  • Repository
  • 1 Watchers
  • 0 Stars
  • 105 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 52 % Grown

The README.md

Workaround Repo for Drivesoftz/yii2-tcpdf

This repository is only as a workaround for the now (one can only asssume) abandoned yii2-tcpdf package from Drivesoftz. I did write this code, I am not claiming to have written this code, this code is provided as is with no garauntee it will work in your project. I happen to have an existing copy of the code and am unable to continue dev on a current project without this package., (*1)

Any questions about code can be addressed to: Eakkabin Jaikeawma (CoachMaxz) - eakkabin_it@outlook.co.th - https://drivesoft.co.th/, (*2)

Original readme.md below:, (*3)

TCPDF TH

Version: 1.0.1, (*4)

Release date: 2016-03-13, (*5)

Author: Eakkabin Jaikeawma (CoachMaxz), (*6)


Install

$ composer require drivesoftz/yii2-tcpdf ~1.0

Example

use TCPDF;

$items = array(
    'header' => array(
        array('#', 'text', 15, 'C', ''),
        array('ID', 'text', 35, 'L', ''),
        array('Name', 'text', 55, 'L', ''),
        array('Price', 'number', 25, 'R', ' Baht.'),
        array('Amount', 'number', 25, 'R', ' items.'),
        array('Total', 'number', 25, 'R', ' Baht.'),
    ),
    'items' => array(
        array('1', 'PRO5900001', 'Yii 2 Framework Book', 250, 3, 750)
    )
);

(new TCPDF('P'))->table('product-table.pdf', $items);

yii2-tcpdf, (*7)

The Versions

11/10 2017

dev-master

9999999-dev http://www.tcpdf.org/

Replacement for drivesoftz/yii2-tcpdf abandoned package - TCPDF is a PHP class for generating PDF documents and barcodes.

  Sources   Download

LGPLv3

The Requires

  • php >=5.3.0

 

qrcode pdf datamatrix pdf417 tcpdf pdfd32000-2008 barcodes drivesoft coachmaxz glitchit

11/10 2017

1.0.1

1.0.1.0 http://www.tcpdf.org/

Replacement for drivesoftz/yii2-tcpdf abandoned package - TCPDF is a PHP class for generating PDF documents and barcodes.

  Sources   Download

LGPLv3

The Requires

  • php >=5.3.0

 

qrcode pdf datamatrix pdf417 tcpdf pdfd32000-2008 barcodes drivesoft coachmaxz glitchit