IText7 pdf2Data it is compatible with c# core?

1.3k views Asked by At

I'm developing an application, but the PdfiumViewer library (2.13.0) inside the incompatibility module. showing the error:

NU1701 Package 'PdfiumViewer 2.13.0' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.1'. This package may not be fully compatible with your project.

An easy solution?

1

There are 1 answers

0
kgrwhite On

I believe its not compatible with .Net Core/Standard.

Pdf2Data has a dependency on PdfiumViewer which appears to only work on Framework.