Package Details: pdfstudio-bin 2023.0.4-1

Git Clone URL: https://aur.archlinux.org/pdfstudio-bin.git (read-only, click to copy)
Package Base: pdfstudio-bin
Description: Review, annotate, and edit PDF Documents
Upstream URL: https://www.qoppa.com/pdfstudio/
Licenses: custom
Conflicts: pdfstudio
Provides: pdfstudio
Replaces: pdfstudio
Submitter: alerque
Maintainer: alerque (flamusdiu, simonzack)
Last Packager: simonzack
Votes: 35
Popularity: 0.022700
First Submitted: 2020-04-10 22:40 (UTC)
Last Updated: 2024-01-25 10:12 (UTC)

Dependencies (1)

Required by (0)

Sources (3)

Latest Comments

1 2 3 4 5 6 .. 14 Next › Last »

userfriendly commented on 2023-06-21 18:00 (UTC) (edited on 2023-06-21 18:00 (UTC) by userfriendly)

Update: If you want to run it with the latest JRE, comment out these lines in /usr/bin/pdfstudio:


  # if [ "$ver_major" -gt "19" ]; then
  #   return;
  # fi

Watch the changed 19 instead of 17 in a comment below

gir861 commented on 2023-04-27 08:48 (UTC)

Building pdfstudio-bin... ==> Making package: pdfstudio-bin 2022.2.3-1 (Thu 27 Apr 2023 09:08:58 BST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found pdfstudio.desktop -> Found pdfstudio.png -> Downloading PDFStudio_v2022_2_3_linux64.deb... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed

0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 330 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 ==> ERROR: Failure while downloading https://download.qoppa.com/pdfstudio/v2022/PDFStudio_v2022_2_3_linux64.deb Aborting... Failed to build pdfstudio-bin

mamauriz commented on 2022-07-02 07:51 (UTC)

OK, now it works .. thanks very much

simonzack commented on 2022-07-01 15:49 (UTC) (edited on 2022-07-01 15:51 (UTC) by simonzack)

@mamauriz If you want to run it with the latest JRE, comment out these lines in /usr/bin/pdfstudio:

  # if [ "$ver_major" -gt "17" ]; then
  #   return;
  # fi

mamauriz commented on 2022-07-01 15:29 (UTC) (edited on 2022-07-01 15:33 (UTC) by mamauriz)

hi everyone, when i launch pdfstudio i answer this.

[mauri@ChZh ~]$ pdfstudio

No suitable Java Virtual Machine could be found on your system. The version of the JVM must be at least 1.8 and at most 17. Please define INSTALL4J_JAVA_HOME to point to a suitable JVM.

java --version

openjdk 18.0.1.1 2022-04-22 OpenJDK Runtime Environment (build 18.0.1.1+2) OpenJDK 64-Bit Server VM (build 18.0.1.1+2, mixed mode)

thank you

simonzack commented on 2022-06-19 08:11 (UTC)

The latest release officially uses JRE 17. It works with the latest JRE 18.

simonzack commented on 2022-04-15 06:57 (UTC)

@Iawa42 Good point. An easier way is to just modify pdfstudio.desktop to say something like:

Exec=INSTALL4J_JAVA_HOME_OVERRIDE=/usr/lib/jvm/java-11-openjdk/bin/ pdfstudio %f

I'm not really sure what I can do here to modify the package, as people can choose different versions of JRE.

lawa42 commented on 2022-04-11 14:33 (UTC)

Does not work with the new (default) java-18. Can be fixed in the first line of the shell script by providing the correct path to the (required) jre17-openjdk (or older)

wolfyrion commented on 2022-03-14 11:10 (UTC)

Just posting my solution if for some people is not working...

If I install google-fonts from AUR https://aur.archlinux.org/packages/ttf-google-fonts-git

somehow pdfstudio is not working but if I install adobe-source-code-pro-fonts and remove google-fonts from AUR it works