API-driven dynamic PDF generator.

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

JetBrains - Tell us how you use coding tools. You may win a prize!
Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!
surveys.jetbrains.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. chrome-headless-render-pdf

    You could generate html using your own tools like Django or PHP and then use something like chrome-headless-render-pdf to convert your page to pdf. I haven't tried it but I think it would work okay. You probably have to serve the pdfs on a webserver or something because it looks like they are just saved to disk after conversion.

  2. JetBrains

    Tell us how you use coding tools. You may win a prize! Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!

    JetBrains logo
  3. Dompdf

    HTML to PDF converter for PHP

    This is what I did. I just coded a little PHP script that lets me select templates and add pages, and type in markdown, and that gets wrapped in a pre-defined template and piped to a preview page. I have a print button to print to PDF, and an edit button to make changes. I could send it through something like dompdf if I didn't want to deal with browser quirks.

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

  • Intro to DOMPDF - lightest and simplest PHP library to generate PDF documents

    4 projects | dev.to | 5 Apr 2024
  • Dompdf as a Phar

    1 project | /r/PHPhelp | 21 Jul 2023
  • Modern PDF library (no html)

    2 projects | /r/PHP | 8 Mar 2023
  • Wordpress budget hosting with ability to install php libraries?

    1 project | /r/webhosting | 3 Mar 2023
  • De HTML a PDF

    2 projects | dev.to | 7 Nov 2022