Skip to content

Releases: pdfjam/pdfjam

Release v4.2

06 May 19:47

Choose a tag to compare

  • Expand some character ranges for compatibility with BSD sed (#94).

Release v4.1

31 Jan 10:26
v4.1

Choose a tag to compare

Version 4.1

  • Man page now contains actual information.
  • Add zsh completion file with completions for all relevant options.
  • Improve support for non-pdf input files (eps, jpg, png).
  • Keep original filenames if they consist of [A-Za-z0-9.-] only and are unique.

Release v4.00

29 Jan 05:43
v4.00

Choose a tag to compare

Version 4.00

  • Major version bumped to 4.00 to reflect major refactoring, and some minor
    backwards-incompatible changes.
  • New co-maintainer.
  • Several minor bug fixes.
  • New option --builddir path to build in path instead of a temporary
    directory. Overwrites files in path without further notice.
  • In the constructed tex file, included files are now referenced as
    source-1.pdf etc. instead of /tmp/pdfjam-XXXXXX/source-1.pdf.
    This improves reproducibility and allows referencing with hyperref.
  • Put every --preamble argument on distinct line in tex file.
  • Automatically add braces around values where necessary. Thus, one can now
    write --papersize 7cm,3cm and --picturecommand '\put(20,20){Text}'.
  • Support libpaper1 in addition to libpaper2 to obtain system default paper.
  • Support --paper a4 etc. as alternative to --paper a4paper.
  • Support --papersize 595,842 as alternative to --papersize 595bp,842bp.
    Prevents people adding unit pt where they actually mean bp.
  • Mirror page when --papersize and --landscape given.
  • Renames duplex edge flipping options --longedge to --otheredge and
    --shortedge to --no-otheredge to reflect their actual behaviour.
  • Support --keepinfo --pdfauthor '' to discard only the corresponding field
    while keeping the remaining pdfinfo.
  • Adds lots of regression and integration tests.

Release v3.12

28 Jun 15:48

Choose a tag to compare

This release merely fixes a typo in an error message.

Release v3.11

09 May 12:40

Choose a tag to compare

This release fixes some problems with paper size setting, and clarifies the documentation for paper size options.

Release v3.10

19 Oct 16:10

Choose a tag to compare

This release fixes a bug in handling filenames of unknown extension. Thanks
to Yoann Laissus for the fix!

Release v3.09

05 Oct 17:19

Choose a tag to compare

This release calls iconv with only standard character set names rather than
common aliases. This makes pdfjam work with iconv implementations such as
GNU libiconv that are strict about names.

Release v3.08

12 Sep 10:43

Choose a tag to compare

This release contains a fix for using non-Cygwin LaTeX on Cygwin.

Release v3.07

30 Jul 12:50

Choose a tag to compare

This release adds support for tectonic, which automatically installs
required LaTeX packages.

Release v3.06

05 Jul 19:28

Choose a tag to compare

This release fixes the default paper size setting for the geometry package (previously, width and height were swapped).