diff options
| author | danyill <danyill@users.noreply.github.com> | 2021-05-01 19:26:15 +1200 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-05-01 01:26:41 -0600 |
| commit | 7dc98ba291a131200f4fc1ec698b577da882761b (patch) | |
| tree | b4cdfdde7cbea420d59204706da56ffaba0fae60 /README.adoc | |
| parent | c7dd95c119ec3a5148d07a543be16522fa8cd487 (diff) | |
Fix minor typo in README (PR #1919)
Diffstat (limited to 'README.adoc')
| -rw-r--r-- | README.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index b3320733..d15c63fe 100644 --- a/README.adoc +++ b/README.adoc @@ -1196,7 +1196,7 @@ To workaround this limitation, you can force Ghostscript to generate a PDF 1.3 f CAUTION: Downgrading the PDF version may break the PDF if it contains an image that uses color blending or transparency. Specifically, the text on the page can become rasterized, which causes links to stop working and prevents text from being selected. -If you're in this sitatuion, it might be best to try <<hexapdf>> instead. +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`. |
