Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [openoffice.org]

OpenOffice.org (OOo), a FOSS application suite made up of: Writer, Calc, Impress, Base, Draw, and Math. OOo can be programmed internally using macros and externally using the UNO component model.

openoffice.org
0 votes
0 answers
9 views

Implementing a Custom “Whole Sheet Export” via UNO API to Preserve Hyperlinks in PDFs

When the “whole sheet export” option is enabled during the PDF export process in Calc, the hyperlinks in the exported PDF do not preserve their original URLs and instead show local file paths. ...
Cui Pengfei 崔鹏飞's user avatar
0 votes
0 answers
24 views

Is there a way to automatically export OpenOffice/LibreOffice drawings to bitmaps, with options?

I have some drawings in multi-paged .ODG files. I would like to have a way to automatically export them to bitmaps, with a controlled set of export options. I'd like the exported format to be PNG or ...
yury10578's user avatar
  • 113
0 votes
0 answers
23 views

How generate a sequence of dates in open office

In Excel, it´s possible to create a sequence of dates and autofill this sequence e.g. from 01.01.2005 to 01.01.2025. In Excel, it is right-click on the edge of the cell and "row". There I ...
Hadsga's user avatar
  • 333
4 votes
2 answers
388 views

Convert a Multi-Page Text/word file to PNG using LibreOffice API in JAVA

How to convert a Multi-Page Text file to PNG, for example:- I have a Text document of 5 pages and I want to convert that into PNG. By default, it's giving a PNG of only 1st page. How to get the PNG ...
Madhu Patel's user avatar
0 votes
1 answer
235 views

Error While Loading Document using OpenOffice SDK in JAVA

I'm trying to Load a document using OpenOffice SDK in JAVA. I'm Using XComponentContext xContext = Bootstrap.bootstrap(), and trying to get the remote office component context of OpenOffice through ...
Madhu Patel's user avatar
0 votes
0 answers
25 views

How to convert text to table rows in the OpenOffice?

I have a table with cell that contains several paragraphs. I want to split it into multiple table rows in such a way that one row has text from one paragraph. For example, I have such table: And I ...
Evgeniy Mikhalev's user avatar
0 votes
0 answers
19 views

How can I edit document like doc,PDF in my browser?

I have a client and he wants to open the document in browser. Edit the document and save it back to database or NextCloud. I am using angular as front-end technology and python flask as back-end . I ...
Samresh Kumar Jha's user avatar
1 vote
0 answers
53 views

How to KEEP only first occurence data in Libre Office Calc (with two column filter)

I have a large database of car makes and models color auto code structured in these columns: Make - Model - Description - Code and about 14000 rows. I need to have the database with only the first ...
Tommaso's user avatar
  • 21
0 votes
1 answer
104 views

Table containing the count of multiple columns?

I've got the following table: Question 1 Question 2 Question 3 a a b b a c a c e c b e a d a How do I create a pivot table (or something similar) containing the count of answers per question? i....
E.J's user avatar
  • 33
0 votes
0 answers
177 views

Error trying to use LibreOffice COM library `com.sun.star.ServiceManager': Access denied

I am trying to use the libreOffice library using PHP. When I run the code from the console it works fine, but when I run it via the browser it fails. The error is "Failed to create COM object `...
marcveciana's user avatar
0 votes
1 answer
571 views

Code or command-line for converting ODG (open document graphic) to PNG, JPEG, etc? (Windows and/or macOS)

I've spent many hours searching for open-source code or utilities (but NOT the full LibreOffice suite) that would let me convert an ODG (Open Document Graphic) image to any standard format like PNG or ...
emendelson's user avatar
1 vote
1 answer
477 views

Connecting to LO from python IDE with PyUNO for debugging

I am trying to set up an comfortable environment to develop some python scripts for LibreOffice Calc. Before I tried to edit .py files directly from "/home/user/.config/libreoffice/4/user/Scripts/...
laksdjfg's user avatar
0 votes
1 answer
244 views

Angular frontend Spring backend file download not working or corrupt

I have some files (.odt) stored in a mysql database which I try to download Spring backend (not Spring boot): Controller: @RequestMapping(value = "/downloadRequest", method = RequestMethod....
KurtJ's user avatar
  • 33
0 votes
0 answers
57 views

How to sign a microsoft office or openOffice certificate with a p12 or pfx certificate

I want to be able to sign a Microsoft office or OpenOfiice document with with a digital certificate without using the Gui softwares. I already signed PDF and XML (with xml-dsig). Some people say I can ...
user3502626's user avatar
0 votes
0 answers
74 views

How a can open programmaticly LibreOffice in modal mode in separate process

How a can open programmaticly LibreOffice in modal mode in separate process, like winword.exe /w? under windows/linux Didn't find anything...
binks's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
62