Hi Paul,
Thank you for contacting Syncfusion support.
Currently, we do not have support for Excel to PDF/ Image conversion in ASP.NET Core platform and we don’t have any immediate plans to implement this feature. However, as a workaround we suggest you to use Web Service application to perform Excel to PDF conversion. In that service application kindly use the base assemblies to perform Excel to PDF conversion.
Please refer to below steps for creating webservice to implement Excel to PDF conversion in ASP.NET Core platform.
In ASP.NET Core sample,
1. Loads the existing Excel document.
2. Send input Excel document as stream to Web API (service) application.
In ASP.NET Web API (service),
3. In service side, gets stream (input document), converted it into PDF, and return the response with resultant PDF.
4. In core side, received the PDF stream and return as PDF file.
Please find the samples which illustrates the same from below link, and let us know if this helps you.
ASP.NET Core sample application:
ASP.NET Web API (service) application:
Steps to follow:
1. Run the ASP.NET Web API service application.
2. Run the ASP.NET Core Web application which referring the service link on it.
Please refer to our online sample for Excel to PDF conversion in ASP.NET Core platform
Please let us know if you have any concerns
Regards,
Abirami.