Package Details: masterpdfeditor 5.9.86-1

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: 190
Popularity: 0.045824
First Submitted: 2016-12-05 01:50 (UTC)
Last Updated: 2024-11-04 16:49 (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 .. 14 15 16 17 18 19 20 21 22 23 24 .. 30 Next › Last »

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 ?

mmtung commented on 2020-01-23 12:13 (UTC) (edited on 2020-01-23 12:16 (UTC) by mmtung)

A simple solution for the problem with undefined symbols is to replace the link for /usr/bin/masterpdfeditor or /usr/bin/masterpdfeditor5 with the short script masterpdfeditor:

#!/bin/bash
/opt/master-pdf-editor-5/masterpdfeditor5.sh "$@"

This way the libraries in /opt/master-pdf-editor-5/ are correctly resolved. Hope this helps.

j1simon commented on 2020-01-21 17:37 (UTC)

Their answer:

Until the full release, we have repackaged Master PDF Editor. Please, redownload the package from our site and after installation launch .sh script. This solves the issue. Major release has been delayed for February.

I suppose he refers to master-pdf-editor-5.4.38-qt5-all.amd64.tar.gz package.