Collectives™ on Stack Overflow
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about Collectives
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about Teams
I am using
wkhtmltopdf
in my C#.NET project to convert html to pdf.
I've added the executable in my project, I can reference it and run it and everything works fine.
The executable is also available as
NuGet
so I've decided to download the package in Visual Studio.
The question is how can I run the executable now? In general, all Nuget packages that contain executable how can be referenced in the project in order to run them?
Thanks for contributing an answer to Stack Overflow!
-
Please be sure to
answer the question
. Provide details and share your research!
But
avoid
…
-
Asking for help, clarification, or responding to other answers.
-
Making statements based on opinion; back them up with references or personal experience.
To learn more, see our
tips on writing great answers
.