From afa1e21c944d681201bbc521faeb9dfe975538b2 Mon Sep 17 00:00:00 2001 From: Niles Rogoff Date: Tue, 11 Apr 2017 11:52:27 -0400 Subject: [PATCH] README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8ea7583..5fa4d6c 100644 --- a/README.md +++ b/README.md @@ -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