Custom MasterPage Size A5

smgomes
edited February 11, 2022 in Analytics #1
Hi,<br />
<br />
i'm trying to configure a report with the custom size A5:<br />
<br />
<strong class='bbc'>Header Height :</strong> 10 mm<br />
<strong class='bbc'>Footer Height :</strong> 10 mm<br />
<strong class='bbc'><br />
Width :</strong> 148 mm<br />
<strong class='bbc'>Height :</strong> 210 mm<br />
<br />
When i render the report, the PDF size is A4 and the Header information appears in middle of page, a large blank space is left at the top of the page, any reason for that?<br />
What i'm doing wrong?<br />
<br />
See the attach please.<br />
<br />
Thanks
Warning No formatter is installed for the format ipb

Comments

  • mwilliams
    edited December 31, 1969 #2
    Hi smgomes,

    I don't get that output when I run the report.
    Warning No formatter is installed for the format ipb
  • smgomes
    edited December 31, 1969 #3
    Hi <strong class='bbc'>mwilliams</strong><br />
    <br />
    thanks for the fast reply, i'm using this properties to render the PDF report in Java:<br />
    <br />
    IRenderOption renderOptions = new RenderOption();<br />
    Integer overflow=Integer.valueOf(IPDFRenderOption.OUTPUT_TO_MULTIPLE_PAGES);<br />
    renderOptions.setOption(IPDFRenderOption.PAGE_OVERFLOW, overflow);<br />
    renderOptions.setOutputFormat("pdf");<br />
    renderOptions.setOutputFileName(filename);<br />
    renderTask.setRenderOption(renderOptions);<br />
    <br />
    Anything wrong? :S<br />
    <br />
    Thanks.
    Warning No formatter is installed for the format ipb