2017 © Pedro Peláez
 

library tcpdf

TCPDF en Laravel

image

sargilla/tcpdf

TCPDF en Laravel

  • Thursday, October 5, 2017
  • by sargilla
  • Repository
  • 1 Watchers
  • 0 Stars
  • 42 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 24 % Grown

The README.md

TCPDF

Installation

To install run a console command:, (*1)


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, (*2)

Config

php artisan vendor:publish

The Versions

05/10 2017

dev-master

9999999-dev https://github.com/sargilla/tcpdf

TCPDF en Laravel

  Sources   Download

MIT

The Requires

 

laravel pdf tcpdf

05/10 2017

v1.1

1.1.0.0 https://github.com/sargilla/tcpdf

TCPDF en Laravel

  Sources   Download

MIT

The Requires

 

laravel pdf tcpdf

05/10 2017

v1.0

1.0.0.0 https://github.com/sargilla/tcpdf

TCPDF en Laravel

  Sources   Download

MIT

The Requires

 

laravel pdf tcpdf