groege / PdfSharpCore

PdfSharp port NetCore
47 stars 13 forks source link

[Question] Are those package available on nuget? #10

Open sandorfr opened 6 years ago

sandorfr commented 6 years ago

It seems that the PdfSharpCore version available on nuget is far behind what's available on this repo (the nuget package points to https://github.com/ststeiger/PdfSharpCore). For instance PdfSharpCore.ImageSharp does not seem to be available.

Do you plan to publish this to nuget?

groege commented 6 years ago

No but feel free to do it ;)

groege commented 6 years ago

Before I create nuget packages i have to find out how to use the right imagesource for each platform automatically (so you don't have to install any separate android,... packages), unfortunately I do not really have time for that. Feel free to create a pull request if you can help.

sandorfr commented 6 years ago

To be honest, I don't want to add confusion around this, by publishing unmaintained stuff.

I'll try to take a look at this, but I realized that ImageSharp is not available on nuget yet. Regarding the ImageSource plugin, I thing a good example is what's done with PCLCrypto where they implement the bait and switch technique.

groege commented 6 years ago

I'll add you as collaborator so you can make your changes. The idea is that everyone can and should improve this project. (I don't have much time for this myself so I'm happy for any contribution)

sandorfr commented 6 years ago

ImageSharp has released a version on nuget :tada: I'll try to look into this soon.

mclillill commented 6 years ago

Any updates on this?