I'm trying to install PdfSharp + MigraDoc + Stream 2.0.1 in a VS2013 C# project. If I use the nuget GUI, it shows the install button, but when clicked it says it's already installed.
If I use the package manager console to uninstall and then re-install the package, the result is "Successfully uninstalled 'PdfSharp.MigraDoc 2.0.1'." and "Successfully installed 'PdfSharp.MigraDoc 2.0.1'.", respectively.
However, following the supposedly successful installation, the nuget GUI does not show the package as installed and there are no references to MigraDoc/PdfSharp in the project, i.e. I can't work with it.
If I install the standard MigraDoc/PdfSharp V1.32 plus V2.0.1, I can work with it, but the streaming functionality does not appear to be there (I am trying this simple snippet but in the PDF file it says image not found).
So my questions are
- Why is the package not installing properly?
- Do I need both the original V1.32 and 2.0.1?
- Are there any other prereqs to use an image from stream?
I hope it's ok to post the three questions as one, but they don't seem to warrant separate posts. The ultimate goal is to put formatted text from HTML in a PDF file, so I could consider alternatives (but this seemed the simplest way).
Any help is greatly appreciated, I'm stuck.