I am getting the error below when attempting to use the referenced sample code. I have attached a sample .NET Core project using Syncfusion.EJ.ReportViewer.AspNet.Core 17.3.0.33 that demonstrates how I am attempting to convert a PDF stream loaded from an RDL template into a TIFF.
Error CS1061 'PdfLoadedDocument' does not contain a definition for 'ExportAsImage' and no accessible extension method 'ExportAsImage' accepting a first argument of type 'PdfLoadedDocument' could be found (are you missing a using directive or an assembly reference?)
Any suggestions on how to make this work in .NET Core 3.0?
Attachment:
PDFtoTIFF_46497b07.zip