Issues when converting to PDF with Excel 2003

Hi Aspose,

I am doing the testing for Aspose Cell as well, I had these issues,

1.
Alignment in the row: when converting and the text starts at the on
top, the convertion shows the line with text in the middle.
2. Spacing between words: the row converted has more spaces than the original text line
3. Margins: when converting the file, the border line is not align with the other border lines
4. Title incompleted: one part of the title is incompleted.
5. Line in title missing: also a line in the excel file is not present in the converted file
6. Missing information in a whole page: I had all text in a page missing in the converted file, only the files without text.

I am using Excel2003 and the latest Aspose total for Sharepoint tool.

Is there any specific configuration with the printer installed in the client?

Thank you.

Hi,


Which version of the product you are using?

Moreover, please attach Excel files and output PDF files here. Also, highlight the problematic areas (encircling with red color) comparing the PDFs with Excel file(s). It will help us to evaluate your issues and to sort them out. We will also log a ticket for your issues into our issue tracking system.

Thank you.

Hi, I am attaching the issues with images with the differences.

This is Excel 2003 and the version for Aspose DLL is: 7.2.0.0. We are using Aspose Total, the latest version.

Thank you for the help.




Hi,

Thanks for your posting and using Aspose.Cells for .NET.

I was able to see the problems using the latest version:

Aspose.Cells for .NET 7.2.1



Could you please download the output pdf file generated by the following code and highlight all of them as you have done it before, so that all of your issues could be fixed and none is left.

We have logged your issue in our database. Development team will look into your issues and fix them.

Once the issues are fixed or we have some other update for you, we will let you know asap.

This issue has been logged as CELLSNET-40684.

Here is the code.

C#


string filePath = @“F:\EXC003+Training+Mat+Lib.xls”;


Workbook workbook = new Workbook(filePath);


workbook.Save(filePath + “.out.pdf”);


Hi there, I just attached that file, please let me know if it’s ok. Thank you.

Hi,

Thank you. It’s great actually and will be quite useful for team.

Thank you for your quick response. This is another file in excel 2010 that the tool didn’t convert it to PDF, I don’t know if is the DLL or my system. Can you please check it on your side? Thank you

Hi,

I have checked it with latest version:

Aspose.Cells for .NET 7.2.1
and it is working fine.

Please check the attached pdf generated using the following code.

C#


string filePath = @“F:\Margins+and+alignments+excel2010.xlsx”;


Workbook workbook = new Workbook(filePath);


workbook.Save(filePath + “.out.pdf”);


Hi,

Thanks for using Aspose.Cells.

Please download and try the following latest fix

Aspose.Cells for .NET v16.12.6 (.NET 2.0) compiled in .NET Framework 2.0.
Aspose.Cells for .NET v16.12.6 (.NET 4.0) compiled in .NET Framework 4.0.

and let us know your feedback.