sargilla/tcpdf

TCPDF en Laravel

Downloads

230

Stars

0

Version

v1.2

TCPDF

Installation

To install run a console command:


composer require sargilla/tcpdf

Use


use PDF; // at the top of the file

	PDF::SetTitle('Hello World');
	PDF::AddPage();
	PDF::Write(0, 'Hello World');
	PDF::Output('hello_world.pdf');

For a list of all available function take a look at the TCPDF Documentation

Config

php artisan vendor:publish

sargilla

Author

sargilla