-
Notifications
You must be signed in to change notification settings - Fork 7
andyceo edited this page Jul 28, 2026
·
1 revision
-
Конвертация pdf в картинки (jpg, png):
sudo aptitude install imagemagick convert -quality 100 input_file.pdf output_file.pngА также можно рассмотреть
wkhtmltopdfиathenapdf -
Конвертация картинки в pdf:
sudo apt install img2pdfКонвертация всех jpg-картинок в текущей папке в
output.pdf:img2pdf *.jpg -o output.pdf
Footer is under construction
Sidebar is under construction