Several layout issues after saving in PDF

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,

Please try the latest fix:
Aspose.Cells for Java v7.0.3.6
and let us know your feedback.

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,

Thanks for providing us the template file and screen shot.

I can notice the issue as you have mentioned by your attached screen shot. I just opened your template file "sme_viking.xls" and converted to PDF via Aspose.Cells for Java APIs.

I have logged a separate ticket with an id: CELLSJAVA-40166. We will look into it soon.

Thank you.

Hi,


After further evaluation we come to know that this issue is caused by the inaccurate
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.
Once we have any update, we will let you know here.

Sorry for the inconvenience

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: