django-weasyprint icon indicating copy to clipboard operation
django-weasyprint copied to clipboard

Collaborating with django-renderpdf

Open WhyNotHugo opened this issue 2 years ago • 5 comments

Hi! I maintain django-renderpdf, which I wrote back in 2017 to, well, render PDFs. It also uses weasyprint under the hood.

I've come across django-weasyprint a few times during the years. It seems that around 80% of what both projects do is the same. There's some duplicate effort going on between both projects. I'd like to contribute to django-weasyprint by merging any functionality that's missing, and then have a migration plan to transition projects from django-renderpdf into django-weasyprint.

I wanted to hear your thoughts on this and see if this sounds good to you too before actually doing anything.

From what I can tell, these are the biggest differences with django-renderpdf:

WhyNotHugo avatar Apr 03 '23 13:04 WhyNotHugo

@WhyNotHugo the link you provided to django-renderpdf doesn't work. 404.

Is your project better maintained than this?

bbrendon avatar May 15 '23 03:05 bbrendon

My bad, correct link here: https://github.com/WhyNotHugo/django-renderpdf/

WhyNotHugo avatar May 15 '23 14:05 WhyNotHugo

Thank you for reaching out @WhyNotHugo!

In 2016 I also took over this code due to stagnant maintenance and am very much open to collaboration and/or merging of projects to keep it alive now. There should be one -- and preferably only one -- obvious way to do it. ;)

I'd like to contribute to django-weasyprint by merging any functionality that's missing, and then have a migration plan to transition projects from django-renderpdf into django-weasyprint.

That sounds like a good plan and I am open to accept pull-requests in that direction and probably subsequently handing over maintenance/access to this project's github/pypi.

fdemmer avatar Aug 17 '23 10:08 fdemmer