Questions tagged [merge]
76 questions
618
votes
16 answers
How to merge several PDF files?
There are a lot of software in Windows to merge PDF files but how can we do the same in Ubuntu?
Deependra Solanky
- 12,115
167
votes
15 answers
Create a single pdf from multiple text, images or pdf files
I have a bunch of text files, images and pdf files which I want to convert into a single pdf file. How do I do it?
AJha
- 2,973
- 4
- 19
- 12
32
votes
5 answers
Merge all pdf files from one folder
I have 250 pdf files in one folder that I want to merge in one document. The order does not matter. Is there a simple way of doing it? I can use PDF-Shuffler as suggested here https://askubuntu.com/a/2805/247771 but the progam hangs for 10 minutes…
Adam
- 2,600
26
votes
5 answers
Create a PDF with specific page ranges of multiple PDF files?
I have found many related questions in this forum. But, none addresses my issue. Please double-check before marking it as duplicate. Suppose I have two PDF files. first.pdf having 10 pages. second.pdf having 20 pages. I want to create a new PDF…
ddas
- 466
11
votes
5 answers
How Can I Merge Multiple Directories into One
I have multiple files in multiple folders under one directory that need to be in one folder. Is there a command line that can help me accomplish this?
Junior Cortez
- 177
- 1
- 2
- 7
10
votes
1 answer
Merge multiple webm files using avconv
I have multiple .webm files in one location, say as inside video folder. I'm using Ubuntu 13.10 32bit system. I want to merge all my webm files in one output.webm file. I have read about ffmpeg , but when I tried ffmpeg with concat function I got:…
Mandar Pandit
- 151
5
votes
2 answers
Does Ubuntu have any graphical software to compare and merge differences in files?
I want to compare two or more files and merge the differences as needed. I was using Windows but now working on Ubuntu 12.04. In windows "Beyond compare" made my work easier, but since I shifted to Linux, I am not able to find any tool or software…
user2823274
- 53
5
votes
4 answers
Problem with MergeList during apt-get
Whenever I try to install something, I get the same error: Reading package lists... Error! E: Encountered a section with no Package: header E: Problem with MergeList…
Camilo Piñón
- 59
4
votes
2 answers
How to find the same lines and merge the values?
I have the following tabular separated table: NM_000057 0 NM_000059 0 NM_000060 0 NM_000061 0 NM_000062 0 NM_000063 0 NM_000063 0 NM_000063 3 NM_000063 2 NM_000063 0 NM_000063 0 NM_000063 0 NM_000064 0 NM_000065 0 NM_000066 0 NM_000067 0 NM_000068 0…
4
votes
1 answer
How can I merge numbered pdf files with pdftk?
I have to merge a lot of pdf files and I numbered them from 1 to 100 or more. I want to merge specific files. Can I merge them doing something similar to this? pdftk [1-20].pdf cat output out.pdf
Ram
- 101
3
votes
2 answers
What's the simplest way to join two JPEG videos?
There are lot of options for ffmpeg and other software, I tried "concat" method with ffmpeg and tried mkvmerge, they didn't work well for JPEG video (MJPG). I would use any tool that will keep quality, but preferably ffmpeg. Here are specifications…
R S
- 2,679
3
votes
1 answer
Merging non-zero differing bytes in large files
I am trying to a salvage an old scratched DVD by ripping it to ISO. I have two readers and created an ISO from each. Each reader is unable to read certain different bytes of the DVD and replaces them with 0s. When I compare the files using cmp -l…
Jus12
- 183
3
votes
3 answers
How to merge two files as alternative lines?
I know how to merge two tables to print alternative lines in a new file, but I want to merge every two lines from file1.txt with one line from file2.txt. As an example: file1.txt is A a aa B b bb C c cc D d dd and file2.txt is E e ee F f ff I want…
Negar
- 101
3
votes
1 answer
How to merge different partitions
I have Dell 3567 laptop. I want to merge sda3 and sda5 partitions. I don't want to keep data on sda5 . I run GParted as bootable but honestly, I’m scared of making mistakes. Can you help me, please?
user794731
2
votes
1 answer
What's the difference between gs and pdftk in merge pdf files?
Here is the script where I merge the Figure and Supplementary Figure together before we submit the paper. I would like to know the difference between gs and pdftk? gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=Figure.gs.pdf Figure*.pdf gs…
Shicheng Guo
- 161