From 0cd20062dc870ff3630b338d4d779fd3004a5af4 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Sun, 7 May 2023 14:15:50 +0200 Subject: Add image to PDF conversion --- pdf.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pdf.md') diff --git a/pdf.md b/pdf.md index f4e0931..2fc1295 100644 --- a/pdf.md +++ b/pdf.md @@ -11,3 +11,7 @@ ## Extract pages pdfjam --outfile out.pdf in.pdf 1,3,4-7 + +## Images to pdf + + convert in1.jpg in2.jpg out.pdf -- cgit v1.2.3