diff options
| author | Harrison Chin <inbox@harrisonchin.com> | 2023-03-14 17:39:41 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-03-14 17:40:18 -0600 |
| commit | ddca73e0d48044f72c0a134a9c80143ea6871d9a (patch) | |
| tree | 165c2bf9f06958416130fbb6fc67e81051e871c4 /docs | |
| parent | 0bbf2e30a87e0c37f12a8ffd9f94b8883e03f8e9 (diff) | |
Fix link in optimize-pdf.adoc for distiller preset options doc (PR #2405)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modules/ROOT/pages/optimize-pdf.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/ROOT/pages/optimize-pdf.adoc b/docs/modules/ROOT/pages/optimize-pdf.adoc index 8d54927b..a7c3125e 100644 --- a/docs/modules/ROOT/pages/optimize-pdf.adoc +++ b/docs/modules/ROOT/pages/optimize-pdf.adoc @@ -107,7 +107,7 @@ If you're in this situation, it might be best to try <<hexapdf>> instead. If you're looking for a smaller file size, you can try reducing the quality of the output file by passing a quality keyword to the `optimize` attribute (e.g., `--optimize=screen`). The `optimize` attribute accepts the following keywords: `default` (default, same if value is empty), `screen`, `ebook`, `printer`, and `prepress`. -Refer to the https://www.ghostscript.com/doc/current/VectorDevices.htm#PSPDF_IN[Ghostscript documentation^] to learn what settings these presets affect. +Refer to the https://ghostscript.readthedocs.io/en/latest/VectorDevices.html#distiller-parameters[Ghostscript documentation^] to learn what settings these presets affect. $ asciidoctor-pdf -a optimize=prepress filename.adoc |
