Rank: Member Groups: Member
Joined: 6/16/2014 Posts: 22
|
Hi, I have a html page having styles for page breaks (URL for same is https://runner.telerik.io/fullscreen/UPeHEgoL) and this works as expected when exported to PDF via EO PDF (I used EO PDF’s live demo website for exporting it to PDF https://www.essentialobjects.com/Products/EOPdf/UrlToPdf.aspx). But when the same html page/URL is embedded within an iFrame and the URL for the page containing the iFrame is exported to PDF, then the exported PDF is not having page break at expected sections of the document (URL for the html page contained within an iFrame is https://runner.telerik.io/fullscreen/apaDeqAS). I have followed the Manual paging documentation provided in the link https://www.essentialobjects.com/doc/pdf/htmltopdf/paging.aspx Can you please let know how to apply page breaks when html page/URL is embedded within an iFrame? The product we have purchased is: EO.Total Thank you
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi,
No. page break instructions do not work inside an iframe. An iframe is considered a single DOM element in the parent document, thus whatever inside the iframe has no bearing on page breaking for the parent document. Only properties on the iframe itself would have an impact.
Thanks!
|