HTMLToQPDF icon indicating copy to clipboard operation
HTMLToQPDF copied to clipboard

Render more than one <img> in SetHtml()

Open Naahks opened this issue 5 months ago • 0 comments

Is theire a solution, where more than one embedded Image can be rendered? At the Moment i can only parse one, and especially only the first one in the html-string, image which is getting rendered. The code is looking like this: handler.OverloadImgReceivingFunc((s) => { return GetImage(s); });

But only one Image is rendered.....

Naahks avatar Sep 03 '24 09:09 Naahks