2017 © Pedro Peláez
 

library php-wkhtmltopdf

A PHP wrapper interface to wkhtmltopdf command tool

image

mediatech/php-wkhtmltopdf

A PHP wrapper interface to wkhtmltopdf command tool

  • Monday, February 12, 2018
  • by misantron
  • Repository
  • 1 Watchers
  • 0 Stars
  • 268 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 2 % Grown

The README.md

PHP WkHtmlToPdf - interface to wkhtmltopdf command

Packagist License, (*1)

PHP WkHtmlToPdf provides OOP interface to ease PDF creation from HTML contents using wkhtmltopdf command tool.
The wkhtmltopdf command tool must be installed previously on your server., (*2)

Installation

Install the latest package version through Composer:, (*3)

composer require mediatech/php-wkhtmltopdf:dev-master

or, (*4)

"require": {
    "mediatech/php-wkhtmltopdf": "dev-master"
},

Using example

Load HTML from string and save contents to PDF specified file., (*5)

use MediaTech\Pdf;

$pdf = new Pdf();
$pdf->loadHtml('

test
') ->save(/path/to/file.pdf);

The Versions

12/02 2018

dev-master

9999999-dev

A PHP wrapper interface to wkhtmltopdf command tool

  Sources   Download

MIT

The Requires

  • php >=5.5

 

The Development Requires

pdf wkhtmltopdf pdf converter html to pdf

05/07 2016

v1.1.0

1.1.0.0

A PHP wrapper interface to wkhtmltopdf command tool

  Sources   Download

MIT

The Requires

  • php >=5.5

 

The Development Requires

pdf wkhtmltopdf pdf converter html to pdf

04/07 2016

v1.0.0

1.0.0.0

PHP HTML to PDF Converter based on wkhtmltopdf

  Sources   Download

MIT

The Requires

 

The Development Requires

pdf wkhtmltopdf pdf converter html to pdf