Took me a bit of digging, but found just what I needed. I have been writing Tang Soo Do Martial Arts manuals for some time. I did the first three (Gup, Cho Dan, and E Dan on my Windows machine). Bought a Pi, now I do everything on my Pi. It is fast enough to do everything I need to do, but slow enough to keep me off the web (such a time suck).
Anyways, I found pdftk. It's an older program, but works just fine
To install:
sudo apt-get install pdftk
To merge pdf files, go to file folder with pdfs you want to merge:
pdftk *.pdf cat output nameoffile.pdf
That's it. Hope this helps.
-
- Posts: 52
- Joined: Fri Sep 27, 2013 11:40 am
- Location: Columbus, Ohio
Hassle Free PDF Merging
Electronmage
--------------------
I like Pi!
--------------------
I like Pi!
-
- Posts: 4277
- Joined: Sun Jan 15, 2012 1:11 pm
Re: Hassle Free PDF Merging
What does it mean to "merge" a PDF file?
Does this mean that if I have two files, that contain:
First file:
1
10
100
Second file:
5
15
50
I will end up with:
1
5
10
15
50
100
'Cause that's what I expect from a "merge" ?
Does this mean that if I have two files, that contain:
First file:
1
10
100
Second file:
5
15
50
I will end up with:
1
5
10
15
50
100
'Cause that's what I expect from a "merge" ?
And some folks need to stop being fanboys and see the forest behind the trees.
(One of the best lines I've seen on this board lately)
(One of the best lines I've seen on this board lately)
Re: Hassle Free PDF Merging
@Joe Schmoe:
This is complete nonsense regarding PDF files and I'm sure you know that. But you seem to like playing with words.
BTW, there is pdfSAM (pdf split and merge), which even uses the term "merge" in its name.
This is complete nonsense regarding PDF files and I'm sure you know that. But you seem to like playing with words.
BTW, there is pdfSAM (pdf split and merge), which even uses the term "merge" in its name.
Minimal Kiosk Browser (kweb)
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer
Re: Hassle Free PDF Merging
To merge: To combine or unite
You can combine in any arbitrary fashion, but Joe Schmoe's method is obviously strange.
The OP's method produces what most people would expect it to.
You can combine in any arbitrary fashion, but Joe Schmoe's method is obviously strange.
The OP's method produces what most people would expect it to.
-
- Posts: 4277
- Joined: Sun Jan 15, 2012 1:11 pm
Re: Hassle Free PDF Merging
I have no idea what the OP's method is. It was certainly never stated in this thread.
That's why I asked the question above.
That's why I asked the question above.
And some folks need to stop being fanboys and see the forest behind the trees.
(One of the best lines I've seen on this board lately)
(One of the best lines I've seen on this board lately)
-
- Posts: 52
- Joined: Fri Sep 27, 2013 11:40 am
- Location: Columbus, Ohio
Re: Hassle Free PDF Merging
Merging pdf files, which if you have the full version of Adobe, is easy. However, this command line program takes individual pdf files with distinct names and cats them together. So, for instance, if you had the following files;
Introduction.pdf
SamDanTraining.pdf
GeomDefenseTechniques.pdf
and you wanted to combine them into a single pdf for upload to create a book, you could merge them together using the command line entry that was given in the bit at the beginning of this thread.
Happy merging.
Introduction.pdf
SamDanTraining.pdf
GeomDefenseTechniques.pdf
and you wanted to combine them into a single pdf for upload to create a book, you could merge them together using the command line entry that was given in the bit at the beginning of this thread.
Happy merging.
Electronmage
--------------------
I like Pi!
--------------------
I like Pi!
Re: Hassle Free PDF Merging
Properly merging PDFs is wee bit more than cat.
There are embedded fonts to consider with possible removal of duplicates. There are also font tables that will almost certainly need to be modified since font1 in document 1 will not necessarily be font1 in document 2.
Should anyone wish to consider merging 2 documents of a publishing nature with any other method than appending one to the other then they should probably stick to dealing cards instead of anything to do with documents.
There are embedded fonts to consider with possible removal of duplicates. There are also font tables that will almost certainly need to be modified since font1 in document 1 will not necessarily be font1 in document 2.
Should anyone wish to consider merging 2 documents of a publishing nature with any other method than appending one to the other then they should probably stick to dealing cards instead of anything to do with documents.
>)))'><'(((<
-
- Posts: 52
- Joined: Fri Sep 27, 2013 11:40 am
- Location: Columbus, Ohio
Re: Hassle Free PDF Merging
I guess I'll try to avoid the snidery that I have obviously generated with my posts of an extremely non-complex nature. It was my hope that the post would allow people who were having difficulty combining pdfs into one document an easy way of doing so.
While it is true that if you are going to publish something, you should take care that all fonts are similar throughout the documents to be combined (as anyone with any interest in publishing would no doubt do without even a thought), you may just want to combine documents.
You can easily combine them using the command line entry given in the first post of this thread.
You don't even need to dwell on the semantics of what merging means (as anyone who wants to mash pdf files together and has DDG'd solutions to this problem knows with the first url return in the search). Nor do you need to worry about the rigors that the "cat" command entails.
If you have multiple pdf files that you want in a single pdf file, this is your ticket.
Finally, I was hoping that the quality of people's comments would surpass the common trite and dim witted repartee that is seen in online gaming (i.e. League of Legends).

While it is true that if you are going to publish something, you should take care that all fonts are similar throughout the documents to be combined (as anyone with any interest in publishing would no doubt do without even a thought), you may just want to combine documents.
You can easily combine them using the command line entry given in the first post of this thread.
You don't even need to dwell on the semantics of what merging means (as anyone who wants to mash pdf files together and has DDG'd solutions to this problem knows with the first url return in the search). Nor do you need to worry about the rigors that the "cat" command entails.
If you have multiple pdf files that you want in a single pdf file, this is your ticket.
Finally, I was hoping that the quality of people's comments would surpass the common trite and dim witted repartee that is seen in online gaming (i.e. League of Legends).

Electronmage
--------------------
I like Pi!
--------------------
I like Pi!