Hi Antoine, > To load the document, I tried : > String vUrl = "file://".concat(((File) > pSrc).toURL().toExternalForm().substring(5));
Just a hint: the way you create the UNO compatible URL is not the best. See this snippet: http://codesnippets.services.openoffice.org/Office/Office.CreateUNOCompatibleURL.snip to create a UNO compatible URL that is platform independent. Greetings, Tobias --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
