Return-Path: X-Original-To: apmail-openoffice-dev-archive@www.apache.org Delivered-To: apmail-openoffice-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 43535E9F3 for ; Sun, 27 Jan 2013 12:21:31 +0000 (UTC) Received: (qmail 23849 invoked by uid 500); 27 Jan 2013 12:21:30 -0000 Delivered-To: apmail-openoffice-dev-archive@openoffice.apache.org Received: (qmail 23616 invoked by uid 500); 27 Jan 2013 12:21:29 -0000 Mailing-List: contact dev-help@openoffice.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openoffice.apache.org Delivered-To: mailing list dev@openoffice.apache.org Received: (qmail 23597 invoked by uid 99); 27 Jan 2013 12:21:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Jan 2013 12:21:28 +0000 X-ASF-Spam-Status: No, hits=1.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of hagar.delest@laposte.net does not designate 212.27.42.1 as permitted sender) Received: from [212.27.42.1] (HELO smtp1-g21.free.fr) (212.27.42.1) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Jan 2013 12:21:18 +0000 Received: from [192.168.1.2] (unknown [83.153.184.98]) by smtp1-g21.free.fr (Postfix) with ESMTP id 7305194018B for ; Sun, 27 Jan 2013 13:20:54 +0100 (CET) Message-ID: <51051BA5.1080409@laposte.net> Date: Sun, 27 Jan 2013 13:20:53 +0100 From: Hagar Delest User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:19.0) Gecko/20130117 Thunderbird/19.0 MIME-Version: 1.0 To: dev@openoffice.apache.org Subject: Re: convert voice to text References: <1539358.zjVJWTVkIK@linux-r30p.site> <51051426.4050902@gmail.com> In-Reply-To: <51051426.4050902@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Beware, OP is not subscribed. Hagar Le 27/01/2013 12:48, J�rgen Schmidt a �crit : > On 1/26/13 11:02 PM, mostafa bahaloo wrote: >> hi dear >> i study in ITI university . >> my project is to develop extension for liberoffice program in linux open >> suse that can convert voice to text , > > only to make clear, LibreOffice is not 100% the same as OpenOffice and > it will probably more different in the future. > > We concentrate here on OpenOffice that you can install under Linux as > well but you have to do it on your own and it is not so integrated in > common package managers at the moment. We hope this will change soon. > >> >> skill >> i work in programming language on windows such as c ,c++ , >> c#,vb,vb.net, >> java,------web develop=> php, .net javascript, ,etc ... later . >> but in linux i'm beginner . >> >> question is >> 1)what lanquage is the best for do it .(writing extension )? > > I would recommend Java because it is platform independent, make fun and > probably have some libraries in place that you can use. I used for > example a helper library to convert text in speech in a demo extension. > >> 2)is any document about writing extension in pdf format ? > > you can find docu in the wiki, eg. in the DevGuide but also on some > other pages describing specific extensions or service provider > interfaces ... Ask further questions on demand > >> 3)do the extention best for it? >> if is any thing help ,please give me. > > Look for the NetBeans plugin, it provides some helper and it helps to > speed up your work regarding packaging of a final extension package, > debugging directly from NetBeans in the office, some basic wizards, code > completion, ... > > Juergen >