HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML Forums › Technical questions / Troubleshooting › Disable “iframe” execution while exporting to PDF › Reply To: Disable “iframe” execution while exporting to PDF
October 28, 2025 at 13:11
#40178
And there is a radical solution for <iframe>
pd4ml.addStyle("iframe {display: none !important}", true);
