Problem with page-layout converting to pdf (1/3)

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,


Thank you for contacting Aspose support.

We have evaluated your presented scenario on our end while using the latest version of Aspose.Cells for .NET 8.2.0.3 and have found 3 issues as listed below.

  1. CELLSNET-42978: Incomplete rendering of text in a shape
  2. CELLSNET-42979: Unwanted extension of borders
  3. CELLSNET-42980: Incorrect page break

Please note, we have compared the PDF generated with MS Excel 2010 against the PDF generated with Aspose.Cells API to log the above tickets. We have also attached the snapshots of the issues as well as the Aspose.Cells generated PDF file for your review. We would also request you to thoroughly check the generated PDF file for other possible problems because we will provide the fix on the top of Aspose.Cells for .NET 8.2.0.3.

Please let us know if you find any other problem with the rendered PDF.

Hi Oliver,


In reference to the ticket logged earlier as CELLSNET-42980 (Incorrect page break), you may observe a few undesired page breaks from my shared PDF file. In order to investigate the matter in detail we need to review the MS Excel’s generated PDF file from your end. Please save the spreadsheet as PDF using the MS Excel application and share here along with the MS Excel version/architecture.

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,


Many thanks for your prompt response. Please spare us little time to properly analyze the problem cause on our end. In the meanwhile, we will keep you posted with updates in this regard.

Hi Oliver,


Just to bring in your knowledge that the tickets logged earlier as CELLSNET-42980 & CELLSNET-42979 have been resolved, whereas the ticket CELLSNET-42978 is currently in analysis phase. As soon as we receive more updates in this regard, we will post here for your kind reference.

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.