Hi
I noticed in the PDF Export component limitations (https://www.telerik.com/kendo-react-ui/components/drawing/limitations-browser-support/) that it does not support iFrames. This is a major issue for us as we have data containing full HTML markup and <style> tags, which we want to embed in a PDF. We need to use an iFrame otherwise the styles will bleed into the rest of the document. Is there any plans to support iFrames in the future?
Hello, Tony,
Could you please share a short example of this setup as it will help us better understand it.
Then we can see if we can offer something that can be used in that case?
Regards,
Stefan
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Hi Stefan
In our case we are using the "srcdoc" attribute on the iFrame as follows: <iframe srcdoc="<html lang="en"> ... "></iframe>. Is it possible to get the required information when it's an attribute on the iFrame as in this case?
Thank you
Hello, Tony,
Thank you for the request.
Currently, this limitation comes from the information we are able to receive from the iframe.
If in the future, there is a reliable way to get the required information in order to generate a PDF from an iframe, we will plan this improvement.
Regards,
Stefan
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.