Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cicirello/combine-pdf-files
Use pdflatex to combine multiple pdf files
https://github.com/cicirello/combine-pdf-files
combine-pdfs latex pdf pdflatex tex
Last synced: about 1 month ago
JSON representation
Use pdflatex to combine multiple pdf files
- Host: GitHub
- URL: https://github.com/cicirello/combine-pdf-files
- Owner: cicirello
- License: cc0-1.0
- Created: 2022-08-09T18:36:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-14T15:32:39.000Z (over 2 years ago)
- Last Synced: 2024-10-05T12:43:40.054Z (3 months ago)
- Topics: combine-pdfs, latex, pdf, pdflatex, tex
- Language: TeX
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# combine-pdf-files
Use pdflatex to combine multiple pdf files with the following steps:
1. Make sure you have an up to date LaTeX system installed such as [TeX Live](https://www.tug.org/texlive/).
2. Read the comments in the file [CombinePDFs.tex](CombinePDFs.tex).
3. Edit the lines in that file where indicated with the names of the pdfs you want
to combine in the order you want them to appear in the result, including specifying
page ranges if you don't want the entire pdf files.
4. Run `pdflatex CombinePDFs.tex` at the command line, which will produce a file named `CombinePDFs.pdf`.
5. You can then rename the pdf file, or alternatively, you can name the `tex` file as
desired before you begin.## Blog Post Explaining Usage
> [Combine Multiple PDF Files Into One Using pdfLaTeX](https://dev.to/cicirello/combine-multiple-pdf-files-into-one-using-pdflatex-3ljb), posted on DEV on September 14, 2022.