Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

aig515's avatar
Level 1

Display and Generate PDFs Using LaTeX in Blade View

I am working on a project to create resumes, and I would like to upload the form after the user fills it out, similar to LaTeX. Would this be possible?

0 likes
2 replies
RemiM's avatar

Why no trying to use barryvdh/laravel-dompdf as it's simpler to integrate, does not rely on LaTeX and is easier to manage than writing LaTeX code. Beside, the package is specifically tailored for Laravel, making it a native solution.

1 like

Please or to participate in this conversation.