Questions tagged [django-wkhtmltopdf]
31 questions
-1
votes
1 answer
UTF-8 characters are showing as boxes when converting HTML to PDF
I wanted to convert HTML to PDF having special characters but the output is not showing the special characters.
from io import BytesIO
from django.http import HttpResponse
from django.template.loader import get_template
from xhtml2pdf import…

divyanshu mishra
- 9
- 2