Column-format on tiff-conversion not correct

Hi,
I have an excel-file, that I convert to tif. I use these statements:
Workbook workbook = new Workbook(sInFile);
Aspose.Cells.Rendering.ImageOrPrintOptions options = new Aspose.Cells.Rendering.ImageOrPrintOptions();
options.ImageFormat = System.Drawing.Imaging.ImageFormat.Tiff;
tc = SetCompressionTypeExcel(sConvertInfo);
options.TiffCompression = Aspose.Cells.Rendering.TiffCompression.CompressionLZW;
Aspose.Cells.Rendering.WorkbookRender wr = new Aspose.Cells.Rendering.WorkbookRender(workbook, options);
iPageCount = wr.PageCount;
wr.ToImage(sOutFile);

workbook.Worksheets.Clear();

Please have a look at page 3, the columns are not correct. Is there a way, to avoid this?
By the way, the conversion to pdf looks much better.

best regards,
Oliver



Hi Oliver,


Thank you for bringing this to our knowledge.
We are able to re-produce your said issue with latest version of Aspose.Cells for .NET v5.3.3.5. So we have logged it in our Bug Tracking System under Ticket ID CELLSNET-28413. Soon we will get back to you on this.

Hi,

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

Hi,

how fast was that? :-)

The fix works fine. Thanks a lot!

Best regards,

Oliver

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


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