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

Pdf annnotation #611

Open trannhutle opened 3 years ago

trannhutle commented 3 years ago

Hi @marcbachmann ,

I am currently using your library to convert HTML to pdf.

How could I add the other kinds of annotations ? Right now, I can add the Anchor Tags and receive the annotations from the PDF React library https://github.com/wojtekmaj/react-pdf

image

Would you mind showing me how to structure the HTML and CSS to get the other kind of annotation ?

Thank you very much.