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,
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.