Several layout issues after saving in PDF

Hi,

Yes, I noticed the issue as you mentioned:
"The value from the combo-box on the ‘Risk Rater’ sheet is not transfered to pdf (page 19)"

I have re-opened your issue again. We will soon look into it and get back to you soon.

thank you.

Hi,

Please try the new fix Aspose.Cells for Java v2.5.1.6 (attached). We have fixed the issue of exporting combo-box to Pdf.

Thank you.

Thank you.

Hi Amjad,

Please use this thread for attachment.

Attach Minor Updates of Aspose.Cells DLLs Here


The issues you have found earlier (filed as 23721) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.

Hi,
thank you for reply.
I’ve found two another issues. (same XLS file)
1) on the bottom of page 17th some unidentified text appears (screenshot: xls_to_pdf_6.jpg)
2) on the page 11th values in table cells are cut (screenshot xls_to_pdf_7.jpg)

Thank you in advance for help.

Hi,

Yes, you are right. I can reproduce this issue with the latest version Aspose.Cells for Java 2.5.2. I have attached the output pdf.

Hi,
can you provide possible date of fixing these issues?

Thanks

Hi,

Please try Aspose.Cells for Java v2.5.2.3, we have fixed your issue.

Let us know if it works fine.

Thank you.

Hi,
thank you for reply.
Regarding issue from page 11th - now it works great.
Regarding issue from page 17th. It’s strange, when I’m changing the zoom level in adobe reader those characters sometimes appear. But they are really small. For me it is ok. I hope our client will not have any complaints about it.
I’ve noticed one more small issue (In previous version it was ok):
On the top of the page 19th, in the combobox a digit ‘9’ is cut.

Thanks in advance




Hi,

"I’ve noticed one more small issue (In previous version it was ok):
On the top of the page 19th, in the combobox a digit ‘9’ is cut."

You are right as I have noticed the issue, we will fix it soon.

Thank you.

Hi,

Please try Aspose.Cells for Java v2.5.2.4, we have resolved the issue now.

Thanks,

Hi,
Regarding issue from page 17th I’ve noticed that it occurs only on Linux evironment. On Windows environment it’s ok.
I thought that it’s related to fonts, but setting fonts path didn’t help.

Thanks in advance for help.

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: