Render Office Add-Ins while converting Excel to PDF

Possible Usage Scenarios

Earlier, Aspose.Cells for Python via .NET could not render Office Add-Ins when an Excel file is saved to PDF format. Now Aspose.Cells for Python via .NET renders them correctly. You do not need to use any special method or property to render Office Add-Ins in the output PDF. Just save your Excel file to PDF format and it will render the Office Add-Ins.

Render Office Add-Ins while converting Excel to PDF

The following sample code processes the sample Excel file that contains Office Add-Ins. Please see the output PDF generated with the previous version, i.e., 17.11 and the output PDF generated with the newer version, i.e., 17.12 and onward. The previous‑version PDF is blank, but the newer‑version PDF shows the Office Add‑Ins.

Sample Code