I have an appication in which I fill the LibreOffice text document using bookmarks and then save them as PDF (C#, .NET 4.0, VS 2010). I am facing the problem that when I fill the document first time then everything works fine but when I close the document using API and open new document and try to fill ( Automatically using Uno API) then Uno API process won’t get response from LibreOffice.
Mean second time LibreOffice process won’t response on writng bookmarks and my application process wait for the response of LibreOffice. This results in hang in my application, as my process wait indefinitely response from Uno API (and may be Uno API wait for response from running LibreOffice process).
Can someone tell what could be the reason or how to resolve this problem.