From ed5640d8b587fbcfed7dd7967f3de04b37a76f26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:06:44 +0200 Subject: Adding upstream version 4:7.4.7. Signed-off-by: Daniel Baumann --- .../java/ConverterServlet/ConverterServlet.html | 64 ++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 odk/examples/java/ConverterServlet/ConverterServlet.html (limited to 'odk/examples/java/ConverterServlet/ConverterServlet.html') diff --git a/odk/examples/java/ConverterServlet/ConverterServlet.html b/odk/examples/java/ConverterServlet/ConverterServlet.html new file mode 100644 index 000000000..7ef0a0db3 --- /dev/null +++ b/odk/examples/java/ConverterServlet/ConverterServlet.html @@ -0,0 +1,64 @@ + + +Document Converter + +

Document Converter

+

Converting documents with a remote running OpenOffice.org.

+
+ + + + + + + + + + + + + +
Local document + +
Target document type + +
Extension + +
+

The converted document will be returned by the server. If you selected the + target document type "swriter: HTML (StarWriter)" or "scalc: + HTML (StarCalc)", the document will be shown in the browser. If have an application + registered in your browser for the selected document type (mime type) the application will be started. + Otherwise, a dialog will be opened, which allows you to open or save the converted document.

+

+ +

+
+ -- cgit v1.2.3