Last change
on this file since 870 was
227,
checked in by djay, 13 years ago
|
Add the Xml2Pdf service for pycsw project.
|
File size:
957 bytes
|
Line | |
---|
1 | [Xml2Pdf] |
---|
2 | Title = Convert raster data from one format to another. |
---|
3 | Abstract = Converts raster data between different formats. |
---|
4 | processVersion = 1 |
---|
5 | storeSupported = true |
---|
6 | statusSupported = true |
---|
7 | serviceType = Python |
---|
8 | serviceProvider = oo_service |
---|
9 | <DataInputs> |
---|
10 | [doc] |
---|
11 | Title = The input Open Document Text |
---|
12 | Abstract = The input Open Document Text including all required Styles |
---|
13 | minOccurs = 1 |
---|
14 | maxOccurs = 1 |
---|
15 | <LiteralData> |
---|
16 | dataType = string |
---|
17 | <Default/> |
---|
18 | </LiteralData> |
---|
19 | [xml] |
---|
20 | Title = The input XML file |
---|
21 | Abstract = The input XML file to convert. |
---|
22 | minOccurs = 1 |
---|
23 | maxOccurs = 1 |
---|
24 | <LiteralData> |
---|
25 | dataType = string |
---|
26 | <Default/> |
---|
27 | </LiteralData> |
---|
28 | </DataInputs> |
---|
29 | <DataOutputs> |
---|
30 | [Document] |
---|
31 | Title = The resulting file |
---|
32 | Abstract = The file content resulting of the convertion from XML to PDF |
---|
33 | <ComplexData> |
---|
34 | <Default> |
---|
35 | mimeType=application/pdf |
---|
36 | extension=pdf |
---|
37 | </Default> |
---|
38 | </ComplexData> |
---|
39 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.