Hello,
I guess this is not about Persian fonts. This problem happens when font has space character inside its name like “B Traffic”.
Hi,
Thanks for your posting and using Aspose.Cells for .NET.
Please download and try the latest version Aspose.Cells
for .NET v7.5.1.3 and see if it works fine.
If your problem still occurs, please provide us your source file which you are converting to pdf. We will look into it and help you asap.
The Problem still occurs. I’ve attached two files and a sample code. In the first post I’d attached font file.
Hi,
Thanks for your posting and using Aspose.Cells for .NET.
Your issue is due to missing font. Please set the font directory and create the pdf. Please see the following code that illustrates how to set font directory.
C#
string filepath = @“F:\Shak-Data-RW\Downloads\test.xlsx”;
//Set the font directory
CellsHelper.FontDir = “C:\WINDOWS\Fonts”;
Workbook workbook = new Workbook(filepath);
workbook.Save(filepath + “.out.pdf”, SaveFormat.Pdf);
Hi,
Hi,
Thanks for using Aspose.Cells for .NET.
Please download and try this fix: Aspose.Cells for .NET v7.7.0.4 and let us know your feedback.
The problem still exists. You can see the difference of produced PDF files using Aspose.Cells and Ms Excel.
Hi,
Thanks for your feedback and using Aspose.Cells.
You are right. The issue is still occurring with the latest fix i.e (v7.7.0.4). I have attached the source test file, Excel and Aspose output pdf for a reference. I have also reopened this issue and logged your comment in our database. We will look into it again and fix this issue. Once, the issue is resolved or we have some other update for you, we will let you know asap.