Reads most common image formats, as well as PDF, ZIP, RAR, 7Z and LHA archives directly.
となっているがそのままではPDFが読めない
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
コピーなどができなくなっている
$ 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
ghostscriptパッケージ中のps2pdf
コマンドで小さく出来る.
$ ps2pdf スマートフォンをLinuxPCのウェブカメラとして使う.pdf スマートフォンをLinuxPCのウェブカメラとして使う-small.pdf $ ls -sm *.pdf 3540 スマートフォンをLinuxPCのウェブカメラとして使う-small.pdf, 94456 スマートフォンをLinuxPCのウェブカメラとして使う.pdf
スキャンした風にしてくれる
コメント