Description
I'm trying to generate a EAN-13 barcode in SQL Server Reporting Services from a 13-digit string, the last digit is the check digit and it's already calculated. In the report designer I chose the installed "Libre Barcode EAN13 Text" as the font for that field, and it looks good in preview mode. But when I export it to any format except PowerPoint, it is no longer displayed as a valid barcode.
As you see, I'm also using other two fonts to try and those are working both on preview mode and exported to PDF, it's just the Libre Barcode EAN13 Text that isn't working.
The font was installed for all users, and PC was rebooted before using it. The SSRS server is running locally in the same machine so it has the font installed as well.
Note: the only way I got it working on PDF is exporting the report to a Word file, then opening it with LibreOffice Writer and exporting it to PDF, but unfortunately I can't tell the user to do the same.
Any help would be appreciated.