Comment 0 for bug 1728839

Revision history for this message
Paul Gaborit (paul-gaborit) wrote :

xpdf does not allow to use all xpdf.real options: you can't use some options with argument like '-enc', '-mattecolor', '-aa' or '-aaVector'. These options must be added in 'xpdf' script:

...
while [ "$#" -gt "0" ]; do
    case "$1" in
    -z|-g|-geometry|-remote|-rgb|-papercolor|-eucjp|-t1lib|-ps|-paperw|-paperh|-upw|-display|-fg|-foreground|-bg|-background|-font|-fn|-enc|-mattecolor|-aa|-aaVector)
...