Javascript – Convert HTML content to PDF including images
I'm using React-quill as a text editor. I want to convert the content from it that includes images into a pdf. Below is the string, I'm getting from editor. <p>sdfghj<img src="data:image/jpeg;base64,/9j/4AAQ…r5izLn+Jucfh7Vo6p/r7j6j+VZl595P97/CgD//2Q=="></p> I've used jsPDF but it's only converting plain text…