You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/modules/ROOT/pages/optimize-pdf.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ By default, Asciidoctor PDF does not optimize the PDF it generates and it does n
6
6
This page covers several approaches you can take to optimize and compress the PDF output.
7
7
8
8
IMPORTANT: If you're creating a PDF for Amazon's Kindle Direct Publishing (KDP), GitLab repository preview, or other online publishers, you'll likely need to optimize the file before uploading.
9
-
In their words, you must tidy up the reference tree and https://kdp.amazon.com/en_US/help/topic/G201953020#check[flatten all transparencies^] (mostly likely referring to images).
9
+
In their words, you must tidy up the reference tree and https://kdp.amazon.com/en_US/help/topic/G201953020#check[flatten all transparencies^] (most likely referring to images).
10
10
If you don't do this step, the platform may reject your upload or fail to display it properly.
11
11
(For KDP, `-a optimize` works best.
12
12
For GitLab repository preview, either `-a optimize` or `hexapdf optimize` will do the trick.)
0 commit comments