Render Office Add-Ins while converting Excel to PDF with Golang via C++

Possible Usage Scenarios

Earlier, Aspose.Cells could not render Office Add-Ins when an Excel file was saved to PDF format. Now, Aspose.Cells renders them correctly. You do not need to use any special method or property to render Office Add-Ins in the output PDF. Simply 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 saves 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