I'm trying to convert HTML to PDF using xhtml2pdf in django. I use ckeditor to input and in HTML it's look wysiwyg like this.
But after i convert to PDF, it looks like this.
Why in PDF is not same like in HTML ?
I'm trying to convert HTML to PDF using xhtml2pdf in django. I use ckeditor to input and in HTML it's look wysiwyg like this.
But after i convert to PDF, it looks like this.
Why in PDF is not same like in HTML ?
Copyright © 2021 Jogjafile Inc.


I am facing the same issue. I am wondering if I need a css file like "ckeditor.css" when converting to PDF.
When I converted from html to pdf with pdfkit, it converted well as follows.