spatie/laravel-pdf
Generate PDFs in Laravel from Blade views with a fluent API. Choose drivers like Chromium (Browsershot), Gotenberg, Cloudflare, WeasyPrint, or DOMPDF. Save to disk or return as a response, with support for modern CSS and paged media.
Full Changelog: https://github.com/spatie/laravel-pdf/compare/2.4.0...2.5.0
Add Laravel 13 support
generatePdfContent() public on PdfBuilder, allowing users to get raw PDF content directly without saving to a filewrite_options_to_file to true to prevent "Argument list too long" errors when headers/footers contain large content (e.g. inline images)Fixes #317
Full Changelog: https://github.com/spatie/laravel-pdf/compare/2.1.1...2.2.0
Full Changelog: https://github.com/spatie/laravel-pdf/compare/2.1.0...2.1.1
Full Changelog: https://github.com/spatie/laravel-pdf/compare/2.0.0...2.1.0
v2 introduces a driver-based architecture, allowing you to choose between different PDF generation backends.
saveQueued()->driver('dompdf')spatie/browsershot must now be explicitly required via ComposergetBrowsershot() has been removed — use withBrowsershot() insteaddriver key)See the full upgrade guide for migration steps.
Full Changelog: https://github.com/spatie/laravel-pdf/compare/1.9.0...2.0.0
Full Changelog: https://github.com/spatie/laravel-pdf/compare/1.8.0...1.9.0
Full Changelog: https://github.com/spatie/laravel-pdf/compare/1.7.1...1.8.0
Full Changelog: https://github.com/spatie/laravel-pdf/compare/1.7.0...1.7.1
Full Changelog: https://github.com/spatie/laravel-pdf/compare/1.6.0...1.7.0
Full Changelog: https://github.com/spatie/laravel-pdf/compare/1.5.6...1.6.0
Full Changelog: https://github.com/spatie/laravel-pdf/compare/1.5.5...1.5.6
Full Changelog: https://github.com/spatie/laravel-pdf/compare/1.5.4...1.5.5
Full Changelog: https://github.com/spatie/laravel-pdf/compare/1.5.3...1.5.4
Full Changelog: https://github.com/spatie/laravel-pdf/compare/1.5.2...1.5.3
Full Changelog: https://github.com/spatie/laravel-pdf/compare/1.5.1...1.5.2
Full Changelog: https://github.com/spatie/laravel-pdf/compare/1.5.0...1.5.1
Full Changelog: https://github.com/spatie/laravel-pdf/compare/1.4.0...1.5.0
Full Changelog: https://github.com/spatie/laravel-pdf/compare/1.3.0...1.4.0
Full Changelog: https://github.com/spatie/laravel-pdf/compare/1.2.0...1.3.0
Full Changelog: https://github.com/spatie/laravel-pdf/compare/1.1.3...1.2.0
formatting-pdfs.md by @austincarpenter in https://github.com/spatie/laravel-pdf/pull/52Full Changelog: https://github.com/spatie/laravel-pdf/compare/1.1.2...1.1.3
Full Changelog: https://github.com/spatie/laravel-pdf/compare/1.1.0...1.1.2
Full Changelog: https://github.com/spatie/laravel-pdf/compare/1.1.0...1.1.1
Full Changelog: https://github.com/spatie/laravel-pdf/compare/1.0.1...1.1.0
Full Changelog: https://github.com/spatie/laravel-pdf/compare/1.0.0...1.0.1
Full Changelog: https://github.com/spatie/laravel-pdf/compare/0.0.4...0.0.5
How can I help you explore Laravel packages today?