diff options
author | Chenxiong Qi <qcxhome@gmail.com> | 2022-09-14 09:29:25 +0800 |
---|---|---|
committer | Hossein <hossein@libreoffice.org> | 2022-10-13 15:41:40 +0200 |
commit | 665d1633c9e08da85fae179e62923211bc07c480 (patch) | |
tree | cd6d451f6b57b21f086278be851ae8b69fe0f57f /odk/examples/python/DocumentLoader/README.md | |
parent | 5956cecdf61846671f7d028ad60623e1e840ad3f (diff) |
tdf#143123 port DocumentHandling examples to Python
This port keeps the similarity with Java ones as much as possible.
examples.html is also updated by adding the Python examples.
Signed-off-by: Chenxiong Qi <qcxhome@gmail.com>
Change-Id: I2af26aaf42f5408bf254a4e0507442200f843661
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139887
Tested-by: Jenkins
Reviewed-by: Hossein <hossein@libreoffice.org>
Diffstat (limited to 'odk/examples/python/DocumentLoader/README.md')
-rw-r--r-- | odk/examples/python/DocumentLoader/README.md | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/odk/examples/python/DocumentLoader/README.md b/odk/examples/python/DocumentLoader/README.md deleted file mode 100644 index d95c933ab9c1..000000000000 --- a/odk/examples/python/DocumentLoader/README.md +++ /dev/null @@ -1,12 +0,0 @@ -# DocumentLoader -This example is somehow similar to DocumentLoader in C++ and Java. -to get started, first start LibreOffice listening on port 2083 - - $OFFICE_PROGRAM_PATH/soffice "--accept=socket,port=2083;urp;" - -The syntax to run this example is: - - $OFFICE_PROGRAM_PATH/python DocumentLoader.py <path> - -You should use 'setsdkenv_unix' for Unix/Linux and setsdkenv_windows.bat for Windows. In this way, -the LibreOffice internal Python interpreter will be used. |