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

--- Comment #5 from David KELLER <david.kel...@legalbox.com> ---
(In reply to Julien Nabet from comment #3)
> I've just made a new test and LO 5.1.2 crashes when exiting it after having
> exported in PDF.
> Do you confirm the crash is during the pdf export?

I run libreoffice as server 
"C:\Program Files (x86)\LibreOffice 4\program\soffice.exe" --headless
-accept="socket,host=localhost,port=8100;urp;"

Then I do the conversion using the Java API :

  XComponent document = initializeLibreOfficeService(inPath.toUri());
  saveAs(document, outPath.toUri(), filterName, filterData);

I put in attachment the source code.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to