m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2025-05-08 00:25:44 +0200
committerMarcin Chrzanowski <m@m-chrzan.xyz>2025-05-13 16:49:47 +0200
commit1b878651d9764f71c1e501cdbdb384df4dab72d5 (patch)
treefe8213d643b91e18b89643f5222270aba0ee2a78
parent77dcf718a05d7a9c0657612bff413f4d7ce0cda9 (diff)
Add DjVu to pdf conversionHEADmaster
-rw-r--r--pdf.md10
1 files changed, 10 insertions, 0 deletions
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