blob: b516852c3d2026a2a6c81ffca6ccadd4ee20bf86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0"?>
<application>
<metadata>
<entry name="name">imgtopdf</entry>
<entry name="detail">ImgToPdf</entry>
<entry name="version">1.1.2</entry>
</metadata>
<flags>
<category name="basic">
<subcategory>
<flag name="convert"><short>convert image into pdf</short></flag>
<flag name="compression"><short>level of compression in percent</short></flag>
<flag name="depth"><short>image depth in bits</short></flag>
<flag name="colorspace"><short> colorspace (rgb,cmyk,gray)</short></flag>
<flag name="quality"><short>quality in percent</short></flag>
<flag name="inputpath"><short>path where files are looked for</short></flag>
<flag name="outputpath"><short>path where files end up</short></flag>
<flag name="auto"><short>determine settings automatically</short></flag>
</subcategory>
</category>
</flags>
</application>
|