You are not logged in.

#1 2020-06-27 14:40:28

Harkonnen
Member
Registered: 2013-03-24
Posts: 19

Missing pdfjoin

I have recently updated texlive-core to version 2020.55416-1, and I find that it is missing /usr/bin/pdfjoin.

I have tried pacman -F pdfjoin, but it is returning no results.

I have checked the texlive documentation and pdfjoin appears to be still part of the suite.

So I guess my question is, is this a bug? Or what is the proposed alternative?

Thanks in advance!

Offline

#2 2020-06-27 14:55:00

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: Missing pdfjoin

https://linux.die.net/man/1/pdfjoin

Checked pdfjam and found this :
https://github.com/DavidFirth/pdfjam#wrappers

texlive-core does include /usr/bin/pdfjam , maybe you can use it directly ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2020-06-27 19:10:27

Harkonnen
Member
Registered: 2013-03-24
Posts: 19

Re: Missing pdfjoin

Lone_Wolf wrote:

https://linux.die.net/man/1/pdfjoin

Checked pdfjam and found this :
https://github.com/DavidFirth/pdfjam#wrappers

texlive-core does include /usr/bin/pdfjam , maybe you can use it directly ?

Aah, I see. The wrappers have been removed from the pdfjam main distro. Thanks for the reply!

Offline

#4 2020-09-30 11:35:42

xanb
Member
Registered: 2012-07-24
Posts: 418

Re: Missing pdfjoin

Harkonnen wrote:
Lone_Wolf wrote:

https://linux.die.net/man/1/pdfjoin

Checked pdfjam and found this :
https://github.com/DavidFirth/pdfjam#wrappers

texlive-core does include /usr/bin/pdfjam , maybe you can use it directly ?

Aah, I see. The wrappers have been removed from the pdfjam main distro. Thanks for the reply!

How do you solve that?
Can you give me the input I have to put in console?


Owning one OpenRC (artoo way) and other three systemd machines

Offline

#5 2020-09-30 11:50:59

progandy
Member
Registered: 2012-05-17
Posts: 5,190

Re: Missing pdfjoin

If you read the second link, then you will find that the wrappers have been archived in a repository called pdfjam-extras. Go there, open the scripts and see which parameters are used.


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Online

#6 2020-09-30 13:35:28

xanb
Member
Registered: 2012-07-24
Posts: 418

Re: Missing pdfjoin

progandy wrote:

If you read the second link, then you will find that the wrappers have been archived in a repository called pdfjam-extras. Go there, open the scripts and see which parameters are used.

Thanks. I see that pdfjam does not include now these scripts. But how can install pdfjam-extras in arch? Where I should copy the scripts? I can't see any aur package.


Owning one OpenRC (artoo way) and other three systemd machines

Offline

#7 2020-09-30 13:45:59

martinc2
Member
Registered: 2011-09-23
Posts: 60

Re: Missing pdfjoin

Depending on your use case, you may find that pdfunite (part of the poppler package) is a suitable substitute for pdfjoin.

Offline

#8 2020-09-30 13:58:54

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,522
Website

Re: Missing pdfjoin

Those "wrappers" were pretty silly and didn't do much of anything.  pdfjam will readily accomplish the same thing that pdfjoin did.  Just use pdfjam.  If you really really just want to call it pdfjoin:

alias pdfjoin='pdfjam --fitpaper true --rotateoversize true --suffix joined'

"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#9 2020-10-01 14:18:47

xanb
Member
Registered: 2012-07-24
Posts: 418

Re: Missing pdfjoin

Thanks, Trilby

Trilby wrote:

Those "wrappers" were pretty silly and didn't do much of anything.  pdfjam will readily accomplish the same thing that pdfjoin did.  Just use pdfjam.  If you really really just want to call it pdfjoin:

alias pdfjoin='pdfjam --fitpaper true --rotateoversize true --suffix joined'

@Harkonnen, please mark this thread as solved.


Owning one OpenRC (artoo way) and other three systemd machines

Offline

Board footer

Powered by FluxBB