Hi,
Hi,
Just tried, doesn’t work.
Could you please share your font dir path?
Hi,
For example, XLS was created using the some exotic font. I don’t have this font on my server and I just want to convert XLS to PDF properly and make it readable (i.e. replace unknown font by some existing font).
Hi,
Thanks for your posting and using Aspose.Cells for Java.
We have tried to reproduce this error but we are unable to reproduce this at our end.
Please send us the Lucida Sans truetype font from your windows\font and jre\lib\font directories.
It will help us analyze your issue further and we will help you asap.
Exactly, I don’t have Lucida Sans font on the server. So this is my question:
Hi,vegaecm:
Exactly, I don't have Lucida Sans font on the server. So this is my question:I can have XLS files with some unknown fonts references (they may be commercial proprietary fonts which unavailable for me), but I need to get readable rendered PDF.Could you implement ability to replace all unknown and unavailable fonts by standard fonts (by Times or Arial)?
Thanks for your posting and using Aspose.Cells for Java.
Please try the following code and let us know your run results.
Java
opts.setDefaultFont("Times New Roman");
workbook.save(filePath + ".out.pdf", opts);
In this case I got the same error but for TimesNewRoman font.
Additional info:
Hi,
Thanks for your posting and using Aspose.Cells for Java.
We have logged your comments in our database against the issue id: CELLSJAVA-40420.
Please spare us some time, we will look into your issue and help/advise you asap.
Once, there is some update for you, we will let you know.
Hi,
Thanks for your posting and using Aspose.Cells for Java.
Please download and try the latest version: Aspose.Cells
for Java v7.5.0.2.We will try to use java logic font instead when no proper physical font can be
found when rendering now.
Hi,
Thanks for using Aspose.Cells.
Please download and try the latest fix: Aspose.Cells for Java 8.4.2 and let us know your feedback.