Problem with position of diagram in Excel to PDF conversion

Hello,

when converting the attached Excel file to PDF the diagrams on the first three pages are in the lower right corner and only partially visible (see attached pdf file).

Can you please tell me when this issue can be resolved?

Thanks in advance.

Best regards,

Sacha End.

								</div>
								</div>


									
								</div>
								</div>


									
								</div>
								</div>

Hi,

Thanks for your posting and using Aspose.Cells for .NET.

Please download and try the latest version: Aspose.Cells
for .NET v7.3.4.2
. It should work fine at your end.

We have tested your issue with the following code and found that the issue does not occur with this latest version.

I have also attached the output pdf and screenshot for your reference.

C#


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


Workbook workbook = new Workbook(filePath);

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


Screenshot: