1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 3.2 Final//EN">
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 <html><head><title>Document Converter
21 <h1>Document Converter
</h1>
22 <p>Converting documents with a remote running OpenOffice.org.
</p>
23 <form action=
"http://localhost:8080/conversion/servlet/ConverterServlet" method=post
enctype=
"multipart/form-data">
24 <table width=
"510" border=
"0">
26 <td>Local document
</td>
28 <input type=file size=
50 maxlength=
100000 name=
"DocumentToBeConverted">
32 <td>Target document type
</td>
34 <select name=
"converttype">
35 <option selected
>swriter: StarOffice XML (Writer)
</option>
36 <option>swriter: HTML (StarWriter)
</option>
37 <option>swriter: MS Word
97</option>
38 <option>swriter: Text
</option>
39 <option>scalc: StarOffice XML (Calc)
</option>
40 <option>scalc: HTML (StarCalc)
</option>
41 <option>scalc: MS Excel
97</option>
42 <option>sdraw: StarOffice XML (Draw)
</option>
43 <option>simpress: StarOffice XML (Impress)
</option>
44 <option>simpress: MS PowerPoint
97</option>
51 <input type=text
name=
"extension">
55 <p>The converted document will be returned by the server. If you selected the
56 target document type
"swriter: HTML (StarWriter)
" or
"scalc:
57 HTML (StarCalc)
", the document will be shown in the browser. If have an application
58 registered in your browser for the selected document type (mime type) the application will be started.
59 Otherwise, a dialog will be opened, which allows you to open or save the converted document.
</p>
61 <input type=submit
value=
"Convert">