Unicode Tamamlayıcı karakterleri PDF çıktısında Aspose.Cells ile işleyin

Unicode Tamamlayıcı karakterleri PDF çıktısında Aspose.Cells ile işleyin

Aşağıdaki ekran görüntüsü, Aspose.Cells’inkaynak excel dosyası içineçıkış PDF. Gördüğünüz gibi, üç Unicode Ek karakteri de Microsoft Excel tarafından yapılanla tamamen aynı hale getirildi.

yapılacaklar:resim_alternatif_metin

Basit kod

Dönüştürmek için bu örnek kodu kullanabilirsiniz.kaynak excel dosyası içineçıkış PDF.

// For complete examples and data files, please go to https://github.com/aspose-cells/Aspose.Cells-for-.NET
// The path to the documents directory.
string dataDir = RunExamples.GetDataDir(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
// Load your source excel file containing Unicode Supplementary characters
Workbook wb = new Workbook(dataDir + "unicode-supplementary-characters.xlsx");
// Save the workbook
wb.Save(dataDir + "RenderUnicodeInOutput_out.pdf");