1 <html><head><title>Document Converter
3 <h1>Document Converter
</h1>
4 <p>Converting documents with a remote running OpenOffice.org.
</p>
5 <form action=
"http://localhost:8080/conversion/servlet/ConverterServlet" method=post
enctype=
"multipart/form-data">
6 <table width=
"510" border=
"0">
8 <td>Local document
</td>
10 <input type=file size=
50 maxlength=
100000 name=
"DocumentToBeConverted">
14 <td>Target document type
</td>
16 <select name=
"converttype">
17 <option selected
>swriter: StarOffice XML (Writer)
</option>
18 <option>swriter: HTML (StarWriter)
</option>
19 <option>swriter: MS Word
97</option>
20 <option>swriter: Text
</option>
21 <option>scalc: StarOffice XML (Calc)
</option>
22 <option>scalc: HTML (StarCalc)
</option>
23 <option>scalc: MS Excel
97</option>
24 <option>sdraw: StarOffice XML (Draw)
</option>
25 <option>simpress: StarOffice XML (Impress)
</option>
26 <option>simpress: MS PowerPoint
97</option>
33 <input type=text
name=
"extension">
37 <p>The converted document will be returned by the server. If you selected the
38 target document type
"swriter: HTML (StarWriter)
" or
"scalc:
39 HTML (StarCalc)
", the document will be shown in the browser. If have an application
40 registered in your browser for the selected document type (mime type) the application will be started.
41 Otherwise, a dialog will be opened, which allows you to open or save the converted document.
</p>
43 <input type=submit
value=
"Convert">