8
0
forked from pool/perl-PDF-API2
Commit Graph

44 Commits

Author SHA256 Message Date
e166e7ecd1 Accepting request 877382 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/877382
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PDF-API2?expand=0&rev=21
2021-03-06 20:19:30 +00:00
a26e3d0608 Accepting request 876982 from devel:languages:perl:autoupdate
- updated to 2.039
   see /usr/share/doc/packages/perl-PDF-API2/Changes
  2.039     2021-03-04
      - PDF::API2->open($filename) no longer reads the entire file into memory
        before working on it, instead reading from the file as needed.  This
        results in a substantial reduction in memory usage and start-up time for
        large PDF files, particularly in cases where the calling script doesn't
        need to access all of the contents of the PDF.
      - PDF files containing cross-reference streams can now be modified and saved
        normally.  Previously, they were read-only.
      - $text->paragraph(...) and $text->paragraphs(...) (formerly "section") are
        no longer undocumented and experimental.  If you were previously using
        them at your own risk, note that "-spillover" is no longer an option (text
        will always wrap inside the specified width if possible).  In addition,
        paragraphs(...) no longer collapses consecutive newlines.
      - [RT #98546] There is now an -align-last option for justified text to
        specify how the final line should be justified.  Left is still the
        default.
      - Code in the PDF::API2::Basic::PDF namespace was originally licensed under
        the Perl Artistic License, which has been determined to not be
        (L)GPL-compatible.  Martin Hosken has graciously granted an MIT license
        for use of his code contained in PDF::API2, so the distribution may now be
        used solely under the terms of the LGPL rather than requiring both
        licenses simultaneously.  Many thanks to Petr Pisar for his help in
        working through the licensing issues.
      - Renamed $text->lead(...) to $text->leading(...).  The old name is
        deprecated but will continue to work.  If you're modifying PDF::API2
        objects by editing their hash values instead of using these accessors,
        you'll need to update your code.
      - Added a -compress option (on by default) to PDF::API2->new(), open(), and
        open_scalar().  If disabled, most streams won't be compressed, which can
        simplify debugging.

OBS-URL: https://build.opensuse.org/request/show/876982
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=59
2021-03-06 12:18:57 +00:00
d249e5373f Accepting request 831198 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/831198
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PDF-API2?expand=0&rev=20
2020-09-01 18:11:50 +00:00
c5556ef797 Accepting request 831012 from devel:languages:perl:autoupdate
- updated to 2.038
   see /usr/share/doc/packages/perl-PDF-API2/Changes
  2.038     2020-08-31
      - Use PDF::API2::XS or Image::PNG::Libpng, if either is installed, to speed
        up inclusion of PNG files with an alpha channel by an order of magnitude
        (written by Rob Scovell, sponsored by prayerletters.com).

OBS-URL: https://build.opensuse.org/request/show/831012
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=57
2020-09-01 14:40:49 +00:00
601cd3222d Accepting request 770786 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/770786
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PDF-API2?expand=0&rev=19
2020-02-07 14:56:45 +00:00
e16fa1a89d Accepting request 770513 from devel:languages:perl:autoupdate
- updated to 2.037
   see /usr/share/doc/packages/perl-PDF-API2/Changes
  2.037     2020-02-05
  
      - Allow PDF 2.0 files to be opened.
  
      - [RT #131147] Ignore dictionary entries with null values (reported by Klaus
        Ethgen, fix by Vadim Repin).

OBS-URL: https://build.opensuse.org/request/show/770513
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=55
2020-02-07 07:51:18 +00:00
b79c3e6ea2 Accepting request 732132 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/732132
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PDF-API2?expand=0&rev=18
2019-09-23 10:38:06 +00:00
2be94def8a Accepting request 731679 from devel:languages:perl:autoupdate
- updated to 2.036
   see /usr/share/doc/packages/perl-PDF-API2/Changes
  2.036     2019-09-17
  
      - Eliminate another uninitialized value warning in BaseFont.pm.

OBS-URL: https://build.opensuse.org/request/show/731679
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=53
2019-09-20 10:23:25 +00:00
5880c7a117 Accepting request 723266 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/723266
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PDF-API2?expand=0&rev=17
2019-08-15 10:28:39 +00:00
891df55574 Accepting request 722123 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/722123
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=51
2019-08-14 10:16:02 +00:00
0a68e5abd3 Accepting request 712936 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/712936
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PDF-API2?expand=0&rev=16
2019-07-02 08:39:37 +00:00
Stephan Kulow
1d3e64f742 Accepting request 712557 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/712557
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=49
2019-07-02 05:36:02 +00:00
9d6116c012 Accepting request 509618 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/509618
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PDF-API2?expand=0&rev=15
2017-07-21 20:47:37 +00:00
Stephan Kulow
e5ff14563c Accepting request 509616 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/509616
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=47
2017-07-12 06:10:10 +00:00
Stephan Kulow
2c0c637fdf Accepting request 507676 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/507676
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=46
2017-07-11 09:50:06 +00:00
e2deef3607 Accepting request 456913 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/456913
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PDF-API2?expand=0&rev=14
2017-02-16 16:03:15 +00:00
Stephan Kulow
287f427b37 Accepting request 456803 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/456803
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=44
2017-02-13 18:39:10 +00:00
1d8e8445e2 Accepting request 436489 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/436489
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PDF-API2?expand=0&rev=13
2016-10-20 21:09:59 +00:00
Stephan Kulow
cf45acea2c Accepting request 435064 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/435064
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=42
2016-10-20 07:50:24 +00:00
dfe01bc91b Accepting request 434400 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/434400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PDF-API2?expand=0&rev=12
2016-10-13 09:32:22 +00:00
Stephan Kulow
79b1144686 Accepting request 434257 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/434257
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=40
2016-10-12 05:51:29 +00:00
193c76c427 Accepting request 401463 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/401463
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PDF-API2?expand=0&rev=11
2016-06-19 08:48:10 +00:00
Stephan Kulow
70ca7dcbdd Accepting request 401436 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/401436
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=38
2016-06-12 14:19:11 +00:00
12a3387f08 Accepting request 373122 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/373122
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PDF-API2?expand=0&rev=10
2016-03-16 09:36:21 +00:00
Stephan Kulow
c071be2700 Accepting request 372693 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/372693
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=36
2016-03-15 09:19:59 +00:00
Stephan Kulow
e826f891ab Accepting request 368304 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/368304
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=35
2016-03-09 06:34:55 +00:00
Stephan Kulow
5756ff6ada Accepting request 333937 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/333937
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PDF-API2?expand=0&rev=9
2015-09-30 03:52:14 +00:00
3e164220f0 Accepting request 333875 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/333875
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=33
2015-09-26 19:20:12 +00:00
Stephan Kulow
5ecc0c6648 Accepting request 332496 from devel:languages:perl:autoupdate
OBS-URL: https://build.opensuse.org/request/show/332496
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=32
2015-09-21 05:04:59 +00:00
25fde9072f Accepting request 296678 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/296678
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PDF-API2?expand=0&rev=8
2015-04-15 14:26:38 +00:00
Stephan Kulow
d90a7fb598 Accepting request 296344 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/296344
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=30
2015-04-15 04:55:55 +00:00
Stephan Kulow
da33729875 Accepting request 242618 from devel:languages:perl
- updated to 2.022
     - Added $pdf->version() get/set method.  When opening an existing
       PDF, the existing version number will now be retained.
 
     - Renamed the following in PDF::API2:
         - importpage to import_page
         - openScalar to open_scalar
 
       The old names are deprecated.
 
     - [RT #69503] Fix the -firstpage option to $pdf->preferences() so
       that it doesn't always lead to a crash (reported by Dietrich
       Streifert).
 
     - [RT #47974] Accept malformed xref subsections (with a warning)
       that have extraneous spaces on the first line (reported by
       Abhinav Kaushik).
 
     - [RT #94505] For Code128 barcodes, the initial character set is
       now optional (defaults to B or C depending on the content to be
       encoded).  The initial character set can be passed as a capital
       letter, and the program will die if an invalid character set is
       requested (requested by Andrea Nall).
 
     - Interleaved 2 of 5 barcodes now prepend a zero when an odd
       number of digits is specified, which is standard behavior.
       Previously, a zero was appended instead.
 
     - $page->rotate(0) now sets rotation to 0 degrees rather than
       deleting an existing page rotation command.  Page rotation is

OBS-URL: https://build.opensuse.org/request/show/242618
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PDF-API2?expand=0&rev=6
2014-07-28 04:31:25 +00:00
Stephan Kulow
d886d5c169 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=28 2014-07-27 16:38:53 +00:00
Stephan Kulow
99270026e0 update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=27
2014-07-25 09:38:02 +00:00
Stephan Kulow
8de89507a5 update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=26
2014-03-17 13:38:00 +00:00
Stephan Kulow
ff2dd3b189 update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=25
2014-03-17 13:37:18 +00:00
Stephan Kulow
da46ad9bf6 Accepting request 185437 from devel:languages:perl
update to 2.020 (forwarded request 185436 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/185437
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PDF-API2?expand=0&rev=4
2013-08-01 13:59:05 +00:00
Christian Wittmer
d838fbe4bc Accepting request 185436 from home:computersalat:devel:perl
update to 2.020

OBS-URL: https://build.opensuse.org/request/show/185436
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=23
2013-08-01 11:54:44 +00:00
Stephan Kulow
16525b1067 Accepting request 124257 from devel:languages:perl
dependency by new otrs

OBS-URL: https://build.opensuse.org/request/show/124257
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PDF-API2?expand=0&rev=1
2012-06-10 21:01:41 +00:00
Christian Wittmer
d880db0bf6 fix License
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=21
2012-06-07 15:15:27 +00:00
Stephan Kulow
6008f0017e OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=20 2012-01-11 09:43:04 +00:00
Stephan Kulow
a198b3b43c - merge factory and build service package
- Update to version 0.66.
  - added movie annotation
  - replaced IOString dep. with scalar IO
  - many changes in font handling
  - fixed pnm bitmap decoding
  - added -printscalingnone option
  - added note on importintoform and importpage for existing pdf-file
  - renamed compress to compressFlate
  - fix tounicode option
  - added pageLabel method
  - fixed -twocolumnright option typo
  - changed import* methods to check its first arg

- Update to version 0.57.
  + fixed [rt.cpan.org #24203] Incompatibility in Wide character handling

- Update to version 0.56.
  + applied untested fix for acrobat 8 "<ident> TJ" bug

- Initial SUSE package of version 0.55.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=3
2009-07-27 12:37:24 +00:00
Lars Vogdt
4505ddef1c fix buil on 10.3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=2
2008-11-30 12:25:27 +00:00
Lars Vogdt
d87b08c4c3 initial verison
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-API2?expand=0&rev=1
2008-11-30 05:20:28 +00:00