mikehaertl / phpwkhtmltopdf

A slim PHP wrapper around wkhtmltopdf with an easy to use and clean OOP interface
MIT License
1.6k stars 238 forks source link

Png not generating from html when html have link tag in them #381

Closed Usama4745 closed 2 years ago

Usama4745 commented 2 years ago

Hey I am trying to create png of html which have link tags in it but the issue is png is not getting generated when it has link tag in it. When we remove link tag only then png got generated

mikehaertl commented 2 years ago

This is very likely an issue with wkhtmltoimage itself. We can not fix these kind of issues here, as this library is only a wrapper for PHP. You could open an issue at their project.

If you still think this is a problem with our library, then again: Please provide a minimal (!) code example to reproduce the issue.