Giter Site home page Giter Site logo

phpwkhtmltopdflaravel's Introduction

PHP WkHtmlToPdf Laravel Wrapper

This wrapper will include the mikehaertl/phpwkhtmltopdf library. It will use the config functions of laravel and it can be configured threw the .env file. All the functions of the library of mikehaertl are available. https://github.com/mikehaertl/phpwkhtmltopdf

Installation

Install the package through composer:

composer require basdegroot/phpwkhtmltopdflaravel

Configuration

The application can be configured threw the .env file or by publishing the configuration files to your project.

Publish

php artisan vendor:publish

.env variables

WKHTMLTOPDF_BINARY = Path to the binary of the WkHtmlToPdf library. Default is 'wkhmltopdf'
WKHTMLTOPDF_INGORE_WARNINGS = Whether to ignore any errors if a PDF file was still created. Default is false
WKHTMLTOPDF_TMP_DIR = Path to tmp directory. Defaults to the PHP temp dir.

Response

The class has an method which returns a Laravel response object with the PDF content + correct headers

use Basdegroot\PhpwkhtmltopdfLaravel\Pdf;

$pdf = new Pdf('http://www.google.nl');
return $pdf->response();

// or with a filename

return $pdf->response('filename'); 


The Pdf object extends \mikehaertl\wkhtmlto\Pdf so all the other methods are still available.

Changelog

Please see CHANGELOG for more information what has changed recently.

phpwkhtmltopdflaravel's People

Contributors

basdegroot avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

fireflystars

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.