PDF
PDFを読む機会は以外に多いので、大事。
PDF Viewer
加工
commandLineから
qpdf/qpdf: Primary QPDF source code and documentation
$ qpdf --pages input.pdf 1-10 -- input.pdf output.pdf
pdf to image
$ pdftoppm input.pdf outputname -png
software recommendation - How to convert PDF to Image? - Ask Ubuntu
image viewerat
$ feh outname-1.png
clipboard
$ xclip -selection clipboard -t image/png -i example.png
How to copy an image to the clipboard from a file using command line? - Ask Ubuntu
pythonなどで加工
reportLab
Pythonで日本語をPDFに出力する(ReportLabを利用) | ガンマソフト株式会社
PyPDF2 PyPDF2 Documentation — PyPDF2 1.26.0 documentation
これは、前から使ってる。pdfのmergeだけだが。
参考
Add text to Existing PDF using Python - Stack Overflow