← 返回命令列表

Linux command

poppler-utils 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Extract text from PDF

pdftotext [document.pdf] [output.txt]

Get PDF information

pdfinfo [document.pdf]

Convert PDF to images

pdftoppm [document.pdf] [output] -png

Extract images from PDF

pdfimages [document.pdf] [prefix]

Merge PDF files

pdfunite [file1.pdf] [file2.pdf] [output.pdf]

说明

poppler-utils is a collection of command-line utilities for working with PDF files, based on the Poppler PDF rendering library. It provides tools for extraction, conversion, and manipulation.

FAQ

What is the poppler-utils command used for?

poppler-utils is a collection of command-line utilities for working with PDF files, based on the Poppler PDF rendering library. It provides tools for extraction, conversion, and manipulation.

How do I run a basic poppler-utils example?

Run `pdftotext [document.pdf] [output.txt]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more poppler-utils examples?

This page includes 5 examples for poppler-utils, plus related commands for nearby Linux tasks.