Hi, I’m using Aspose Cells to convert an Excel spreadsheet file into a PDF file and the original font in the spreadsheet (Helvetica regular) becomes bold in the output PDF. I checked that the font is installed and is located in C:\Windows\Fonts. Here is the code I am using:
PdfSaveOptions options = new PdfSaveOptions();
options.OptimizationType = PdfOptimizationType.Standard;
_workbook.Save(outputPath, options);
When I save to PDF using Excel, the original font is retained. I’ve attached the Aspose PDF output, and the Excel PDF output for comparison. Is there any way to retain the font appearance with the Aspose conversion? I also have the input Excel file, but am unable to attach it here. Let me know if there is another way to send it over. Thank you. aspose_output.pdf (56.0 KB)
excel_output.pdf (33.7 KB)