This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
In apaginated report if it mentions the euro sign, the rendering works fine for all the formats (docx, xlsx, ..) except for the PDF.
In PDF format the euro sign renders as a questionmark '?'. I've tried numerous combinations: Fonts, sizes, calling either Chr(128) or ChrW(8364). Still getting no luck.
Here are my attempts.
Rendering in Chrome
which renders in PDF as
I've also tried iterating over all of the unicode characters trying to spot the euro sign
here it is on the web
and again missing in PDF
And I know that the character should be there judging by this source
http://www.fileformat.info/info/unicode/font/arial_unicode_ms/blockview.htm?block=currency_symbols
The problem started apearing after installing the latest Aug 2018 version of PBIRS
Solved! Go to Solution.
Found a fix. Although I believe that has to be working by default.
Include the following ovverride in RSReprtServer.config
<Extension Name="PDF" Type="Microsoft.ReportingServices.Rendering.ImageRenderer.PDFRenderer,Microsoft.ReportingServices.ImageRendering"> <Configuration> <DeviceInfo> <HumanReadablePDF>true</HumanReadablePDF> </DeviceInfo> </Configuration> </Extension>
For @msft dev people, here is how to troubleshoot the underlying problem
https://blog.idrsolutions.com/2011/04/mystery-of-the-pdf-file-and-the-missing-euro-character/
an interesting historical bug in PDF rendering
Hi,
we are facing the same problems with paginated reports / PDF rendering and the euro sign. The "HumanReadablePDF" flag is not really an option.
@Microsoft:
Please fix this bug.
Thanks.
Found a fix. Although I believe that has to be working by default.
Include the following ovverride in RSReprtServer.config
<Extension Name="PDF" Type="Microsoft.ReportingServices.Rendering.ImageRenderer.PDFRenderer,Microsoft.ReportingServices.ImageRendering"> <Configuration> <DeviceInfo> <HumanReadablePDF>true</HumanReadablePDF> </DeviceInfo> </Configuration> </Extension>
For @msft dev people, here is how to troubleshoot the underlying problem
https://blog.idrsolutions.com/2011/04/mystery-of-the-pdf-file-and-the-missing-euro-character/
an interesting historical bug in PDF rendering
The downside of enabeling the HumanReadablePDF flag is that the PDF files can become rather large.
In some cases a 2MB is rendered to a mighty 188MB.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |