laravel-dompdf
laravel-dompdf copied to clipboard
A DOMPDF Wrapper for Laravel
hi guys I am currently working on dompdf using laravel. the version is 0.9.0. I have written the page border in the body tag but it works on the first...
**Issue** When I am printing multiple html pages and one of page content is getting larger so it should go on other page but its is throwing this error. **To...
@font-face font-family: 'Dancing Script' font-style: normal font-weight: normal src: url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap') .... ... is not displaying this font correctly in exported pdf
Not a bug (may be helpful to enable discussions?) Is there a way to disable the ability to copy content in a PDF using this wrapper?
How are you? I am trying to build the pdf using this library. Works well!!! But I have an issue with a header section. Actually, I want to put a...
Hello, I've been using this package in all my previous Laravel projects with version 8. Now, I'm working on a new project using Laravel 10. However, when I tried to...
@page { margin-top: 165px; background: url({{ public_path('images/tes.jpg') }}); background-image-resize: 1; } backgroun image cannot showing, i'm using dompdf 2 in laravel 8
In these languages are such letters like Ā ā Ą ą Č č Ē ē Ė ė Ę ę Ģ ģ Ī ī Į į Ķ ķ Ļ ļ Ņ...
I have tried to use google font link also placed the fonts in public folder and also in the public folder of storage but, nothing works. Could you please tell...
**This is just a Dompdf wrapper!** I understand that this package is just a Laravel wrapper for https://github.com/dompdf/dompdf Any issues with PDF rendering, CSS that is not applied correctly, aligning/fonts/characters...