This tool made by Rust provides amazing experience of creating pdf from jpeg, png and avif!
Just run 'cargo run [path]' and get PDF.
Note
This tool doesn't repair SOI Maker.
- Made by Rust
- Get command line args
- Supproted format is jpeg, png and avif
- Asynchronous
- Run on Tokio Runtime
-
Install Rust
$ curl https://sh.rustup.rs -sSf | sh
Add PATH follow the install message -
Install
nasm
anddav1d
-
Debian
$ sudo apt update $ sudo apt install nasm dav1d-devel pkg-config
-
Fedora:
$ sudo dnf update $ sudo dnf install nasm dav1d-devel pkg-config
-
Arch Linux:
$ sudo pacman -Syyu $ sudo pacman -S nasm dav1d pkgconf
-
-
Add PKG_CONFIG_PATH
To get dav1d's PATH$ pkg-config --variable=pcfiledir dav1d
-
git clone
$ git clone https://github.com/hihimamuLab/Image2Pdf.git $ cd Image2Pdf
-
cargo run
$ cargo run [Path of dir that has images]