From 1b878651d9764f71c1e501cdbdb384df4dab72d5 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Thu, 8 May 2025 00:25:44 +0200 Subject: Add DjVu to pdf conversion --- pdf.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pdf.md b/pdf.md index 2fc1295..f13af21 100644 --- a/pdf.md +++ b/pdf.md @@ -15,3 +15,13 @@ ## Images to pdf convert in1.jpg in2.jpg out.pdf + +## DjVu to pdf + + ddjvu -format=pdf file.fjvu file.pdf + +* `-quality=85`: can be used to produce smaller output + * `-quality=uncompressed`: disable compression +* `-page=23-48,59`: select pages to convert +* `-verbose` +* `-eachpage`: generates a separate file per page -- cgit v1.2.3