IT関連サイト記事新着

Rocky LinuxでpdfuniteをインストールしてPDFを結合する

※IT系の記事は当方環境での実施内容となるため実施する場合は自己責任でお願いいたします。
# dnf info poppler-utils
Last metadata expiration check: 0:39:35 ago on Tue 21 Jan 2025 08:37:44 AM JST.
Available Packages
Name         : poppler-utils
Version      : 20.11.0
Release      : 12.el8_10
Architecture : x86_64
Size         : 248 k
Source       : poppler-20.11.0-12.el8_10.src.rpm
Repository   : appstream
Summary      : Command line utilities for converting PDF files
URL          : http://poppler.freedesktop.org/
License      : (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT
Description  : Command line tools for manipulating PDF files and converting them
             : to other formats.

How To Install poppler-utils on Rocky Linux 8 | Installati.one

How to merge all PDF files into one PDF in Linux – nixCraft

pdfunite input1.pdf input2.pdf OUTPUT.pdf
pdfunite *.pdf output.pdf

pdftkでも結合可能

pdftk *.pdf cat output output.pdf

 

Tips

Posted by admin