summaryrefslogtreecommitdiff
path: root/emfio
diff options
context:
space:
mode:
authorHossein <hossein@libreoffice.org>2021-10-26 12:00:52 +0200
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2021-10-26 15:14:55 +0200
commite57793158700c48a9a9adf9fb1201e01dc6c270e (patch)
tree803df9c009023ba1e51751a0ce31c70650652bf9 /emfio
parent2cbcef18e6b93607c6156f149f6ea1a4d7df7b8a (diff)
Update emfio documentation
* Added information about dumping metaactions using mtfdemo * 'sax' dependency was removed in d49900e5a3aae75a4c673f593e99fbc296f67cee * Listing indirect dependencies from 'emfio/Library_emfio.mk' Change-Id: I5ee7e20c872aff388424930a23c9a17614b5e3c0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124180 Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'emfio')
-rw-r--r--emfio/README.md18
1 files changed, 16 insertions, 2 deletions
diff --git a/emfio/README.md b/emfio/README.md
index 2981ef98bd4c..4cbd9d45a4ad 100644
--- a/emfio/README.md
+++ b/emfio/README.md
@@ -24,6 +24,17 @@ An example demo that renders a metafile using `vcl` be seen by invoking:
./bin/run mtfdemo odk/examples/basic/forms_and_controls/burger.wmf
This opens the burger.wmf file from the ODK examples.
+
+It is also possible to dump metaactions created as the intermediary format
+before rendering the metafile using:
+
+ ./bin/run mtfdemo -d odk/examples/basic/forms_and_controls/burger.wmf
+
+If the command is successful, this message will be shown, and metadump.xml will
+be put in the current folder:
+
+"Dumped metaactions as metadump.xml"
+
The demo code structure is described in [GDIMetaFile](../vcl/README.GDIMetaFile)
documentation.
@@ -86,8 +97,11 @@ Known remaining bugs for this module is gathered here:
enhancements](https://bugs.documentfoundation.org/show\_bug.cgi?id=103859)
## Dependencies
-Direct dependencies for **emfio** are [**drawinglayer**](../drawinglayer) and
-[**sax**](../sax).
+The direct dependency for **emfio** is [**drawinglayer**](../drawinglayer). The
+complete list of dependencies including the indirect dependencies is as below:
+```
+basegfx drawinglayer cppu cppuhelper sal comphelper tl salhelper vcl svt utl
+```
## Tools
Several tools are available for inspecting WMF/EMF/EMF+ files, which are binary