Get attributes from another session without loading that session

This page summarizes the projects mentioned and recommended in the original post on /r/symfony

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. gotenberg

    A developer-friendly API for converting numerous document formats into PDF files, and more!

    The problem I'm trying to solve is the following: I have an external application (gotenberg) that creates a PDF export of certain pages of my application. These pages require user input to display correctly. This user input is stored in the session.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. KnpSnappyBundle

    Easily create PDF and images in Symfony by converting html using webkit

    You might also want to try https://github.com/KnpLabs/KnpSnappyBundle so you can just use the current session instead of reloading it like you are now.

  4. WKHTMLToPDF

    Discontinued Convert HTML to PDF using Webkit (QtWebKit)

    Thanks for the suggestion! KnpSnappyBundle was my initial way to go as well, but my pages use quite some Javascript (chartJs) to render and I couldn’t get wkhtmltopdf to work with it. As it seems wkhtmltopdf does not support ES6 https://github.com/wkhtmltopdf/wkhtmltopdf/issues/3596 so I was forced to find another way.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Best way to merge PDFs (PHP (Laravel) / Python)?

    2 projects | /r/laravel | 16 Nov 2021
  • Job Adventures - PDF generation | Jun 2024

    3 projects | dev.to | 23 Jun 2024
  • Intro to DOMPDF - lightest and simplest PHP library to generate PDF documents

    4 projects | dev.to | 5 Apr 2024
  • Create PDFs with Tailwind

    3 projects | dev.to | 21 Mar 2024
  • Htmldocs: Typeset and Generate PDFs with HTML/CSS

    11 projects | news.ycombinator.com | 17 Jan 2024

Did you know that C++ is
the 7th most popular programming language
based on number of references?