WhyNotHugo / django-renderpdf

📄 Django app to render django templates as PDF files.
https://django-renderpdf.readthedocs.io/
ISC License
70 stars 7 forks source link

A function-based way to print to pdf and how to debug when styles don't work? #61

Open simkimsia opened 10 months ago

simkimsia commented 10 months ago

Hi there, I am using weasyprint directly and i cannot get the styles to work.

I googled then found this and django-weasyprint.

While I prefer to use django-weasyprint, I guess no harm trying django-renderpdf as well.

My questions are:

  1. can django-renderpdf have a function-based way to work? the reason is because i intend to have a backend job using celery to create the pdf
  2. if the styles don't work, how to debug this issue?

btw, i am willing to pay for consultation to speed things up as well. dm me on discord kimsia#3035. I can do sponsorship as well through github if that works too.