laravel-dompdf icon indicating copy to clipboard operation
laravel-dompdf copied to clipboard

A DOMPDF Wrapper for Laravel

Results 117 laravel-dompdf issues
Sort by recently updated
recently updated
newest added

basically we can user `->setPaper(array(0,0,298,420), 'potrait')` -> for example single pages, But if we use thermal printer, they don't have paper height , its kind of rolling paper so if...

stale

**Describe the bug** I need to render HTML with a div that has 2000px height (min). The content should be displayed on 3 pages: the first two are ok, the...

stale

Hi All, I'm getting an error on using below HTML, the thing I want to do is to place data on the x, and y coordinate like this style =...

stale

Hi, currently the dompdf has update to 1.2.1 to address high security issues. I try to install and update the latest version but it stuck up to the older release...

stale

Problem 1 - Root composer.json requires barryvdh/laravel-dompdf 0.8.2 -> satisfiable by barryvdh/laravel-dompdf[v0.8.2]. - barryvdh/laravel-dompdf v0.8.2 requires illuminate/support 5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x -> found illuminate/support[v5.1.1, ..., 5.6.x-dev] but these were not loaded, likely because...

stale

The following work: `background-image: url('/var/www/vhosts/example.com/httpdocs/storage/app/public/media/test 2.png');` When the image file name contains (), it does not work: `background-image: url('/var/www/vhosts/example.com/httpdocs/storage/app/public/media/test (2).png');` Any idea to resolve this issue without changing file name?...

stale

**Describe the bug** The change from `$path = realpath(base_path('public'));` to `$path = realpath(public_path());` in v1.0.1 introduces a breaking change to Lumen, which has no `public_path` method. Instead of generating a...

stale

HI, The PDF is getting generated, but it has the default font instead of the custom font (Anitto). The text is rendered in custom font when I print the input...

stale

Hello, how I can change/setup the pdf-version of the generated PDF? In default and in the current version of dompdf the pdf generated always in the version 1.7

stale

How can I add digital signature in pdf?

stale