Package Details: masterpdfeditor 5.9.89-3

Git Clone URL: https://aur.archlinux.org/masterpdfeditor.git (read-only, click to copy)
Package Base: masterpdfeditor
Description: A complete solution for viewing, creating and editing PDF files
Upstream URL: https://code-industry.net/free-pdf-editor/
Keywords: master-pdf-editor
Licenses: custom
Submitter: farseerfc
Maintainer: pgoetz
Last Packager: pgoetz
Votes: 193
Popularity: 0.78
First Submitted: 2016-12-05 01:50 (UTC)
Last Updated: 2025-04-15 15:05 (UTC)

Pinned Comments

Alad commented on 2021-03-03 16:25 (UTC)

The next person who discusses keygens will have their account suspended indefinitely.

Latest Comments

« First ‹ Previous 1 .. 16 17 18 19 20 21 22 23 24 25 26 .. 32 Next › Last »

Code-Industry commented on 2020-02-04 15:37 (UTC) (edited on 2020-02-04 15:38 (UTC) by Code-Industry)

You can use either .deb or tarball:
https://code-industry.net/public/master-pdf-editor-5.4.38-qt5-all.amd64.tar.gz
https://code-industry.net/public/master-pdf-editor-5.4.38-qt5-all.amd64.deb

Both ship with Qt binaries.

Use this shell file:
/opt/master-pdf-editor-5/masterpdfeditor5.sh

ebiadsu commented on 2020-02-04 10:32 (UTC)

As far I can tell the undefined symbol '_ZN10QMutexPool17globalInstanceGetEPKv' refers to this method QMutexPool::globalInstanceGet(void const*). The class QMutexPool seems to be not part of the QT API. Looking at qtbase source code the class QMutexPool was removed when moving from 5.13.2 to 5.14.0. Obviously, It is not good practice to use a method that is not part of the API. This is somewhat disconcerting.

The master-pdf-editor-5.4.38-qt5-all.amd64.deb ships with Qt 5.9.8 and therefore should run fine. The tarball used for this package "master-pdf-editor-5.4.38-qt5.amd64.tar.gz" however ships without qt.

pgoetz commented on 2020-01-31 17:16 (UTC)

I sent an email to Code Industry support inquiring when v. 5 for linux would be fixed to work with the newest version of Qt and they promptly sent me a link to this .deb file:

https://code-industry.net/public/master-pdf-editor-5.4.38-qt5-all.amd64.deb

pgoetz commented on 2020-01-31 12:47 (UTC)

I paid for it too; in part so that I can legitimately bug them to fix the Qt upgrade issues they said they would fix in January. However, I'm kind of confused by the comments on this page. If Code Industry ships a version of Qt with their editor, why isn't this always being used automatically?

rooc commented on 2020-01-31 11:00 (UTC)

My paid masterpdf also wont launch

masterpdfeditor5: symbol lookup error: masterpdfeditor5: undefined symbol: _ZN10QMutexPool17globalInstanceGetEPKv

mmtung commented on 2020-01-30 16:32 (UTC)

Don't worry @jdegreef, I receive the same QSsl errors with masterpdfeditor. Probably it won't affect us, unless we want to use certificates in the PDFs. Best, Mike

jdegreef commented on 2020-01-30 13:29 (UTC) (edited on 2020-01-30 13:30 (UTC) by jdegreef)

@mmtung Thanks a lot, it's working.

Btw I get a lot of warning similar to qt.network.ssl: QSslSocket: cannot resolve CRYPTO_num_locks

and then

qt.network.ssl: Incompatible version of OpenSSL

Doesn't seem to impact the usability tough.

mmtung commented on 2020-01-30 00:39 (UTC) (edited on 2020-01-30 00:44 (UTC) by mmtung)

Hi jdegreef, the script /opt/master-pdf-editor-5/masterpdfeditor5.sh came with the installation. I case you need it, here is the contents of masterpdfeditor5.sh:

#!/bin/sh
 appname=`basename $0 | sed s,\.sh$,,`
 libpath=$(cd "$(dirname "$0")"; pwd)
 dirname=`dirname $0`
 tmp="${dirname#?}"

 if [ "${dirname%$tmp}" != "/" ]; then
 dirname=$PWD/$dirname
 fi

 LD_LIBRARY_PATH=$libpath/lib:$libpath/platforms:$libpath/printsupport:$libpath/iconengines:$libpath/imageformats:$libpath/platformthemes:$LD_LIBRARY_PATH
 export LD_LIBRARY_PATH

 $dirname/$appname "$@"

jdegreef commented on 2020-01-29 22:45 (UTC)

@j1simon What do they call "our site" ? Is it so difficult to release a working package ? I'd better be a bit not so uptodate with something working than being uptodate with a release that is not working !

jdegreef commented on 2020-01-29 22:36 (UTC)

/home/myhome/bin/masterpdf: line 2: /opt/master-pdf-editor-5/masterpdfeditor5.sh: No such file or directory From where comes your /opt/master-pdf-editor-5/masterpdfeditor5.sh ?