django-easy-pdf
django-easy-pdf copied to clipboard
PDF views, the easy way
Hello there 👋, I want to propose a new feature. ## **Use case** I have a view that recently 'got converted' to `PDFTemplateView` but that view only works for a...
keep getting wrong operand type error on pdfs. All pdf rendered contain this error. What am i doing wrong?
Hello, in line 81 of views.py you have to add ```self.request = request``` because if you don't, generate error on line 55.
removing docs/ from dockerignore solve the fail in the docker build `Step 12/17 : COPY /home/baptiste/Documents/django-easy-pdf/docs/requirements.txt /app/docs/ COPY failed: stat /var/lib/docker/tmp/docker-builderXXXXX`
The dependencies listed in the `dockerfile`: ``` DEPS=' \ bash \ gettext \ libcairo2 \ libffi-dev \ libpango1.0-0 \ libpangoft2-1.0-0 \ libgdk-pixbuf2.0-0 \ libxml2-dev \ libxslt1-dev \ shared-mime-info \ fontconfig...
The way the app works right now is that you either set a nice filename or you leave it blank and the pdf displays on the screen. Can we add...
I added some styles, but I cant' see on pdf
Anyone here can tell me how to add the page number to the footer? I searched around and followed this [post](https://stackoverflow.com/questions/35923257/django-easy-pdf-display-pdf-number) but I didn't get it works. In base template...
Hi, I am using this package in my django app but I have the following issue. When I try to reproduce the demo example within my app, I get a...
Is there any way to get an input tag value render as text on the generated PDF ?