Layout changed when document converted in PDF

Hi,

I have an issue when in convert an XLS document in PDF the layout is modified.

Workbook wb = new Workbook(@"C:\sampleAspose.xlsm");

wb.Save(

@"C:\myWb.pdf", Aspose.Cells.SaveFormat.Pdf);

Workbook wb = new Workbook(@"C:\sampleAspose.xlsm");

wb.Save(

@"C:\AsposeConverted.pdf", Aspose.Cells.SaveFormat.Pdf);

See attachments.

Regards,

Jonathan

Files Description:

saveAsPDF.pdf = xslm converted with EXCEL 2010

AsposeConverted.pdf = xslm converted with Aspose.Cells 7.1.1.0

Hi,

Please download and try the latest version:
Aspose.Cells
for .NET v7.1.1.2

It is working fine.

Please see the sample code below and I have also attached the output pdf.

C#


string filePath = @“F:\Shak-Data-RW\Downloads\sampleAspose.xlsm”;


Workbook workbook = new Workbook(filePath);

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


Thanks for your quick answer.

This is the same result as mine.

Please see the différence between attachments

Hi,

Thanks for your feedback.

I tried setting different options but the results are unchanged. So I have logged this issue in our database. Development team will look into it and fix the problems and we will update you asap.

This issue has been logged as CELLSNET-40413.

Hi,

We have fixed this issue. Please download: Aspose.Cells for .NET

v7.1.1.6

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


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