<option type="enum" id="opt/ppmtomd-PageSize">
  <!-- A multilingual <comments> block can appear here, too;
       it should be treated as documentation for the user. -->
  <arg_longname>
   <en>Page Size and Printing Quality</en>
  </arg_longname>
  <arg_shortname>
   <en>PageSize</en><!-- backends only know <en> shortnames! -->
  </arg_shortname>
  <arg_execution>
   <arg_group>General</arg_group>
   <arg_order>100</arg_order>
   <arg_spot>B</arg_spot>
   <arg_required />
   <arg_substitution />
   <arg_proto>%s</arg_proto>
  </arg_execution>
  <constraints>
     <constraint sense="true">
      <driver>ppmtomd</driver>
      <arg_defval>ev/ppmtomd-PageSize-Letter</arg_defval>
     </constraint>
  </constraints>
  <enum_vals>
   <enum_val id="ev/ppmtomd-PageSize-Legal">
    <ev_longname>
     <en>Legal, 600x600 DPI</en>
    </ev_longname>
    <!-- A multilingual <comments> block can appear here, too;
         it should be treated as documentation for the user. -->
    <ev_shortname>
     <en>Legal</en>
     <!-- Until someone tells me how to learn the user locale in 
          backends, the shortname must be monolingual in <en>! -->
    </ev_shortname>
    <ev_driverval> -sPAPERSIZE=legal -r600x600 - | ppmtomd -autoshift -papersize Legal</ev_driverval>
   </enum_val>
   <enum_val id="ev/ppmtomd-PageSize-LegalHR">
    <ev_longname>
     <en>Legal, 1200x600 DPI</en>
    </ev_longname>
    <!-- A multilingual <comments> block can appear here, too;
         it should be treated as documentation for the user. -->
    <ev_shortname>
     <en>LegalHR</en>
     <!-- Until someone tells me how to learn the user locale in 
          backends, the shortname must be monolingual in <en>! -->
    </ev_shortname>
    <ev_driverval> -sPAPERSIZE=legal -r1200x600 - | ppmtomd -resolution 1200 -inresolution 1200 -autoshift -papersize Legal</ev_driverval>
   </enum_val>
   <enum_val id="ev/ppmtomd-PageSize-B5">
    <ev_longname>
     <en>B5, 600x600 DPI</en>
    </ev_longname>
    <!-- A multilingual <comments> block can appear here, too;
         it should be treated as documentation for the user. -->
    <ev_shortname>
     <en>B5</en>
     <!-- Until someone tells me how to learn the user locale in 
          backends, the shortname must be monolingual in <en>! -->
    </ev_shortname>
    <ev_driverval> -sPAPERSIZE=b5 -r600x600 - | ppmtomd -autoshift -papersize B5</ev_driverval>
   </enum_val>
   <enum_val id="ev/ppmtomd-PageSize-B5HR">
    <ev_longname>
     <en>B5, 1200x600 DPI</en>
    </ev_longname>
    <!-- A multilingual <comments> block can appear here, too;
         it should be treated as documentation for the user. -->
    <ev_shortname>
     <en>B5HR</en>
     <!-- Until someone tells me how to learn the user locale in 
          backends, the shortname must be monolingual in <en>! -->
    </ev_shortname>
    <ev_driverval> -sPAPERSIZE=b5 -r1200x600 - | ppmtomd -resolution 1200 -inresolution 1200 -autoshift -papersize B5</ev_driverval>
   </enum_val>
   <enum_val id="ev/ppmtomd-PageSize-Letter">
    <ev_longname>
     <en>Letter, 600x600 DPI</en>
    </ev_longname>
    <!-- A multilingual <comments> block can appear here, too;
         it should be treated as documentation for the user. -->
    <ev_shortname>
     <en>Letter</en>
     <!-- Until someone tells me how to learn the user locale in 
          backends, the shortname must be monolingual in <en>! -->
    </ev_shortname>
    <ev_driverval> -sPAPERSIZE=letter -r600x600 - | ppmtomd -autoshift -papersize Letter</ev_driverval>
   </enum_val>
   <enum_val id="ev/ppmtomd-PageSize-LetterHR">
    <ev_longname>
     <en>Letter, 1200x600 DPI</en>
    </ev_longname>
    <!-- A multilingual <comments> block can appear here, too;
         it should be treated as documentation for the user. -->
    <ev_shortname>
     <en>LetterHR</en>
     <!-- Until someone tells me how to learn the user locale in 
          backends, the shortname must be monolingual in <en>! -->
    </ev_shortname>
    <ev_driverval> -sPAPERSIZE=letter -r1200x600 - | ppmtomd -resolution 1200 -inresolution 1200 -autoshift -papersize Letter</ev_driverval>
   </enum_val>
   <enum_val id="ev/ppmtomd-PageSize-A4">
    <ev_longname>
     <en>A4, 600x600 DPI</en>
    </ev_longname>
    <!-- A multilingual <comments> block can appear here, too;
         it should be treated as documentation for the user. -->
    <ev_shortname>
     <en>A4</en>
     <!-- Until someone tells me how to learn the user locale in 
          backends, the shortname must be monolingual in <en>! -->
    </ev_shortname>
    <ev_driverval> -sPAPERSIZE=a4 -r600x600 - | ppmtomd -autoshift -papersize A4</ev_driverval>
   </enum_val>
   <enum_val id="ev/ppmtomd-PageSize-A4HR">
    <ev_longname>
     <en>A4, 1200x600 DPI</en>
    </ev_longname>
    <!-- A multilingual <comments> block can appear here, too;
         it should be treated as documentation for the user. -->
    <ev_shortname>
     <en>A4HR</en>
     <!-- Until someone tells me how to learn the user locale in 
          backends, the shortname must be monolingual in <en>! -->
    </ev_shortname>
    <ev_driverval> -sPAPERSIZE=a4 -r1200x600 - | ppmtomd -resolution 1200 -inresolution 1200 -autoshift -papersize A4</ev_driverval>
   </enum_val>
   <enum_val id="ev/ppmtomd-PageSize-Executive">
    <ev_longname>
     <en>Executive, 600x600 DPI</en>
    </ev_longname>
    <!-- A multilingual <comments> block can appear here, too;
         it should be treated as documentation for the user. -->
    <ev_shortname>
     <en>Executive</en>
     <!-- Until someone tells me how to learn the user locale in 
          backends, the shortname must be monolingual in <en>! -->
    </ev_shortname>
    <ev_driverval> -sPAPERSIZE=executive -r600x600 - | ppmtomd -autoshift -papersize Executive</ev_driverval>
   </enum_val>
   <enum_val id="ev/ppmtomd-PageSize-ExecutiveHR">
    <ev_longname>
     <en>Executive, 1200x600 DPI</en>
    </ev_longname>
    <!-- A multilingual <comments> block can appear here, too;
         it should be treated as documentation for the user. -->
    <ev_shortname>
     <en>ExecutiveHR</en>
     <!-- Until someone tells me how to learn the user locale in 
          backends, the shortname must be monolingual in <en>! -->
    </ev_shortname>
    <ev_driverval> -sPAPERSIZE=executive -r1200x600 - | ppmtomd -resolution 1200 -inresolution 1200 -autoshift -papersize Executive</ev_driverval>
   </enum_val>
  </enum_vals>
</option>
