Hello everyone
I'm really new to .NET Core and we have to make a webapplication for some company. We have an Excel-template which we can fill in with some data, then we have to create a PDF from this Excel. We use Shaman.EPPlus to make the Excel.
Now we want to create a pdf from that excel, but every package we try seems to be not compatible with .NET Core 1.0. I tried iText, PDFSharp and some other. Does anyone know a package which works fine with .NET Core 1.0?
And does anyone know how to open a PrintDialog? Because that won't work as well. I can create one, but when I call ShowDialog() I get some error about an assembly. Has anyone a solution?
Thanks!
Thomas