summaryrefslogtreecommitdiff
path: root/print/ruby-pdf-reader
AgeCommit message (Collapse)AuthorFilesLines
2017-03-20Update ruby-pdf-reader to 2.0.0.taca3-14/+12
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 v1.4.1 (2nd January 2017) - improve compatability with ruby 2.4 (thanks Akira Matsuda) - various bug fixes
2016-03-15Upadte ruby-pdf-reader to 1.4.0.taca3-10/+10
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
2015-11-04Add SHA512 digests for distfiles for print categoryagc1-1/+2
Problems found locating distfiles: Package acroread7: missing distfile AdobeReader_enu-7.0.9-1.i386.tar.gz Package acroread8: missing distfile AdobeReader_enu-8.1.7-1.sparc.tar.gz Package cups-filters: missing distfile cups-filters-1.1.0.tar.xz Package dvidvi: missing distfile dvidvi-1.0.tar.gz Package lgrind: missing distfile lgrind.tar.bz2 Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-08* Allow this package build on Ruby 2.2.taca3-8/+13
* Add support for pkg_alternatives. Bump PKGREVISION.
2014-04-17Dependency requires Ruby 1.9.3.joerg1-1/+3
2013-09-15Update ruby-pdf-reader to 1.3.3.taca2-6/+6
v1.3.3 (7th April 2013) - various bug fixes
2013-03-12Upate ruby-pdf-reader to 1.3.2.taca2-6/+6
v1.3.2 (26th February 2013) - various bug fixes
2013-02-13Update ruby-pdf-reader to 1.3.1.taca2-7/+7
v1.3.1 (12th February 2013) - various bug fixes
2013-02-11Update ruby-pdf-reader to 1.3.0.taca3-7/+35
v1.3.0 (30th December 2012) - Numerous performance optimisations (thanks Alex Dowad) - Improved text extraction (thanks Nathaniel Madura) - Load less of the hashery gem to reduce core monkey patches - various bug fixes
2012-09-16Update ruby-pdf-reader to 1.2.0.taca3-7/+15
v1.2.0 (28th AUgust 2012) - 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
2012-06-02Update ruby-pdf-reader to 1.1.1.taca2-6/+6
v1.1.1 (9th May 2012) - bugfix release to improve parsing of some PDFs
2012-04-29Update ruby-pdf-reader to 1.1.0.taca3-7/+8
v1.1.0 (25th March 2012) - new PageState class for handling common state tracking in page receivers - see PageTextReceiver for example usage - various bugfixes to support reading more PDF dialects
2012-03-20Update ruby-pdf-reader to 1.0.0.taca3-9/+19
v1.0.0 (16th January 2012) - support a new encryption variation - bugfix in PageTextRender (thanks Paul Gallagher) v1.0.0.rc1 (19th December 2011) - performance optimisations (all by Bernerd Schaefer) - some improvements to text extraction from form xobjects - assume invalid font encodings are StandardEncoding - use binary mode when opening PDFs to stop ruby being helpful and transcoding bytes for us v1.0.0.beta1 (6th October 2011) - ensure inline images that contain "EI" are correctly parsed (thanks Bernard Schaefer) - fix parsing of inline image data v0.12.0.alpha (28th August 2011) - small breaking changes to the page-based API - it's alpha for a reason - resource related methods on Page object return raw PDF objects - if the caller wants the resources wrapped in a more convenient Ruby object (like PDF::Reader::Font or PDF::Reader::FormXObject) will need to do so themselves - add support for RunLengthDecode filters (thanks Bernerd Schaefer) - add support for standard PDF encryption (thanks Evan Brunner) - add support for decoding stream with TIFF prediction - new PDF::Reader::FormXObject class to simplify working with form XObjects v0.11.0.alpha (19th July 2011) - introduce experimental new page-based API - old API is deprecated but will continue to work with no warnings - add transparent caching of common objects to ObjectHash
2011-12-15Update ruby-pdf-reader package to 0.10.1.taca2-6/+6
v0.10.1 (20th October 2011) - simple license change to glyph data file, no code changes
2011-08-12Update print/ruby-pdf-reader package to 0.10.0.taca2-7/+7
- Fix dependency pattern due to gemspec. - Changes are unknown: please refer: http://github.com/yob/pdf-reader/commits/master
2011-06-19Importing ruby-pdf-reader package version 0.9.2.taca4-0/+86
The PDF::Reader library implements a PDF parser conforming as much as possible to the PDF specification from Adobe. It provides programmatic access to the contents of a PDF file with a high degree of flexibility. The PDF 1.7 specification is a weighty document and not all aspects are currently supported. I welcome submission of PDF files that exhibit unsupported aspects of the spec to assist with improving out support.