The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I noticed on the documentation that ExportAsImage(PDF) and RenderAsImage(DOC) is not supported with .net core. Is this functionality coming? Is there a way to work around the issue with .net core?
VAVijayasurya Anandhan Syncfusion Team June 25, 2019 10:30 AM UTC
Hi Aaron,
Thank you for contacting Syncfusion support.
Please find the detail for your queries below as follows:
Query 1: ExportAsImage(PDF)
We suspect that you are trying to convert the PDF document to image using our Syncfusion product. It is feasible to achieve your requirement using our PDF Viewer control. Please use our below UG documentation link to know more details about converting the PDF document to image in .NET Core applications. https://ej2.syncfusion.com/aspnetcore/documentation/pdfviewer/how-to/export-as-image/?no-cache=1
Query2: RenderAsImage(Doc)
At present, Essential DocIO does not have support to convert the Word document to Image in .NET Core platform. We have already logged this feature in our database. We have planned to implement this feature in any of our upcoming releases. Please use the below feedback link to track the status of the feature. https://www.syncfusion.com/feedback/3981/support-for-word-to-image-conversion-in-net-core
As a workaround, we have created a sample to meet your requirement (Word document to Image conversion). In this sample, we have done the following things.
1. Loaded the Word document. 2. Converted to Word document to PDF document. 3. Converted each page of the PDF document to image.