Hi,
converting the provided Excel-File, the page-layout is not correct. The header of the table is not at the right position and the icon in the upper right corner is nit correct. Could you please check?
I use Cells 8.0.2.0 and this code:
string strFile = @“C:_Temp\Aspose_Excel2Pdf\Daten\Rebu.xlsx”;
string sInFile = strFile;
string sOutFile = strFile + “.pdf”;
Aspose.Cells.License cLic = new Aspose.Cells.License();
cLic.SetLicense(“Aspose.Total.lic”);
Workbook workbook = new Workbook(sInFile);
workbook.RemoveMacro();
Aspose.Cells.Rendering.ImageOrPrintOptions saveOptionsCell = new Aspose.Cells.Rendering.ImageOrPrintOptions();
saveOptionsCell.SaveFormat = Aspose.Cells.SaveFormat.Pdf;
workbook.Save(sOutFile, Aspose.Cells.SaveFormat.Pdf);
workbook.Worksheets.Clear();
Kind regards,
Oliver
Hi Oliver,
- CELLSNET-42978: Incomplete rendering of text in a shape
- CELLSNET-42979: Unwanted extension of borders
- CELLSNET-42980: Incorrect page break
Hi Oliver,
Hi,
this is the saved pdf file from Excel (MS Office Prof. 2010, Excel 14.0.7015.1000) 32 Bit.
Kind regards,
Oliver
Hi Oliver,
Hi Oliver,
The issues you have found earlier (filed as CELLSNET-42980;CELLSNET-42979) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.