ユーザ用ツール

サイト用ツール


サイドバー

最新の10件
一覧
linux:pdf

pdf

tips

MComixでpdf閲覧

Reads most common image formats, as well as PDF, ZIP, RAR, 7Z and LHA archives directly.

となっているがそのままではPDFが読めない

20220808-181735.jpeg

MuPDFのmutoolが必要らしい.

Opening PDF files requires mutool, provided by the MuPDF software.

https://sourceforge.net/p/mcomix/wiki/Home/

Debianでは mupdf-tools を導入.

sudo apt install mupdf-tools

pdftkでパスワード解除(コピーガード等)

コピーなどができなくなっている

$ pdfinfo BST-BMP280-DS001.pdf | grep copy
Encrypted:      yes (print:yes copy:no change:no addNotes:yes algorithm:AES)

pdftkコマンドでパスワードを無くす

$ pdftk BST-BMP280-DS001.pdf input_pw '' output BST-BMP280-DS001_nopass.pdf
WARNING: The creator of the input PDF:
   BST-BMP280-DS001.pdf
   has set an owner password (which is not required to handle this PDF).
   You did not supply this password. Please respect any copyright.

解除されている

$ pdfinfo BST-BMP280-DS001_nopass.pdf|grep -i enc
Encrypted:      no

pdfダイエット

ghostscriptパッケージ中のps2pdfコマンドで小さく出来る.

$ ps2pdf スマートフォンをLinuxPCのウェブカメラとして使う.pdf スマートフォンをLinuxPCのウェブカメラとして使う-small.pdf
$ ls -sm *.pdf
3540 スマートフォンをLinuxPCのウェブカメラとして使う-small.pdf, 94456 スマートフォンをLinuxPCのウェブカメラとして使う.pdf

service

Make any PDF look like scanned!

スキャンした風にしてくれる

コメント

コメントを入力. Wiki文法が有効です:
   __ __   ___   ____   _      __  ____ 
  / //_/  / _ | / __ \ | | /| / / / __ \
 / ,<    / __ |/ /_/ / | |/ |/ / / /_/ /
/_/|_|  /_/ |_|\____/  |__/|__/  \____/
 
linux/pdf.txt · 最終更新: 2022/08/08 18:20 by matoken