Public bug reported:

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 '/usr/bin/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)
...

** Affects: xpdf (Ubuntu)
     Importance: Undecided
         Status: New

** Description changed:

  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:
+ These options must be added in '/usr/bin/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)
+     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)
  ...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1728839

Title:
  xpdf does not allow to use all xpdf.real options

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xpdf/+bug/1728839/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to