# 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
