Skip to content

Releases: umbraco/UmbracoExamine.PDF

release-14.0.1

14 Feb 08:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: release-14.0.0...release-14.0.1

release-11.0.1

14 Feb 07:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: release-11.0.0...release-11.0.1

v2.1.0

25 Nov 05:42
Compare
Choose a tag to compare

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

02 Aug 06:15
Compare
Choose a tag to compare

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

02 Aug 05:43
Compare
Choose a tag to compare

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

17 Mar 16:14
Compare
Choose a tag to compare

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

19 Oct 15:53
Compare
Choose a tag to compare

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

v1.0.0

07 Apr 07:39
Compare
Choose a tag to compare

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