pdfの編集

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
pdfの編集 [2019/08/20 10:24] mumeiyamibitopdfの編集 [2021/06/22 11:00] (現在) mumeiyamibito
行 67: 行 67:
  
 ===== PDF のセキュリティを解除する方法 ===== ===== PDF のセキュリティを解除する方法 =====
-PDF の中には、パスワードなしで印刷やコメントをできなくするセキュリティプロパティが設定されているものもある。解除するには、 +  * PDF の中には、パスワードなしで印刷やコメントをできなくするセキュリティプロパティが設定されているものもある。解除するには、以下のコマンドを実行する。\\ <code bash> 
-<code bash>$ qpdf --decrypt INPUT.pdf OUTPUT.pdf</code> +$ qpdf --decrypt INPUT.pdf OUTPUT.pdf 
-で解除する。 +</code> 
-  * 参考サイト: [[https://superuser.com/questions/367184/pdf-removing-usage-restrictions | linux - PDF - removing usage restrictions - Super User]]+    * 参考サイト: [[https://superuser.com/questions/367184/pdf-removing-usage-restrictions | linux - PDF - removing usage restrictions - Super User]] 
 +  * パスワードが設定されている場合は、''--password'' オプションを使用する。\\ <code bash> 
 +$ qpdf --decrypt INPUT.pdf OUTPUT.pdf --password=PASS 
 +</code> 
 +    * 参考サイト: [[https://reject.tokyo/qpdf-delete-pdf-guard/ | パスワード による機能制限がかかった PDF を解除する qpdf]]
  
 ===== Tips ===== ===== Tips =====
  • pdfの編集.1566264256.txt.gz
  • 最終更新: 2019/08/20 10:24
  • by mumeiyamibito