11
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

QPDFを用いたPDF便利操作集

Last updated at Posted at 2016-08-22

QPDFの入手先
QPDF: A Content-Preserving PDF Transformation System
Win32Texには最初から入っているので,コマンドプロンプトでqpdf --versionと入力して実行できることを確認する.

閲覧可能だが編集+印刷不可のPDFからパスワード削除したPDFを生成

閲覧パスワードなしの場合
qpdf --decrypt input.pdf output.pdf

閲覧パスワードありの場合
qpdf --decrypt input.pdf --password=PASSWORD output.pdf

Web表示用に最適化

qpdf --linearize input.pdf output.pdf

参考

Qpdf : コマンドラインのPDFツール | PDF

11
12
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?