Hi,
I have reopened your issue and added your comment in our database. We will investigate the issue further and get back to you asap.
Hi,
have you invastigated this issue ?
Hi,
I’ve noticed another problem with the same file. At the bottom of the page 16th there is no spaces between words. You can see it on attached printscreen.
I’m using aspose-cells 7.1.2
Thanks in advance for help.
Hi,
measurement of text with Java’s APIs. It is difficult for us to make it same
with what is shown in MS Excel exactly and we are afraid, we cannot give solution
for such kind of issues in near future.
Hi,
after migrating to Aspose Cells 7.2.1 I’ve noticed another problems with the same file. On pages 3-7 there is problem with tables layout. I’m attaching printscreen with details.
Thanks in advance for help.
Jakub Mytnik
Hi,
Thanks for your feedback.
I have tested converted your file to pdf using the latest version:
Aspose.Cells for Java 7.2.1
using the following code.
It seems to me fine. Could you please check the attached pdf and let me know your findings.
I have attached the screenshot for your reference.
Java
String filePath=“F:\sme_viking.xls”;
Workbook workbook = new Workbook(filePath);
workbook.save(filePath + “.out.pdf”);
Screenshot: