I have a request from an old client to allow searching of PDF files, and thought I could just install UmbracoExamine.PDF, but can only find a way to install via nuget. Is there a way to install a package straight through the backend? That's the only access I have; there's no VS project for this.
You can download the .nupkg file from NuGet Gallery - it's basically just a zip file with another extension, so you can open it with your zip-app of choice, and extract the dll file into your bin folder.
Make sure you get the right version for your project!
UmbracoExamine.PDF as a package?
I have a request from an old client to allow searching of PDF files, and thought I could just install UmbracoExamine.PDF, but can only find a way to install via nuget. Is there a way to install a package straight through the backend? That's the only access I have; there's no VS project for this.
Hi Andrew
You can download the .nupkg file from NuGet Gallery - it's basically just a zip file with another extension, so you can open it with your zip-app of choice, and extract the dll file into your bin folder.
Make sure you get the right version for your project!
Thought I replied to this earlier in the week...
Thanks! Any ideas which version works with Umbraco 7? Can't tell from the release notes.
1.0.3 targets Umbraco 6 and 7:
https://www.nuget.org/packages/UmbracoCms.UmbracoExamine.PDF/1.0.3
is working on a reply...