From 518bf6017aa5e5c583a292c72e9d000ddb4cece1 Mon Sep 17 00:00:00 2001 From: Adrian Johnson Date: Mon, 27 Feb 2012 21:15:39 +1030 Subject: [PATCH 2/2] pdftoppm: document that -scale-to will preserve aspect ratio --- utils/pdftoppm.1 | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/utils/pdftoppm.1 b/utils/pdftoppm.1 index 17a3282..c7d5d6c 100644 --- a/utils/pdftoppm.1 +++ b/utils/pdftoppm.1 @@ -48,7 +48,9 @@ Specifies the X resolution, in DPI. The default is 150 DPI. Specifies the Y resolution, in DPI. The default is 150 DPI. .TP .BI \-scale-to " number" -Scales each page to fit in scale-to*scale-to pixel box. +Scales the long side of each page (width for landscape pages, height +for portrait pages) to fit in scale-to pixels. The size of the short +side will be determined by the aspect ratio of the page. .TP .BI \-scale-to-x " number" Scales each page horizontally to fit in scale-to-x pixels. If -- 1.7.5.4