summaryrefslogtreecommitdiff
path: root/support/pdfjam/pdfjam.conf
diff options
context:
space:
mode:
Diffstat (limited to 'support/pdfjam/pdfjam.conf')
-rw-r--r--support/pdfjam/pdfjam.conf12
1 files changed, 10 insertions, 2 deletions
diff --git a/support/pdfjam/pdfjam.conf b/support/pdfjam/pdfjam.conf
index eba54b7322..b33ac97582 100644
--- a/support/pdfjam/pdfjam.conf
+++ b/support/pdfjam/pdfjam.conf
@@ -14,7 +14,7 @@
##
## See 'pdfjam --help' for details, including where to put
## your edited version of this file; or see the file README.md at
-## https://github.com/DavidFirth/pdfjam
+## https://github.com/rrthomas/pdfjam
##
###############################################################
##
@@ -46,7 +46,8 @@ tidy='true' ## overridden by '--no-tidy' in the call
##
## USE OF THE 'PDFINFO' UTILITY
##
-## Specify whether pdfjam should, by default, try to run 'pdfinfo'
+## Specify whether pdfjam and iconv (resp.) should, by default,
+## try to run 'pdfinfo' and 'iconv' (resp.)
## to preserve source document information in the output:
keepinfo='false' ## overridden by '--keepinfo' in the call
# keepinfo='true' ## the alternative
@@ -55,6 +56,10 @@ keepinfo='false' ## overridden by '--keepinfo' in the call
# pdfinfo='/usr/bin/pdfinfo' ## typical unix system
# pdfinfo='/opt/local/bin/pdfinfo' ## Mac OS X with MacPorts
##
+## Specify the 'iconv' program to be used (if any):
+# iconv='/usr/bin/iconv' ## typical unix system
+# iconv='/opt/local/bin/iconv' ## Mac OS X with MacPorts
+##
###############################################################
##
## USE OF 'file -Lb MYFILE' TO CHECK WHETHER A FILE IS A PDF FILE
@@ -95,5 +100,8 @@ twoside='false' ## overridden by '--twoside' in the call
##
preamble='' ## concatenate other strings to this by using '--preamble'
##
+# enc='utf8' ## overridden by '--enc ENC' in the call
+# ## ENC must be one of iconv encodings
+##
###############################################################
## END OF FILE: that's all you can configure here!