[Libreoffice-bugs] [Bug 121501] writer_pdf_Export can't be used in sdk DocumentConverter.java example

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Feb 5 19:46:56 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=121501

apil.tamang at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|INSUFFICIENTDATA            |---
             Status|RESOLVED                    |REOPENED

--- Comment #6 from apil.tamang at gmail.com ---
I was able to recreate the issue exactly, on my MacOS.

Here is my prepared SDK env:

************************************************************************
 *
 * SDK environment is prepared for MacOSX
 *
 * SDK = /Users/admin/LibreOffice6.4_SDK
 * Office = /Applications/LibreOffice.app
 * Make = /usr/bin
 * Zip = /usr/bin
 * cat = /bin
 * sed = /usr/bin
 * C++ Compiler = /usr/bin
 * Java = /Library/Java/JavaVirtualMachines/jdk1.8.0_221.jdk/Contents/Home
 * SDK Output directory = /Users/admin/LibreOffice6.4_SDK
 * Auto deployment = YES
 *
 ************************************************************************

OS X version 10.15.1
Downloaded SDK: LibreOffice_6.4.0_MacOS_x86-64_sdk

To reproduce:
1) Download and install the SDK on your platform (6.4.0 for me on OS X)

2) Build the example in SDK_HOME/examples/java/DocumentHandling using "make"
command

3) Create folder called "/Users/admin/samples" and copy "test/test1.odt" inside
there.

4) Navigate to the build directory 
 and run:

java
-Dcom.sun.star.lib.loader.unopath="/Applications/LibreOffice.app/Contents/MacOS"
-jar DocumentConverter.jar "/Users/admin/samples" "writer_pdf_Export" "pdf"
"/Users/admin/samples"

 And you should see the exact exception trace that this ticket was initially
created for.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200205/e08c77a6/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list