Questions tagged [uno]

Use this tag for question about Uno which is the component model of OpenOffice.org.

Resources:

251 questions
0
votes
1 answer

open office api text size

I am using open office API with Java UNO. I need to get size of selected text in the document content (for example embedded pictures have own size in mm but text inserted via XText.insertString(...) method doesn't have any size). In other words: I…
Arek Woźniak
  • 695
  • 3
  • 12
  • 25
0
votes
1 answer

Failed to connect to OpenOffice headless mode

I am trying to convert one file format to another using PyODConverter(DocumentConverter.py) I have installed OpenOffice headless as a service . When I am trying to do : python DocumentConverter.py test.ppt test.odf Its showing an error : ERROR!…
Subhransu Mishra
  • 3,035
  • 11
  • 40
  • 47
0
votes
2 answers

Replacing bookmarks in a MS Word 2010 document looses formatting

I've created a MS Word document with some bookmarks I want to replace at run-time with some text fetched from a database. Originally this application was using OLE Automation (Word) to do these kind of things but then I had decided to find some…
LeftyX
  • 35,328
  • 21
  • 132
  • 193
0
votes
1 answer

Cannot retrieve XBookmarksSupplier from text document

I have various text documents (.odt, .doc) etc. which i use as templates for populating them with text using Java. In order to achieve that i have added TextFields to the documents on every position that i would like to insert text and i enumerate…
nvrs
  • 720
  • 2
  • 17
  • 25
0
votes
1 answer

com.sun.star.uno does not exists error

hi i was referring the following document for Web-based spreadsheets with OpenOffice.org and Dojo http://www.javaworld.com/javaworld/jw-05-2008/jw-05-spreadsheets.html?page=1 I am developing such thing for first time.. I created the java classes but…
RohitWagh
  • 1,999
  • 3
  • 22
  • 43
-1
votes
1 answer

App Icon not Shown in Title Bar in UWP für WinUI 3 / Uno

I'm developing an UWP App with UNO / WinUI 3. I have put images into the Images folder in the UWP project and the application icon is shown in the taskbar as well as application icon at the exe-file. But unfortunately the App Icon is not shown in…
Tom
  • 89
  • 6
-1
votes
2 answers

Hsqldb rename duplicates of item names with same parent

I wrote a LibreOffice / OpenOffice extension that allows access to these Google Drive files. To do so, I use a Hsqldb 2.4 database, script file is accessible…
psilocybe
  • 35
  • 6
-1
votes
1 answer

Replace text in OpenOffice text document by an image using java

I have a template in .odt extension and want to populate data in the same by replacing patterned text and save it into pdf or doc. Have no issue in replacing text by the text and saving into doc/pdf but having trouble to replace text by an image.…
DeepGeek
  • 3
  • 2
-1
votes
1 answer

Execute unoconv commant in php script

I want to develop a functionality where users can upload their presentation files (*.ppt) and after uploading we will convert those ppt in the pdf. I was trying it using unoconv, unoconv -f pdf presentation.ppt through the command it runs…
-3
votes
1 answer

My Arduino Uno PS/2 to USB works only in serial monitor not in other Windows apps

I'm a beginner in Arduino and recently programmed an Arduino Uno board with various PS/2 to USB converters. They work when typing in the Serial Monitor of Arduino IDE, but not in other programs such as Notepad. How can I connect the board as HID…
-3
votes
1 answer

Arduino Uno SoftwareSerial libraries does not work correctly

Good afternoon. The SoftwareSerial library allows you to connect two devices and work with them in turn using listen. Each device on its pins transmits data correctly, but when I try to receive them in turn, the data is not received Here is an…
itehno
  • 1
  • 1
1 2 3
16
17