Releases: umbraco/UmbracoExamine.PDF
release-14.0.1
What's Changed
- Update UmbracoExamine.PDF.csproj by @AndyButland in #37
- Only index published PDF documents (i.e. documents not in the recycle bin). by @justin-nevitech in #40
New Contributors
- @AndyButland made their first contribution in #37
- @justin-nevitech made their first contribution in #40
Full Changelog: release-14.0.0...release-14.0.1
release-11.0.1
What's Changed
- Update UmbracoExamine.PDF.csproj by @AndyButland in #37
- Only index published PDF documents (i.e. documents not in the recycle bin). by @justin-nevitech in #40
New Contributors
- @AndyButland made their first contribution in #37
- @justin-nevitech made their first contribution in #40
Full Changelog: release-11.0.0...release-11.0.1
v2.1.0
Hooray! A new release with a great new feature - more robust PDF reading :) Big thanks to https://github.com/cleversolutions for all the work. Previously PdfSharp was used to extract text which had known issues with unicode encoding. This extractor still exists in the package for backwards compatibility but the default IPdfTextExtractor
is now PdfPigTextExtractor
based on the PdfPig library.
See milestone for full details
https://github.com/umbraco/UmbracoExamine.PDF/milestone/6?closed=1
Install/Upgrade from nuget
Install-Package UmbracoCms.UmbracoExamine.PDF -Version 2.1.0
v2.0.1
This release includes one fix for being able to read files from IMediaFileSystem instead of the local file system.
See milestone: https://github.com/umbraco/UmbracoExamine.PDF/milestone/5?closed=1
Install via Nuget:
Install-Package UmbracoCms.UmbracoExamine.PDF
See readme for docs https://github.com/umbraco/UmbracoExamine.PDF
v2.0.0
This release is for support of Umbraco 8. It also removes the dependency on iTextSharp which had a paid license. This new version uses PDFSharp as the default PDF reader which is MIT licensed.
The readme has been updated with up to date info.
Install via Nuget:
Install-Package UmbracoCms.UmbracoExamine.PDF
v1.0.2
This release includes a couple of bug fixes, see milestone for details:
https://github.com/umbraco/UmbracoExamine.PDF/issues?q=milestone%3A1.0.2
Install via Nuget:
Install-Package UmbracoCms.UmbracoExamine.PDF
Manual install:
- Download and extract the zip file from here
- Instructions are in the ReadmeManual.txt file
v1.0.1
This release includes a few bug fixes, see milestone for details:
https://github.com/umbraco/UmbracoExamine.PDF/issues?q=milestone%3Av1.0.1
Install via Nuget:
Install-Package UmbracoCms.UmbracoExamine.PDF
Manual install:
- Download and extract the zip file from here
- Instructions are in the ReadmeManual.txt file