
Merge PDF
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Uses the pdftk to merge selected files in nautilus.
Place the script under ~/.gnome2/nautilus-scripts/
To use it, simply select at least two pdf files an choose > Scripts > Merge PDF
HELP: Can someone point me in the right direction onto correct the bug mentioned in the changelog?
12 years ago
Version 1.02:
- FIXED: Processing white spaces in input files path;
- BUG: Still doesn't work if output directory has white spaces
Version 1.01:
- Added output file save dialog, through zenity
12 years ago
Version 1.02:
- FIXED: Processing white spaces in input files path;
- BUG: Still doesn't work if output directory has white spaces
Version 1.01:
- Added output file save dialog, through zenity
BenBUK
12 years ago
... cat output "\"$szSavePath\""
You can also avoid the problem by using a bash arrayfor the PDFs. This means that you can get rid of the eval with is causing the trouble. I'd post an example but the forum "unformats" the code making it hard tio read!
Report
Leolik
12 years ago
Report
vinca
12 years ago
'%d%f'
instead of
%d%f
try it, i may be wrong tho.
Report
Leolik
12 years ago
for example path:
/home/leolik/test folder/111
Report
diogosousa
12 years ago
Report
apple78
7 years ago
http://www.rasteredge.com/how-to/csharp-imaging/pdf-merge/
Report