hello friends i am developing the DMS application in which user can scan the document or images through scanner and upload on server.
For scanning purpose i am refer
https://github.com/ststeiger/PdfSharpCore
is a port for .NET Core 1.6+
It doesn't use System.Drawing.dll
.
It is based on PdfSharp 1.32 and has some missing and some half-working features.
https://github.com/ststeiger/PdfSharpNetStandard Is for NetStandard 2.1+, and is based on PdfSharp 1.5.
Very few things are missing (https://github.com/ststeiger/PdfSharpNetStandard/tree/master/PdfSharp_Removed https://github.com/ststeiger/PdfSharpNetStandard/tree/master/MigraDoc_Rendering_Removed). PdfSharpNetStandard should work work just like PdfSharp.
PdfSharpCore
has changed PdfSharp
to be based on the .NET-Core High-Performance implementations.
It should have a better/higher performance - in theory.