empira / PDFsharp-1.5

A .NET library for processing PDF
MIT License
1.28k stars 588 forks source link

Create PDFSharp, MigraDoc .NET Standard 2.0 version with ImageSharp #69

Closed damienbod closed 6 years ago

damienbod commented 6 years ago

Hi

First, I would like to thank you for the 2 great libraries PDFSharp and MigraDoc.

I have a suggestion.

Use Case Description

I would like to use these libraries in ASP.NET Core, cross platform so that any ASP.NET Core application deployed anywhere can create PDFs documents on the fly with a good performance.

Possible Solution

Implementation Path Suggestion

I suggest creating a new repository which will implement this and port the following:

@ststeiger @YetaWF have also created .NET Standard 2.0 partial ports, maybe they could help.

What do you think? would you be interested, see this as a good thing? Maybe we could all do it together.

@ststeiger @YetaWF @JimBobSquarePants

Greetings Damien