You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a PDF from a URL that produces an HTML document that looks like the one below.
http://www.example.com/foo/bar/baz.png is a path to an image that does not exist. to_pdf fails for the URL that points to this HTML page. How would I go about generating a PDF with some placeholder like a "broken image" or an "X" icon like a modern browser would display? Or how would I display the alt text instead?
I'm trying to create a PDF from a URL that produces an HTML document that looks like the one below.
http://www.example.com/foo/bar/baz.pngis a path to an image that does not exist.to_pdffails for the URL that points to this HTML page. How would I go about generating a PDF with some placeholder like a "broken image" or an "X" icon like a modern browser would display? Or how would I display the alt text instead?