m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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