[cups.bugs] [LOW] STR #3915: pdftops filter ignores -o media option

Michael Sweet msweet at apple.com
Fri Aug 5 21:11:30 PDT 2011


DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR Closed w/Resolution]

Um, the code *does* use the marked page size:

  ppd         = ppdOpenFile(getenv("PPD"));
  num_options = cupsParseOptions(argv[5], 0, &options);

  ppdMarkDefaults(ppd);
  cupsMarkOptions(ppd, num_options, options);

however we don't force the media size unless you tell it to with the
"fitplot" (old) or "fit-to-page" (current) option.

This is working as designed.

Link: http://www.cups.org/str.php?L3915
Version: 1.4.7
Fix Version: None





More information about the cups mailing list