I use an Open Office API in my ASP .NET application for reading text content from *.doc files. public static bool getTextV2(string siteURL, string[] search)
I am looking for a small linux tool that would be able to extract text from odt file. It just needs to be human-readable and it can have problems with complicated objects etc.
I have code blocks written in Open Office Write and want colori开发者_JAVA百科ze it. How can I do this?
I have 35 pages list of scientific references. In order to upload them to a webpage, I would like to add customfields before and after each reference. I would also like to find italicized text and add
I am using OpenOffice uno api to iterate through all text in writer document. To iterate over text tables currently I am using XTextTable interface getCellNames() method. How I could detect merged and
How to iterate through all paragraphs in OpenOffice Writer document and output text. I have Java examples, but don\'t know how to convert code to C#.
I am looking for a library which will allow me to render text and graphics output onto a PDF document. (Cairo is certainly an option.) I would like to know how OpenOffice writes PDF开发者_如何转开发 f
I have a small application that generates three different template documents in OOo Writer. When one of the three \"generate\" buttons is clicked, this is part of the code that is executed (in C#):
Discussion on OOoForum.org In python, using pyuno, I can do it like this: table = self.model.createInstance(\"com.sun.star.text.TextTable\")