From 02fabe0da4e5aa8ac7deb9b7325adf0430f6e028 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Mon, 26 Sep 2022 23:54:35 -0600 Subject: fix typo on optimize PDF page --- docs/modules/ROOT/pages/optimize-pdf.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/optimize-pdf.adoc b/docs/modules/ROOT/pages/optimize-pdf.adoc index 632644b2..4fdfedb7 100644 --- a/docs/modules/ROOT/pages/optimize-pdf.adoc +++ b/docs/modules/ROOT/pages/optimize-pdf.adoc @@ -71,8 +71,8 @@ For example, here's how you would get the optimizer to generate a grayscale PDF Here are some other features you can enable using `GS_OPTIONS`: -dBlackText:: -Force all text to rendered in black (gray value 0). -This can be useful if you are printing the document. +Force all text to be rendered in black (gray value 0). +This setting may be useful if you're sending the document to a printer. -dNoOutputFonts:: Force all text to be converted to paths (linework) so it's not selectable (in exchange for a much larger document). -sOwnerPassword=xyx -sUserPassword=xyx:: -- cgit v1.2.3