./print/py-pspdfutils, Manipulate PDF and PostScript documents

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.3.6, Package name: py312-pspdfutils-3.3.6, Maintainer: pkgsrc-users

PSUtils is a suite of utilities for manipulating PDF and PostScript
documents. You can select and rearrange pages, including arrangement
into signatures for booklet printing, combine multple pages into
a single page for n-up printing, and resize, flip and rotate pages.


Master sites:

Filesize: 1213.275 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-18 10:08:35 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pspdfutils: updated to 3.3.6

3.3.6
This release includes some minor build system and test fixes and updates.
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325)
Log message:
*: clean-up after python38 removal
   2024-08-20 10:41:56 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pspdfutils: updated to 3.3.5

3.3.5

This release fixes some markup in the man pages, and makes it clearer that \ 
libpaper is required.
   2024-07-25 08:52:06 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pspdfutils: updated to 3.3.4

3.3.4
This release fixes compatibility with pyPDF 4.3.x.
   2024-07-24 08:43:27 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pspdfutils: updated to 3.3.3

3.3.3
This release adds some minor code clean-up and restricts the PyPDF version to \ 
4.2.x to cope with a bug in later versions.
   2024-04-10 22:34:41 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-pspdfutils: mark as conflicting with other py* versions of itself
   2023-11-05 10:57:35 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-pspdfutils: update to 3.3.2.

3.3.2

This release improves the documentation of pagespecs, and adds an
example

The error message for invalid pagespecs previously had a small
mistake in the syntax it displayed; this has been fixed. Thanks,
@jgclark!

3.3.1

This release fixes a bug in the pstops(1) man page example for
duplex book printing. Many apologies to users who wondered what
they were doing wrong when following it!

3.3.0

This release improves psnup and updates to a later version of pypdf
that fixes a crash.

In psnup, improve how we guess the page size. Since we can now
guess the size of PostScript files accurately in many cases, use
the input size first, then the output size, and only then fall back
to paper’s value.

Also, fix a bug where the output paper size was incorrectly changed
during processing.

We now require pypdf >= 3.16, which fixes a bug that could cause
a crash on PDF documents containing links that pointed to each
other.

Finally, the test suite has been improved to fall back to visual
comparison of PDF outputs when they are not byte-identical. This
should ease pypdf upgrades in future, and in particular avoid either
having to hard-wire a particular pypdf version (as we did with
PSUtils version 3.2.0), or risk test failures with newer versions
of pypdf than the minimum required version (as we did previously).