<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Control margin page]]></title><description><![CDATA[<p>Hi everyone, it's ok?<br />
Well, somebody can help me how do i control the page of pdf document when content is to much than height page? How can i control? Like the image below...</p>
<p><img src="/uploads/files/1678696910643-control.png" alt="0_1678696910138_control.PNG" class="img-responsive img-markdown" /></p>
<p>I wanna put the text that in line red to next page...</p>
<p>Waiting for idea!</p>
<p>Thanks</p>
]]></description><link>https://forum.jsreport.net/topic/2735/control-margin-page</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 17:46:54 GMT</lastBuildDate><atom:link href="https://forum.jsreport.net/topic/2735.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Mar 2023 08:45:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Control margin page on Invalid Date]]></title><description><![CDATA[<p>Hi everyone, it's ok?<br />
Well, somebody can help me how do i control the page of pdf document when content is to much than height page? How can i control? Like the image below...</p>
<p><img src="/uploads/files/1678696910643-control.png" alt="0_1678696910138_control.PNG" class="img-responsive img-markdown" /></p>
<p>I wanna put the text that in line red to next page...</p>
<p>Waiting for idea!</p>
<p>Thanks</p>
]]></description><link>https://forum.jsreport.net/post/11839</link><guid isPermaLink="true">https://forum.jsreport.net/post/11839</guid><dc:creator><![CDATA[JOPIKAIT]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Control margin page on Invalid Date]]></title><description><![CDATA[<p>please share a minimal playground demo<br />
<a href="https://playground.jsreport.net/" rel="nofollow">https://playground.jsreport.net/</a></p>
]]></description><link>https://forum.jsreport.net/post/11840</link><guid isPermaLink="true">https://forum.jsreport.net/post/11840</guid><dc:creator><![CDATA[jan_blaha]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Control margin page on Invalid Date]]></title><description><![CDATA[<p>Hi <a class="plugin-mentions-a" href="https://forum.jsreport.net/uid/2">@jan_blaha</a> here you have link [<a href="https://playground.jsreport.net/w/anon/372v8pUg" rel="nofollow">https://playground.jsreport.net/w/anon/372v8pUg</a>] if you can see, the text in first page is too much near of margin-bottom... I wanna cut part of text to put in the next page if it's a long than page height... I wanna have to control the text, exist a way to do that in jsreport?</p>
]]></description><link>https://forum.jsreport.net/post/11846</link><guid isPermaLink="true">https://forum.jsreport.net/post/11846</guid><dc:creator><![CDATA[JOPIKAIT]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Control margin page on Invalid Date]]></title><description><![CDATA[<p>I'm not sure I understand it. How would you like to determine when to force a page break?</p>
]]></description><link>https://forum.jsreport.net/post/11848</link><guid isPermaLink="true">https://forum.jsreport.net/post/11848</guid><dc:creator><![CDATA[jan_blaha]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Control margin page on Invalid Date]]></title><description><![CDATA[<p>In the previous image that I sent where there is a footer, there is an overlap of the footer text (Commercial proposal), I want the text to break before getting close to the footer, to ensure that it does not overlap and to start on the next page after the logo which is in the header of the document (approximately 190px of top margin).</p>
]]></description><link>https://forum.jsreport.net/post/11850</link><guid isPermaLink="true">https://forum.jsreport.net/post/11850</guid><dc:creator><![CDATA[JOPIKAIT]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Control margin page on Invalid Date]]></title><description><![CDATA[<p>That is a native chrome footer?<br />
<a href="https://jsreport.net/learn/chrome-pdf#native-headers-and-footers" rel="nofollow">https://jsreport.net/learn/chrome-pdf#native-headers-and-footers</a><br />
Why it's not in the shared playground demo then?<br />
You need to provide footer enough space by setting bottom margin in the chrome-pdf menu.</p>
]]></description><link>https://forum.jsreport.net/post/11851</link><guid isPermaLink="true">https://forum.jsreport.net/post/11851</guid><dc:creator><![CDATA[jan_blaha]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Control margin page on Invalid Date]]></title><description><![CDATA[<p>No, isn't a native chrome footer, i created a div and i made all layout using the css style and i put down that div by css. I gonna see the header and footer that you said.</p>
<p>And what about a paginate using jsReport <a class="plugin-mentions-a" href="https://forum.jsreport.net/uid/2">@jan_blaha</a> can tell me how can i do? I'm using template chrome-pdf...</p>
]]></description><link>https://forum.jsreport.net/post/11852</link><guid isPermaLink="true">https://forum.jsreport.net/post/11852</guid><dc:creator><![CDATA[JOPIKAIT]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Control margin page on Invalid Date]]></title><description><![CDATA[<p>The recipe takes html and asks chrome to print it into pdf. There is no additional magic in this simple flow. Chrome is handling pagination based on the elements and styles.</p>
]]></description><link>https://forum.jsreport.net/post/11853</link><guid isPermaLink="true">https://forum.jsreport.net/post/11853</guid><dc:creator><![CDATA[jan_blaha]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Control margin page on Invalid Date]]></title><description><![CDATA[<p>Hi <a class="plugin-mentions-a" href="https://forum.jsreport.net/uid/2">@jan_blaha</a> thanks for all the things you've done. I used these concepts to solve my task. I used this to solve my queries: displayHeaderFooter<br />
headerTemplate, footerTemplate</p>
<p>Kind regard</p>
]]></description><link>https://forum.jsreport.net/post/11856</link><guid isPermaLink="true">https://forum.jsreport.net/post/11856</guid><dc:creator><![CDATA[JOPIKAIT]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>