A npm cli tool for convertion multiple pictures into one pdf.
To use the package open up your terminal, cd to the directory with your images and enter
npx some-images-to-pdf
It will copy all images into one pdf file.
--m [path]
Moves all Images to the path. When no path is given, the user can choose a path with a ui in terminal.
--d
Deletes all Images to the path. Before that you have to confirm that you want to delete those images.
--o [path]
Outputs the generated pdf to a path. When no path is given, the user can choose a path with a ui in terminal.
Will be released soon
Will be released soon