ASP.NET Core 2 Excel to PDF Converter

Hi!

I was wondering if there is any progress on bringing the ExcelToPDFConverter to ASP.NET Core 2?



3 Replies

AV Abirami Varadharajan Syncfusion Team May 29, 2018 01:07 PM UTC

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.  



PK Paul Kocher June 14, 2018 07:55 AM UTC

Hi Abirami,

I just wanted to let you know, that this solution worked for me. Thanks for your support!


MC Mohan Chandran Syncfusion Team June 15, 2018 06:11 AM UTC

Hi Paul, 
  
We are glad that your requirement is fulfilled. Please let us know if you need further assistance. 
  
Regards, 
Mohan. 


Loader.
Up arrow icon