<?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: Export a SSRS report to PDF - specific font lost in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Export-a-SSRS-report-to-PDF-specific-font-lost/m-p/2351216#M22981</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your fast reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked the parameters that you mentioned :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The font embeddability is not set to EMBED_NOEMBEDDING, but Installable&lt;/LI&gt;&lt;LI&gt;The font Type is true type&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In the SSRS report all my items (titles, boards) are visible of course with the hidden setting at False :&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did I missed something in your explanation?&lt;/P&gt;&lt;P&gt;Thank again&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;</description>
    <pubDate>Mon, 21 Feb 2022 13:26:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-02-21T13:26:55Z</dc:date>
    <item>
      <title>Export a SSRS report to PDF - specific font lost</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Export-a-SSRS-report-to-PDF-specific-font-lost/m-p/2348042#M22957</link>
      <description>&lt;P&gt;Hello the community,&lt;/P&gt;&lt;P&gt;We are now using a specific font in our SSRS reports.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, on the PBIReportServer when we extract the report to PDF : the specific font is lost and replaced by Arial.&lt;/P&gt;&lt;P&gt;Of course, the font has been imported on the PBIReportServer server.&lt;/P&gt;&lt;P&gt;When we extract to Word this is fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is really specific to PDF.&lt;/P&gt;&lt;P&gt;Do you know what could be missing ?&lt;/P&gt;&lt;P&gt;Thank you and best regards&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 16:13:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Export-a-SSRS-report-to-PDF-specific-font-lost/m-p/2348042#M22957</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-18T16:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Export a SSRS report to PDF - specific font lost</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Export-a-SSRS-report-to-PDF-specific-font-lost/m-p/2350242#M22974</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Fonts are embedded in the PDF file when the following conditions apply:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Font embedding privileges are granted by the font author. Installed fonts include a property that indicates whether the font author intends to allow embedding a font in a document. If the property value is EMBED_NOEMBEDDING, the font is not embedded in the PDF file. For more information, see "TTGetEmbeddingType" on msdn.microsoft.com.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;The Font is TrueType.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Fonts are referenced by visible items in a report. If a font is referenced by an item that has the Hidden property set to True, the font is not needed to display rendered data and will not be included in the file. Fonts are embedded only when they are needed to display the rendered report data.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If all of these conditions are met for a font, the font is embedded in the PDF file. If one or more of these conditions is not met, the font is not embedded in the PDF file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note：&lt;SPAN&gt;If the fonts used are the ones in the PDF specification that are commonly known as standard type 1 fonts or the base fourteen fonts, then fonts are not embedded for ANSI content.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more information，you can refer to&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/sql/reporting-services/report-builder/exporting-to-a-pdf-file-report-builder-and-ssrs?view=sql-server-ver15" target="_self"&gt;Export a paginated report to a PDF File&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Community Support Team _ Caitlyn&lt;/P&gt;
&lt;P&gt;If this post helps then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Feb 2022 07:05:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Export-a-SSRS-report-to-PDF-specific-font-lost/m-p/2350242#M22974</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-21T07:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Export a SSRS report to PDF - specific font lost</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Export-a-SSRS-report-to-PDF-specific-font-lost/m-p/2351216#M22981</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your fast reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked the parameters that you mentioned :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The font embeddability is not set to EMBED_NOEMBEDDING, but Installable&lt;/LI&gt;&lt;LI&gt;The font Type is true type&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In the SSRS report all my items (titles, boards) are visible of course with the hidden setting at False :&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did I missed something in your explanation?&lt;/P&gt;&lt;P&gt;Thank again&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;</description>
      <pubDate>Mon, 21 Feb 2022 13:26:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Export-a-SSRS-report-to-PDF-specific-font-lost/m-p/2351216#M22981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-21T13:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Export a SSRS report to PDF - specific font lost</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Export-a-SSRS-report-to-PDF-specific-font-lost/m-p/2354934#M23012</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you restart the report server after installing the fonts? This step is required.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Community Support Team _ Caitlyn&lt;/P&gt;
&lt;P&gt;If this post helps then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 05:54:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Export-a-SSRS-report-to-PDF-specific-font-lost/m-p/2354934#M23012</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-23T05:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Export a SSRS report to PDF - specific font lost</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Export-a-SSRS-report-to-PDF-specific-font-lost/m-p/2356709#M23018</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes I restarted the ReportServer service, and the server that hosts the ReportServer, and the result is still the same &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;The font is still converted into MS Sans serif and Segoe.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An insight : the special font kept when extracting in Word from the report server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does that help to find what is wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 16:28:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Export-a-SSRS-report-to-PDF-specific-font-lost/m-p/2356709#M23018</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-23T16:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Export a SSRS report to PDF - specific font lost</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Export-a-SSRS-report-to-PDF-specific-font-lost/m-p/2370408#M23127</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/user/viewprofilepage/user-id/276195" target="_blank"&gt;@v-caitlyn-mstf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes I restarted the ReportServer service, and the server that hosts the ReportServer, and the result is still the same. The font is still converted into MS Sans serif and Segoe.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An insight : the special font kept when extracting in Word from the report server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does that help to find what is wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 15:09:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Export-a-SSRS-report-to-PDF-specific-font-lost/m-p/2370408#M23127</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-02T15:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Export a SSRS report to PDF - specific font lost</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Export-a-SSRS-report-to-PDF-specific-font-lost/m-p/3227271#M29698</link>
      <description>&lt;P&gt;I´m having the same problem right now, did you find something?&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 14:31:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Export-a-SSRS-report-to-PDF-specific-font-lost/m-p/3227271#M29698</guid>
      <dc:creator>Lorenzo95959595</dc:creator>
      <dc:date>2023-05-09T14:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Export a SSRS report to PDF - specific font lost</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Export-a-SSRS-report-to-PDF-specific-font-lost/m-p/3227274#M29699</link>
      <description>&lt;P&gt;You find something?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 14:31:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Export-a-SSRS-report-to-PDF-specific-font-lost/m-p/3227274#M29699</guid>
      <dc:creator>Lorenzo95959595</dc:creator>
      <dc:date>2023-05-09T14:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Export a SSRS report to PDF - specific font lost</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Export-a-SSRS-report-to-PDF-specific-font-lost/m-p/3227345#M29700</link>
      <description>&lt;P&gt;Hi ! unfortunately no &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;the solution proposed by ms was not enough. so i'm still not able to use additionnal font.&lt;/P&gt;&lt;P&gt;If you have some hints i am interested!&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 14:59:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Export-a-SSRS-report-to-PDF-specific-font-lost/m-p/3227345#M29700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-09T14:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Export a SSRS report to PDF - specific font lost</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Export-a-SSRS-report-to-PDF-specific-font-lost/m-p/3328772#M30497</link>
      <description>&lt;P&gt;Hello, Try this please:&lt;BR /&gt;on the report server &amp;gt; right click on font file &amp;gt; Install for all users &amp;gt; restart reporting service.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 07:14:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Export-a-SSRS-report-to-PDF-specific-font-lost/m-p/3328772#M30497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-13T07:14:00Z</dc:date>
    </item>
  </channel>
</rss>

