Top "Dompdf" questions

An HTML to PDF converter written in PHP

How to avoid splitting an HTML table across pages

Please excuse my English. I am printing a large report in pdf format including some tables (table after table). To …

html css pdf-generation wkhtmltopdf dompdf
DomPDF render of large HTML file results in 500 error

I'm using the most recent version of DomPDF (0.6.0 beta 3). PHP Version is 5.2.17. Unfortunately, I'm on a shared hosting account and …

php dompdf
Save PDF file with Dompdf

using Dompdf to store data in pdf file: This function work fine : $pdf = \App::make('dompdf.wrapper'); $pdf->loadHTML(…

php laravel-5 dompdf
"Unable to find xref table" with Dompdf0.6a + FPDI

I'm trying to generate a pdf file from html using dompdf0.6a and that works fine, but then i need …

php dompdf fpdi
How to separate body content with fixed header and footer for multiple pages

I Have three separate section as header, body and footer to create pdf. Header part will come always at top …

html css laravel dompdf page-break-inside
Generating PDFs with PHP

I have a PHP application and a need to generate a PDF with the result of query. The easiest way …

php pdf dompdf
How to add page number for every page in laravel dompdf?

I get from here : https://github.com/barryvdh/laravel-dompdf My controller is like this : public function listdata() { $pdf=PDF::loadView(…

php laravel pdf laravel-5.3 dompdf
Add margin to PDF file when merging using PDFTK or similar

I have a large collection of half-page sized PDF cut-sheets that are held in a folder on my Linux server. …

linux document margin dompdf pdftk
PHPWord to PDF not able to load library

I have been trying all day to get this to work. Right now I am able to save the document …

php tcpdf dompdf phpword
DomPDF generation for chinese characters

I am trying to generate a PDF that will contain Chinese characters using dompdf. Here is my code: require('dompdf/…

php dompdf chinese-locale