alvarcarto / url-to-pdf-api

Web page PDF/PNG rendering done right. Self-hosted service for rendering receipts, invoices, or any content.
MIT License
7.01k stars 774 forks source link

Is is possible to remove links on PDF? #47

Closed mmartinello closed 6 years ago

mmartinello commented 6 years ago

Is it possible to remove links from HTML components rendered into the PDF? Thanks!

kimmobrunfeldt commented 6 years ago

I can figure out two ways:

  1. Remove them already in the HTML before rendering PDF
  2. Modify the PDF to remove them with a PDF library.

However neither is supported at the moment and there are no plans to implement them.