You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how to subclass PDFTemplateView to add another subprocess call and pipe the ouput of wkhtmltopdf to pdftk (pdftk - background background.pdf output -) ?
The text was updated successfully, but these errors were encountered:
I've done this in my fork I think with a little bit of work it could be cleaned up and possibly merged into the project but would introduce a dependency on PDFTK. I also removed the old subprocess.py module in my fork as I'm not interested in Python versions older than 2.7, but there's no reason it couldn't be re-inserted.
As-is, you can use it by setting background_template to the template you'd like to use as the background. Personally, I have something like:
how to subclass PDFTemplateView to add another subprocess call and pipe the ouput of wkhtmltopdf to pdftk (
pdftk - background background.pdf output -
) ?The text was updated successfully, but these errors were encountered: