summaryrefslogtreecommitdiff
path: root/src/foomatic/foomatic-templates-gs/PageSize.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/foomatic/foomatic-templates-gs/PageSize.xml')
-rw-r--r--src/foomatic/foomatic-templates-gs/PageSize.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/foomatic/foomatic-templates-gs/PageSize.xml b/src/foomatic/foomatic-templates-gs/PageSize.xml
new file mode 100644
index 0000000..e551094
--- /dev/null
+++ b/src/foomatic/foomatic-templates-gs/PageSize.xml
@@ -0,0 +1,20 @@
+<option type="enum" id="opt/@@DRVNAME@@-pagesize">
+ <!-- A multilingual <comments> block can appear here, too;
+ it should be treated as documentation for the user. -->
+ <arg_longname>
+ <en>Page Size</en>
+ </arg_longname>
+ <arg_shortname>
+ <en>PageSize</en><!-- backends only know <en> shortnames! -->
+ </arg_shortname>
+ <arg_execution>@@GROUP@@
+ <arg_order>100</arg_order>
+ <arg_spot>Z</arg_spot>
+ <arg_postscript />
+ <arg_proto>&lt;&lt;/PageSize[%s]/ImagingBBox null&gt;&gt;setpagedevice</arg_proto>
+ </arg_execution>
+
+ @@OPTCONSTRAINTS@@
+ @@ENUMVALS@@
+
+</option>