marcbachmann / node-html-pdf

This repo isn't maintained anymore as phantomjs got dreprecated a long time ago. Please migrate to headless chrome/puppeteer.
MIT License
3.56k stars 545 forks source link

is there have any way to display html tag inside the generated pdf document #645

Closed javascriptBoiler closed 2 years ago

javascriptBoiler commented 2 years ago

I need to generate a pdf file with the simple HTML syntax of an iframe, but after generating the pdf document it displayed rendered iframe except for the HTML code

Screenshot 2021-08-31 at 13 37 52
javascriptBoiler commented 2 years ago

I found a solution if you need to display an HTML tag inside the pdf file use the below snippet

<div>print this code as it is</div>.split('<').join('&lt')