Package Details: pdfsam 6.0.0-3

Git Clone URL: https://aur.archlinux.org/pdfsam.git (read-only, click to copy)
Package Base: pdfsam
Description: A free open source tool to split and merge pdf documents
Upstream URL: https://www.pdfsam.org/
Licenses: AGPL3
Submitter: ainola
Maintainer: ChaosKid42 (ChaosKid42)
Last Packager: ChaosKid42
Votes: 23
Popularity: 1.07
First Submitted: 2021-02-25 08:17 (UTC)
Last Updated: 2026-04-01 05:37 (UTC)

Dependencies (7)

Required by (0)

Sources (2)

Latest Comments

1 2 3 4 5 6 Next › Last »

idanka commented on 2026-04-02 18:36 (UTC)

Update error 6.0.0.1 -> 6.0.0.3 missing „java-openjfx=25”

xunil64 commented on 2026-04-02 09:41 (UTC)

sorry, wasnt working with jfx-27, had a wrong configuration... with for example zulu-jre25-fx (as mentioned by photonX) its working

PhotonX commented on 2026-04-02 08:13 (UTC)

I got 6 candidates using yay, zulu-jre25-fx was one of them which worked for me.

xunil64 commented on 2026-04-02 07:35 (UTC) (edited on 2026-04-02 07:37 (UTC) by xunil64)

Building the pdfsam 6.0.0-3 version isnt possible (out of the box)


==> Making package: pdfsam 6.0.0-3 (Thu Apr  2 09:25:01 2026)
==> Checking runtime dependencies...
==> Missing dependencies:
  -> java-openjfx=25

java-openjfx=25 isnt available any longer (in AUR), the latest version is java-openjfx=27

Updating the dependency to 27 is then working fine


depends=('hicolor-icon-theme' 'java-runtime=25' 'sh' 'archlinux-java-run' 'java-openjfx=27')

PhotonX commented on 2026-04-01 13:11 (UTC)

I think, it works now, thanks!

PhotonX commented on 2026-03-31 18:19 (UTC)

In my case it looks like this:

No suitable JVM found.
Available:         java-26-openjdk-bin java-25-openjdk java-21-openjdk zulu-21
Default:           java-26-openjdk-bin
Min. required:     25
Max. required:     25
Package required:  
Candidates:        java-25-openjdk
Features required: javafx

I think, the 'java-runtime=25' doesn't work for some reason.

gerson commented on 2026-03-31 17:27 (UTC)

I have the same issue No suitable JVM found and installing zulu-jre25-fx works.

ChaosKid42 commented on 2026-03-31 16:58 (UTC)

@eniac: Strange. Your config should not fulfill the dependencies. However I assume it will work if you install zulu-jre25-fx.

eniac commented on 2026-03-31 16:47 (UTC) (edited on 2026-03-31 16:47 (UTC) by eniac)

With the last update I have this:

No suitable JVM found.
Available:         java-26-openjdk java-25-openjdk java-21-openjdk
Default:           java-26-openjdk
Min. required:     25
Max. required:     25

jdk25-openjdk and jdk-openjdk (26) are installed

ChaosKid42 commented on 2026-03-31 16:33 (UTC)

I hope the last update fixes it. Now the dependency to JavaFX are made explicit. I for example installed zulu-jre25-fx from the AUR which fulfills the dependency and seems to work fine.