This commit is contained in:
Niles Rogoff 2017-04-11 11:52:27 -04:00
parent 70f6e4bc12
commit afa1e21c94
No known key found for this signature in database
GPG Key ID: B78B908F23430F80
1 changed files with 2 additions and 0 deletions

View File

@ -26,3 +26,5 @@ Finally, just use that dpi with img2pdf to merge the images into the final pdf y
sudo python3 setup.py install
cd ..
rm -rf img2pdf
Run your img2pdf command with the corrent dpi, but DOUBLE CHECK THE OUTPUTED PDF! I've had cases where the third page gets transposed to the 20th page, etc... because shell globbing doesn't always work as you expect