Randomly, when merging pdf with edits from adobe PDFshuffler reports error metadata trapped and looses the adobe pen edits.
I've the same problem with Ubuntu 20.04.1 LTS, I can't unistall PDF Shuffler 0.60.
How to launch it in terminal after install on debian? Not found in panel whisker menu
I'm yet to fully resolve this, but my guess is this was written in Python 2.X and you are all installing it via python setup.py install and your python env variable points to a Python 3.X version which will not be compatible. Instead run python2 setup.py install or whatever env variable you have pointed at Python 2.X (assuming you have a 2.X version still around).
I would recommend you to check pdfarranger which is the continuation of this project. On Fri, Apr 17, 2020 at 7:04 AM turgut kalfaoglu tkalfaoglu2@users.sourceforge.net wrote: [bugs:#51] https://sourceforge.net/p/pdfshuffler/bugs/51/ crash on startup* Status: open Group: v1.0 (example) Created: Fri Apr 17, 2020 05:04 AM UTC by turgut kalfaoglu Last Updated: Fri Apr 17, 2020 05:04 AM UTC Owner: nobody Only installed it with sudo python setup.py install just now and tried to launch it.. on fedora 31.....
I will ask them. Thank you.
I would recommend you to contact pdfarranger which is the continuation of this project.
Using MuPDF as an alternative of Poppler
Update Was able to resolve - default Python is now 3.7, so... - specified Python 2 in "pdfshuffler" - patched "pdfshuffler.py" in the Python2 lib
Hallo! I get the following error when starting pdfshuffler after upgrading to F31: pdfshuffler Error: Could not import pdfshuffler Cause: No module named pyPdf Recommended action appears to be replacing pyPdf with PyPDF2 (which is available in F31), however I am not well-versed enough in this to make the modification. Will there be an update? Merci! J
crash on startup
I get the same error message. Actually this: "Multiple definitions in dictionary at byte 0x21ebe for key /PageMode" what does it mean?
Export Function Not Operating
I found this tool and download the tar.gz, but I don't know where to put the files/how to get it working. Not an expert in Linux. Any help greatly appreciated. Myles
Experianced the same issue with pdfshuffler on chromebook with debian stretch in crostini Operating System: Debian GNU/Linux 9 (stretch) Kernel: Linux 4.19.26-03278-g71dc68f9c9d0 Architecture: x86-64 python-pypdf2 1.26.0-2 pdfshuffler 0.6.0-8 I commented out similar lines in /usr/lib/python2.7/dist-packages/PyPDF2/generic.py which seems to have resolved the issue. if not data.get(key): data[key] = value # # elif pdf.strict: # # multiple definitions of key not permitted # raise utils.PdfReadError("Multiple...
Reverse the order of PDF pages
Index stripped from new save
The application is very useful, but how can I translate menu items to Portuguese?
Zoom not working on Ubuntu 12.10
I have changed the resampling factor: http://svn.savannah.gnu.org/viewvc/pdfshuffler?view=revision&revision=108 this should give some reasonable fixed resolution.
Please update Italian translation
http://svn.savannah.gnu.org/viewvc/pdfshuffler?view=revision&revision=107 Thanks.
Turkish translation file
http://svn.savannah.gnu.org/viewvc/pdfshuffler?view=revision&revision=107 Thanks.
switch to git instead of svn for source code control
https://github.com/logari81/pdfshuffler
Convert repository to git
Please use GObject introspection instead of python-gobject
pdfshuffler.desktop (gnome3)
Done: http://svn.savannah.gnu.org/viewvc/pdfshuffler?view=revision&revision=106 thanks.
Please install the supplied AppData file
support for merging odd-even pages from separate documents
Patch: add toolbar page navigation, and CMYK separations via Ghostscript
Update threading for use with glib >=2.42
fails to open docs with names containing special chars, no error given
Turkish translation file
Update translations
Update translations
Fix typo in documentation (debian patch)
Let pdfshuffler use pypdf2 as an alternative to pypdf (debian patch)
Initial Gtk+3 version
Option to duplicate page(s)
Drag should move ALL selected pages
Shift+click consecutive pages
Here is a one-liner to fix the bug. (For the directory, put your location of the generic.py file. This script also creates a backup generic.py.bak, in case you want to get back to previous bugged state for whatever reason.) In terminal, copy and paste this and don't forget to change your directory, because it is different in some distros!! Do a search for pyPdf and you will find the directory of generic.py directory=/usr/lib/python2.7/dist-packages/pyPdf ; sudo sed -i.bak 's/ if data.has_key(key):/...
Here is a one-liner to fix the bug. (For the directory, put your location of the generic.py file. This script also creates a backup generic.py.bak, in case you want to get back to previous bugged state for whatever reason.) In terminal, copy and paste this and don't forget to change your directory, because it is different in some distros!! Do a search for pyPdf and you will find the directory of generic.py directory=/usr/lib/python2.7/dist-packages/pyPdf ; sudo sed -i.bak 's/ if data.has_key(key):/...
Here is a one-liner to fix the bug. (For the directory, put your location of the generic.py file. This script also creates a backup generic.py.bak, in case you want to get back to previous bugged state for whatever reason.) In terminal, copy and paste this (and don't forget to change your directory!!) directory=/usr/lib/python2.7/dist-packages/pyPdf ; sudo sed -i.bak 's/ if data.has_key(key):/ if not data.get(key):/g' $directory/generic.py; sudo sed -i '/ # multiple definitions of key not permitted/d'...
Here is a one-liner to fix the bug. In terminal, copy and paste this: (For the directory, put your location of the generic.py file. This script also creates a backup generic.py.bak, in case you want to get back to previous bugged state for whatever reason.) In terminal, copy and paste this (and don't forget to change your directory!!) directory=/usr/lib/python2.7/dist-packages/pyPdf ; sudo sed -i.bak 's/ if data.has_key(key):/ if not data.get(key):/g' $directory/generic.py; sudo sed -i '/ # multiple...
When I save a file after split, it shows error. " X". Can we fix it ?
Oh, I can't close the ticket. @logari81: Please close it.
The git-repo at github seems to be a valid conversion to git. Closing this ticket.
Hi Jerome, please keep up your github mirror. I don't think that I have a backup of the gna repo elsewhere. Great that you had cloned the repo before gna went down. I am still reluctant to continue the hosting at SF because of the too many wrongs of the previous owner. I would rather prefer to transfer your git repo to an official one under: https://savannah.nongnu.org/projects/pdfshuffler/ Anyway the version control system is not the most important thing. If there is anyone who would like to join...
I maintain a mirror here: https://github.com/jeromerobert/pdfshuffler It contains sources from here (sourceforge) and the one which were on gna.org. Unfortunnatly this is currently a personnal and not official initiative. EDIT: hum you actually already knows it.
I maintain a mirror here: https://github.com/jeromerobert/pdfshuffler It contains sources from here (sourceforge) and the one which were on gna.org. Unfortunnatly this is currently a personnal and not official initiative.
Convert repository to git
Isn't an icon, green downward arrow, the second icon in the icon row ? see attachment.
I encountered similar issues. (Arch linux 4.11.9, x64, pdfshuffler 0.6.0)
Problem with Linux Mint 18.1, PdfShuffler 0.6.0
No problem with PdfShuffler 0.6.0 in Ubuntu 17.04 File >Save as
Error 22 invalid argument on saving / exporting
this is already done in the development version of pdfshuffler http://svn.gna.org/viewcvs/pdfshuffler/trunk/ (btw the project will ultimately be moved to https://savannah.nongnu.org/projects/pdfshuffler/ instead of http://gna.org/projects/pdfshuffler/ where it is currently hosted temporarily)
Please use GObject introspection instead of python-gobject
Loading 2 PDF pages in Portait mode Adding a second pdf 10 pages in Landscape mode...
Today I've got the same problem. Try to run on terminal and got no messages. I'm...
see an important update in my last post above. It seems it's a bug.
Today I've got the same problem. Try to run on terminal and got no messages. I'm...
Today I've got the same problem. Try to run on terminal and got no messages. I'm...
my pdfshuffler is also 0.6.0 but my ubuntu is 16.04. So, please, could you try to...
my pdfshuffler is also 0.0.0 but my ubuntu is 16.04. So, please, could you try to...
Using pdfshuffler 0.6.0 at least once per month under Ubuntu 16.10 for 4 pages dcuments,...
Today I've got the same problem. Try to run on terminal and got no messages. I'm...
Today I've got the same problem. Try to run on terminal and got no messages. I'm...
+1 for interleving odd/even pages, for scaning double sided pages. And then importing...
According to the desktop file spec https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s06.html,...
Support for encrypted files has not yet been implemented yet.
Any news on this? This bug renders pdfshuffler unusable for me.
I'm on Mint 18, using python 2.7.11, pyPdf 1.13-3. If you cannot find the file /usr/share/pyshared/pyPdf/generic.py,...
Exporting a single page or subset of pages produces file of nearly same size as original file
does this still apply to the current development version http://svn.gna.org/viewcvs/pdfshuffler/...
Maybe related https://bugs.debian.org/812680
I don't remember having installed python, but it is installed. Synaptic shows "python"...
Thank you. On python 3.5? I also run in a virtual environment. Wonder whether that...
Thank you. On python 3.5? I also run in a virtual environment. Wonder whether that...
Hi, I am having exactly the same error - on ubuntu 16.04, running Python 3.5. Did...
No problem for me, Ubuntu 16.04, PDFshuffler 0.6.0 from synaptic
Hi, I am having exactly the same error - on ubuntu 16.04, running Python 3.5. Did...
Hi! I installed the pdfshuffle but when I try to load it, it sends me this error...
Thanks, that worked for me too on Fedora 23.
Broken after poppler upgrade
Thanks for the feedback. From what I see on the provided, screenshots, this is an...
Sorry, forgot file...
Please update Italian translation
same Kubuntu 15.10 shuffler 0.6.0
See screenshot for comparison of zoom with PDFShuffler and default PDF viewer.
I encounter the same bug with Xubuntu 14.04.3 LTS and pdfshuffler 0.6.0 Here is my...
Char handling
I worked around the issue by opeing the pdf, printing it to a pdf file, then pdfshuffler...
Mint Linux I mean
I have the same issue on Muint Linux 17.1 pdfshuffler 0.6.0 from repo, for me this...
How to make pdfshuffler work with pypdf2? Latest Debian and Ubuntu do not have the...