Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

pdftk-3.3.3-bp156.3.2 RPM for noarch

From OpenSuSE Leap 15.6 for noarch

Name: pdftk Distribution: SUSE Linux Enterprise 15 SP6
Version: 3.3.3 Vendor: openSUSE
Release: bp156.3.2 Build date: Mon Mar 4 18:48:24 2024
Group: Productivity/Publishing/PDF Build host: i03-ch1b
Size: 1051636 Source RPM: pdftk-3.3.3-bp156.3.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.pdflabs.com/
Summary: A handy tool for manipulating PDF
If PDF is electronic paper, then pdftk is an electronic staple-remover,
hole-punch, binder, secret-decoder-ring, and X-Ray-glasses.
Pdftk is a simple tool for doing everyday things with PDF documents.

Use it to:
  * Merge PDF Documents
  * Split PDF Pages into a New Document
  * Rotate PDF Documents or Pages
  * Decrypt Input as Necessary (Password Required)
  * Encrypt Output as Desired
  * Fill PDF Forms with X/FDF Data and/or Flatten Forms
  * Generate FDF Data Stencil from PDF Forms
  * Apply a Background Watermark or a Foreground Stamp
  * Report PDF Metrics such as Metadata and Bookmarks
  * Update PDF Metadata
  * Attach Files to PDF Pages or the PDF Document
  * Unpack PDF Attachments
  * Burst a PDF Document into Single Pages
  * Uncompress and Re-Compress Page Streams
  * Repair Corrupted PDF (Where Possible)

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Fri Oct 27 2023 Fridrich Strba <fstrba@suse.com>
  - Use SOURCE_DATE_EPOCH for reproducible timestamps
* Fri Oct 27 2023 Fridrich Strba <fstrba@suse.com>
  - Build using maven and install as maven artifact
  - Generate the javadoc and package it in a separate sub-package
  - Craft the script using the %%jpackage_script macro
  - Added patch:
    * pdftk-bc175.patch
      + fix build with bouncycastle 1.75+ with some deprecated methods
      now removed
      + fixes build in Factory after bouncycastle upgrade
* Fri Sep 23 2022 Paolo Stivanin <info@paolostivanin.com>
  - update to version 3.3.3:
    + Added
    - Support UTF-8 encoded FDF files
    + Changed
    - Preserve external links originating from stamps
    + Fixed
    - Crash reading invalid bookmarks
    - Detect invalid parent entries in root form fields
    - Crash reading invalid XFDF forms
    - Crashes with non-conforming inputs
* Tue Dec 21 2021 Sebastian Wagner <sebix+novell.com@sebix.at>
  - update to version 3.3.2:
    - Fixed
    - Crash with inputs that contain null pointers
    - Support reading xfdf forms from stdin
    - Crash with xdf forms with no catalog
    - Compatibility with bcprov 1.70
    - Crash with non-conforming inputs
* Mon Oct 25 2021 Carsten Ziepke <kieltux@gmail.com>
  - Update to version 3.3.1:
    - Fixed
    - Crash when using OpenType fonts as replacements
    - Detect forms that contain null pointers
    - Regression: include fonts in native image build
  - Update to version 3.3.0:
    - Added
    - Support filling multi-valued list fields
    - Support replacing fonts in form fields
    - Changed
    - Renamed namespace of internal iText library
    - Partially updated internal iText library code to 4.2.0
      NB: might introduce regressions!
    - Fixed
    - Crashes with non-conforming inputs
* Sun Aug 01 2021 Carsten Ziepke <kieltux@gmail.com>
  - update to version 3.2.3:
    - Added
    - Support excluding pages from a page range with ~
    - Support TextLeading parameter in form field appearances
    - Changed
    - update_info adds a new Info dictionary if none is found
    - Fixed
    - Crash with non-conforming encrypted inputs
    - Misleading URL in producer string
    - Better detection of xref table in non-conforming inputs
    - Better form detection (in particular forms created by pdftk cat)
* Sat Jan 09 2021 Sebastian Wagner <sebix+novell.com@sebix.at>
  - update to version 3.2.2:
    - Fixed
    - Build error with latest bcprov
    - Crash when flattening forms
    - Proper error message with missing passwords
    - Changed
    - Better handling of long and non-ASCII form options
    - Report more annotation types
* Mon Dec 28 2020 Carsten Ziepke <kieltux@gmail.com>
  - Pass arguments to pdftk individually quoted (replaced $* with
    "$@")
* Tue Oct 27 2020 Paolo Stivanin <info@paolostivanin.com>
  - Update to 3.2.1:
    - Added:
    - Allow specifying attachment metadata
    - Support AES encryption
    - Changed:
    - Attachments compatible with PDF/A-3u
    - Default encryption AES-128
    - Fixed:
    - Regression: allow reading background/stamp from stdin
    - Crash with incomplete files
    - Crash with invalid forms
    - Flatten form fields in order
* Mon Jul 27 2020 Sebastian Wagner <sebix+novell.com@sebix.at>
  - update to version 3.1.3:
    - Fixed:
    - Crash when reading FDF files
  - update to version 3.1.2:
    - Changed
    - Add a pattern if missing from burst output
    - Fixed:
    - Allow outputting pages read from stdin more than once
    - Do not warn if PageMediaDimensions is given in update_info
    - Crash when opening output files in burst fails
  - update to version 3.1.1:
    - Fixed:
    - Do not escape form fields if UTF-8 output selected
  - update to version 3.1.0:
    - Added:
    - update_info handles page metrics (media, rotation and labels)
    - Fixed:
    - Report page label indices correctly
  - update to version 3.0.10:
    - Fixed:
    - Crash in dump_data_annots
    - Load commons-lang-3 only if needed
    - Crash when copying malformed inputs
* Tue Feb 18 2020 Markus S <kamikazow@web.de>
  - update to version 3.0.9:
    - Added:
    - Native image build option
    - Fixed:
    - Print an informative error if missing dependencies
    - Crash with newlines in arguments
  - update to version 3.0.8:
    - Changed
    - Build for JRE version 1.7
  - update to version 3.0.7:
    - Fixed:
    - Crash involving passwords and file handles (java.lang.NullPointerException).
  - update to version 3.0.6:
    - Fixed:
    - Crash in burst with invalid file patterns.
    - Do not report some spurious form fields.
    - Escape more characters on XML-encoded reports.
  - update to version 3.0.5:
    - Fixed:
    - Do not print error if PdfID is missing.
    - Crash in burst with certain inputs (java.lang.NullPointerException).
  - update to version 3.0.4:
    - Fixed:
    - Crashes with type casting (java.lang.ClassCastException)
  - update to version 3.0.3:
    - Fixed:
    - Bug that corrupts images in PDF files with (de)compress option
    - Crash with incomplete records
  - update to version 3.0.2:
    - Fixed:
    - Issue with rotation not being applied.
    - Do not require owner password when user password is given.
* Mon Dec 09 2019 Luigi Baldoni <aloisio@gmx.com>
  - Pass command-line parameters to program
* Sat Oct 27 2018 Luigi Baldoni <aloisio@gmx.com>
  - Update to version 3.0.1 (java version)
  - Dropped bug-427046_pdftk.cc.patch and Makefile.SUSE
  - Spec cleanup
* Sun Sep 24 2017 seife+obs@b1-systems.com
  - remove -fstack-clash-protection from optflags, gcc6 does choke
    on this parameter
* Sun Jun 04 2017 seife+obs@b1-systems.com
  - require gcc*-6 because gcc7 dropped gcj

Files

/usr/bin/pdftk
/usr/share/doc/packages/pdftk
/usr/share/doc/packages/pdftk/CHANGELOG.md
/usr/share/doc/packages/pdftk/README.md
/usr/share/java/pdftk.jar
/usr/share/licenses/pdftk
/usr/share/licenses/pdftk/LICENSE
/usr/share/man/man1/pdftk.1.gz
/usr/share/maven-metadata/pdftk.xml
/usr/share/maven-poms/pdftk.pom


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri May 3 23:33:27 2024