Changelog for
ruby2.7-rubygem-pdf-reader-2.5.0-9.22.x86_64.rpm :
* Thu Jun 24 2021 Stephan Kulow
updated to version 2.5.0 see installed CHANGELOG v2.5.0 (6th June 2021) - bump minimum ruby version to 2.0 - Correctly handle trascoding to UTF-8 from some fonts that use a difference table [#344](https://github.com/yob/pdf-reader/pull/344/) - Fix some character spacing issues with the TJ operator [#343](https://github.com/yob/pdf-reader/pull/343) - Fix crash with some encrypted PDFs [#348](https://github.com/yob/pdf-reader/pull/348/) - Fix positions of text on some PDFs with pages rotated 90° [#350](https://github.com/yob/pdf-reader/pull/350/)
* Thu Jan 28 2021 Petr Vorel - updated to version 2.4.2 (28th January 2021) - relax ASCII85 dependency to allow 1.x - improved support for decompressing objects with slightly malformed zlib data
* Fri Jan 22 2021 Matthew Trescott - Relax dependency on Ascii85 version
* Fri Sep 25 2020 Stephan Kulow updated to version 2.4.1 see installed CHANGELOG v.2.4.1 (24th September 2020) - Re-vendor font metrics from Adobe to clarify their license
* Mon Feb 10 2020 Stephan Kulow - updated to version 2.4.0 see installed CHANGELOG v2.4.0 (21st November 2019) - Optimise overlapping characters code introduced in 2.3.0. Text extraction of pages with thousands of characters is still slower than it was in 2.2.1, but it might tolerable for now. See https://github.com/yob/pdf-reader/pull/308 for details. - Implement very basic font substitution for Type1 and TrueType fonts that aren\'t embedded - Remove PDF::Hash class. It\'s been deprecated since 2010, and it\'s hard to believe anyone is still using it. - Several small bug fixes v2.3.0 (7th November 2019) - Text extraction now makes an effort to skip duplicate characters that overlap, a common approach used for a fake \"bold\" effect, This will make text extraction a bit slower - if that turns out to be an issue I\'ll look into further optimisations or provide a toggle to turn it off - Several small bug fixes v2.2.1 (27th July 2019) - Improve utf8 text extraction from CMaps that contain surrogate pair ligatures
* Wed Dec 19 2018 Stephan Kulow - updated to version 2.2.0 see installed CHANGELOG
* Thu Feb 15 2018 factory-autoAATTkulow.org- updated to version 2.1.0 see installed CHANGELOG v2.1.0 (15th Februar 2018) - Support extra encrypted PDF variants (thanks to Gyuchang Jun) - various bug fixes
* Sat Feb 25 2017 cooloAATTsuse.com- updated to version 2.0.0 see installed CHANGELOG v2.0.0 (25th February 2017) - various bug fixes v2.0.0.beta1 (15th February 2017) - BREAKING CHANGE: remove all methods that were deprecated in 1.0.0 - Bug: Support extra encrypted PDF variants (thanks to Gyuchang Jun) - various bug fixes
* Mon Jan 02 2017 cooloAATTsuse.com- updated to version 1.4.1 see installed CHANGELOG v1.4.1 (2nd January 2017) - improve compatability with ruby 2.4 (thanks Akira Matsuda) - various bug fixes
* Tue Feb 23 2016 cooloAATTsuse.com- updated to version 1.4.0 see installed CHANGELOG v1.4.0 (22nd February 2016) - raise minimum ruby version to 1.9.3 - print warnings to stderr when deprecated methods are used. These methods have been deprecated for 4 years, so hopefully few people are depending on them - Fix exception when a npn-breakng space (character 160) is used with a built-in fint (helvetica, etc) - various bug fixes
* Sat May 25 2013 cooloAATTsuse.com- updated to version 1.3.3 - various bug fixes
* Sun Dec 30 2012 cooloAATTsuse.com- updated to version 1.3.0 - Numerous performance optimisations (thanks Alex Dowad) - Improved text extraction (thanks Nathaniel Madura) - Load less of the ha
* Fri Aug 31 2012 cooloAATTsuse.com- updated to version 1.2.0 - Feature: correctly extract text using surrogate pairs and ligatures (thanks Nathaniel Madura) - Speed optimisation: cache tokenised Form XObjects to avoid re-parsing them - Feature: support opening documents with some junk bytes prepended to file (thanks Paul Gallagher) - Acrobat does this, so it seemed reasonable to add support
* Mon Jul 30 2012 cooloAATTsuse.com- initial package