diff --git a/bash/pdf_to_image.md b/bash/pdf_to_image.md new file mode 100644 index 0000000..e45a98c --- /dev/null +++ b/bash/pdf_to_image.md @@ -0,0 +1,8 @@ + +# PDF файл разбиваем на изображения + +Для работы нужна утилита **pdftoppm** + +```bash +pdftoppm -png name_file.pdf name_file +``` \ No newline at end of file