laravelpdf icon indicating copy to clipboard operation
laravelpdf copied to clipboard

Another HTML to PDF converter for Laravel 5 based on wkhtmltopdf

Results 7 laravelpdf issues
Sort by recently updated
recently updated
newest added

Is there any way to support Chinese language

Hi, i see you have a good html to pdf converter here,but cant really use it with Laravel. i installit well, but on use iget :PDFException in PDF.php line 146:...

In the documentation I see methods to stream or to download in the browser. Is there a method to get the generated document data so it can be assigned to...

FatalErrorException in PDF.php line 7: Class 'Inline\PDF\PDF' not found I have followed the instruction for setting up with laravel. I am using laravel 5.2. when i try to generate the...

Hello, I am using OS X EI Caption. trying to generate pdf using Laravel views. It just keep waiting for pdf to get genrated. Any clue!!

can I gave a path of the binary file of wkhtmltopdf I mean can I use it with only composer file I don't want to install it in my machine

Hi, I'm trying to streaming a PDF from a view that is optimized for just having scential HTML. When I try to stream locally or in production, the view doesn't...