Date: prev next · Thread: first prev next last
2014 Archives by date, by thread · List index


On 04/07/2014 10:01 PM, julien2412 wrote:
But then  I don't know how to launch the example of fdo#77028. I mean I
don't know where I must put test.pptx from the fdo and what  I should change
to load pptx + ask pdf conversion.
Indeed, if I run "make DocumentLoader.run", it'll load test.ods not
test.pptx.

As <https://bugs.freedesktop.org/show_bug.cgi?id=77028#c0> says, first modify the SDK's

--- examples/cpp/DocumentLoader/Makefile~       2013-04-19 14:02:18.769514698 +0200
+++ examples/cpp/DocumentLoader/Makefile        2014-04-08 10:53:49.030078240 +0200
@@ -97,7 +97,7 @@
        @echo --------------------------------------------------------------------------------

 %.run: $(OUT_BIN)/DocumentLoader$(EXE_EXT)
-       cd $(subst /,$(PS),$(OUT_BIN)) && $(basename $@) $(ENV_OFFICE_TYPES) $(subst \\,/,$(subst 
/,$(PS),"$(OO_SDK_HOME)/examples/cpp/DocumentLoader/test.odt"))
+       cd $(subst /,$(PS),$(OUT_BIN)) && $(basename $@) $(ENV_OFFICE_TYPES) ~/Downloads/test.pptx

 .PHONY: clean
 clean :

(or wherever you downloaded the test.pptx to).

Stephan

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.