画像の操作 pdf

画像の操作 pdf

スキャンした文書やデジタルカメラで撮影した写真がコンテンツとなっている PDF ファイルを (消しゴムとペンを使って) 変更するための実用的なツールはありますか? ある場合、どれがよいでしょうか?

答え1

インクスケープ一部 PDF をサポートしています。ギンプある程度のサポートもあります。

答え2

pdf画像画像を抽出するプログラムの 1 つです。

NAME
       pdfimages - Portable Document Format (PDF) image extractor (version 3.00)

SYNOPSIS
       pdfimages [options] PDF-file image-root

DESCRIPTION
       Pdfimages saves images from a Portable Document Format (PDF) file as Portable Pixmap (PPM), Portable Bitmap (PBM), or JPEG files.

       Pdfimages reads the PDF file PDF-file, scans one or more pages, and writes one PPM, PBM, or JPEG file for each image, image-root-
       nnn.xxx, where nnn is the image number and xxx is the image type (.ppm, .pbm, .jpg).


pdfimages --help
pdfimages version 0.12.4
Copyright 2005-2009 The Poppler Developers - http://poppler.freedesktop.org
Copyright 1996-2004 Glyph & Cog, LLC
Usage: pdfimages [options] <PDF-file> <image-root>
  -f <int>       : first page to convert
  -l <int>       : last page to convert
  -j             : write JPEG images as JPEG files
  -opw <string>  : owner password (for encrypted files)
  -upw <string>  : user password (for encrypted files)
  -q             : don't print any messages or errors
  -v             : print copyright and version info
  -h             : print usage information
  -help          : print usage information
  --help         : print usage information
  -?             : print usage information

pdfトップもう一つは:

NAME
       pdftoppm - Portable Document Format (PDF) to Portable Pixmap (PPM) converter (version 3.00)

SYNOPSIS
       pdftoppm [options] PDF-file PPM-root

DESCRIPTION
       Pdftoppm  converts  Portable  Document  Format  (PDF) files to color image files in Portable Pixmap (PPM) format, grayscale image
       files in Portable Graymap (PGM) format, or monochrome image files in Portable Bitmap (PBM) format.

       Pdftoppm reads the PDF file, PDF-file, and writes one PPM file for each page, PPM-root-nnnnnn.ppm, where nnnnnn is the page  num‐
       ber.

すでに述べたように、グラフィック操作ソフトウェアを使用して PDF を開いてみることができます。

最後の手段として、PDF を表示し、スクリーンショットを撮って、それに基づいて作業することができます。

答え3

スキャンされた文書の内容を含むPDFファイルを変更するには、インストールすることができますゾーナルシステム上で。

Debian または Ubuntu ベースのシステムをお持ちの場合は、ターミナルを開いてこのコマンドを入力するsudo apt-get install xournalか、Synaptic パッケージ マネージャーを使用してインストールします。Fedora の場合は、を使用しますsudo yum install xournal

関連情報