<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: PDF Extraction issue in Power BI Paginated Report in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/PDF-Extraction-issue-in-Power-BI-Paginated-Report/m-p/4715502#M40932</link>
    <description>&lt;P&gt;Hi Patra1234,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P data-pm-slice="1 1 []"&gt;We are following up to see if your query has been resolved. Should you have identified a solution, we kindly request you to share it with the community to assist others facing similar issues.&lt;/P&gt;
&lt;P&gt;If our response was helpful, please mark it as the accepted solution and provide kudos, as this helps the broader community.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Sun, 01 Jun 2025 18:00:56 GMT</pubDate>
    <dc:creator>v-pnaroju-msft</dc:creator>
    <dc:date>2025-06-01T18:00:56Z</dc:date>
    <item>
      <title>PDF Extraction issue in Power BI Paginated Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PDF-Extraction-issue-in-Power-BI-Paginated-Report/m-p/4704769#M40814</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have created a paginated reporet using Power BI Report Builder. when i export the report to PDF from my local environment, the layout renders correctly with all content appearing on a single page as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, after publishing the report to the Power BI Service, the PDF export results in the content being split across multiple pages or into different tables, which is not the intended behavior.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone encountered a similar issue or have suggestions on how to resolve this layout inconsistency after publishing?&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 08:30:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PDF-Extraction-issue-in-Power-BI-Paginated-Report/m-p/4704769#M40814</guid>
      <dc:creator>Patra1234</dc:creator>
      <dc:date>2025-05-23T08:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: PDF Extraction issue in Power BI Paginated Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PDF-Extraction-issue-in-Power-BI-Paginated-Report/m-p/4704859#M40815</link>
      <description>&lt;P&gt;In Power BI Report Builder, ensure the total report content width including margins is less than or equal to the defined page width. Check this if it works,&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Go to Report Properties.&lt;/LI&gt;&lt;LI&gt;Set:&lt;/LI&gt;&lt;UL&gt;&lt;LI&gt;Page Width: 8.27in (for A4)&lt;/LI&gt;&lt;LI&gt;Left/Right Margins: 0.25in each&lt;/LI&gt;&lt;/UL&gt;&lt;LI&gt;Ensure your report body width ≤ 7.77in (8.27 - 0.25 - 0.25).&lt;/LI&gt;&lt;LI&gt;Also, turn off CanGrow for textboxes if not needed.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Fri, 23 May 2025 09:13:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PDF-Extraction-issue-in-Power-BI-Paginated-Report/m-p/4704859#M40815</guid>
      <dc:creator>BhavinVyas3003</dc:creator>
      <dc:date>2025-05-23T09:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: PDF Extraction issue in Power BI Paginated Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PDF-Extraction-issue-in-Power-BI-Paginated-Report/m-p/4705157#M40825</link>
      <description>&lt;P&gt;Thanks for your suggestion, I have tried this but still not working as expected.&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 12:26:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PDF-Extraction-issue-in-Power-BI-Paginated-Report/m-p/4705157#M40825</guid>
      <dc:creator>Patra1234</dc:creator>
      <dc:date>2025-05-23T12:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: PDF Extraction issue in Power BI Paginated Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PDF-Extraction-issue-in-Power-BI-Paginated-Report/m-p/4705409#M40828</link>
      <description>&lt;P&gt;Thankyou,&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/789997"&gt;@BhavinVyas3003&lt;/a&gt;, for your response.&lt;BR /&gt;&lt;BR /&gt;Hi Patra1234,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;We appreciate your inquiry through the Microsoft Fabric Community Forum.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Based on my understanding, the behavior you are observing arises due to differences in rendering between the local preview (soft page-break) and the Power BI Service (hard page-break), as well as variations in rendering engines and page constraints. In Power BI Report Builder, reports are rendered using a soft page-break renderer, which allows content to flow continuously, often resulting in a single-page layout during local previews. However, when exporting to PDF from the Power BI Service, a hard page-break renderer is employed. This renderer strictly adheres to defined page sizes and margins, which may cause content to split across multiple pages if not appropriately configured.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Kindly follow the steps below, which may help to resolve the issue:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Group related items inside Rectangle containers to maintain layout integrity.&lt;/LI&gt;
&lt;LI&gt;Review and adjust or remove any unnecessary page breaks.&lt;/LI&gt;
&lt;LI&gt;Set a larger page height (for example, 11.69 inches) to contain all content on one page.&lt;/LI&gt;
&lt;LI&gt;Fix the widths of tables and matrices, and use Text Wrapping for long values.&lt;/LI&gt;
&lt;LI&gt;Use Print Layout in Report Builder for an accurate preview before publishing. Export a simplified version to isolate layout behaviour.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Additionally, please refer to the following links for further information:&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/paginated-reports/report-design/page-layout-rendering-report-builder-service" target="_blank"&gt;Page layout and rendering in Power BI paginated reports - Power BI | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/paginated-reports/report-builder/export-pdf-file-report-builder" target="_blank"&gt;Export Power BI paginated report to a PDF File (Power BI Report Builder) - Power BI | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/paginated-reports/report-builder/export-reports-report-builder" target="_blank"&gt;Export Power BI paginated reports - Power BI | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/paginated-reports/paginated-reports-pagination" target="_blank"&gt;Pagination in Power BI paginated reports - Power BI | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;If you find our response helpful, kindly mark it as the accepted solution and provide kudos. This will assist other community members facing similar queries.&lt;BR /&gt;Should you have any further questions, please feel free to contact the Microsoft Fabric community.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 14:50:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PDF-Extraction-issue-in-Power-BI-Paginated-Report/m-p/4705409#M40828</guid>
      <dc:creator>v-pnaroju-msft</dc:creator>
      <dc:date>2025-05-23T14:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: PDF Extraction issue in Power BI Paginated Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PDF-Extraction-issue-in-Power-BI-Paginated-Report/m-p/4707824#M40850</link>
      <description>&lt;P&gt;Hi Patra1234,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;We have not received a response from you regarding the query and were following up to check if you have found a resolution. If you have identified a solution, we kindly request you to share it with the community, as it may be helpful to others facing a similar issue.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you find the response helpful, please mark it as the accepted solution and provide kudos, as this will help other members with similar queries.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 26 May 2025 15:35:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PDF-Extraction-issue-in-Power-BI-Paginated-Report/m-p/4707824#M40850</guid>
      <dc:creator>v-pnaroju-msft</dc:creator>
      <dc:date>2025-05-26T15:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: PDF Extraction issue in Power BI Paginated Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PDF-Extraction-issue-in-Power-BI-Paginated-Report/m-p/4712754#M40911</link>
      <description>&lt;P&gt;Hi Patra1234,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;We wanted to check in regarding your query, as we have not heard back from you. If you have resolved the issue, sharing the solution with the community would be greatly appreciated and could help others encountering similar challenges.&lt;/P&gt;
&lt;P&gt;If you found our response useful, kindly mark it as the accepted solution and provide kudos to guide other members.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 16:19:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PDF-Extraction-issue-in-Power-BI-Paginated-Report/m-p/4712754#M40911</guid>
      <dc:creator>v-pnaroju-msft</dc:creator>
      <dc:date>2025-05-29T16:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: PDF Extraction issue in Power BI Paginated Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PDF-Extraction-issue-in-Power-BI-Paginated-Report/m-p/4715502#M40932</link>
      <description>&lt;P&gt;Hi Patra1234,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P data-pm-slice="1 1 []"&gt;We are following up to see if your query has been resolved. Should you have identified a solution, we kindly request you to share it with the community to assist others facing similar issues.&lt;/P&gt;
&lt;P&gt;If our response was helpful, please mark it as the accepted solution and provide kudos, as this helps the broader community.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Jun 2025 18:00:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PDF-Extraction-issue-in-Power-BI-Paginated-Report/m-p/4715502#M40932</guid>
      <dc:creator>v-pnaroju-msft</dc:creator>
      <dc:date>2025-06-01T18:00:56Z</dc:date>
    </item>
  </channel>
</rss>

