Questions tagged [libreoffice]

LibreOffice (LibO) is a free and open source office suite, developed by The Document Foundation. It was forked from OpenOffice.org (OOo) in 2010.

LibreOffice (LibO) is a free and open source office suite, developed by The Document Foundation. It was forked from OpenOffice.org (OOo) in 2010.

The tag can be used for all LibreOffice questions. If your question is limited to one of the programs included in LibreOffice you can further add , , or . Questions targeting LibreOffice API and extension development should additionally be tagged with .

Resources:

1725 questions
0
votes
1 answer

How to convert files to PDF simultaneously?

I have a node.js web application and I want to be able to convert many documents (in the same time) to PDF. In this moment I use libreoffice with a queue (The purpose of queue is to avoid infinite conversion for a file - if libreoffice cannot…
roroinpho21
  • 732
  • 1
  • 11
  • 27
0
votes
1 answer

Can't add records from query in LibreOffice Base - Violation of unique index

I am attempting to add records to a table which is linked to other tables that I don't want to modify. When I attempt to add a record to the table in question, an error message appears: Error inserting the new record. Violation of the unique index…
user1897830
  • 443
  • 1
  • 3
  • 10
0
votes
1 answer

Interfacing Apache Drill vs OpenOffice/LibreOffice via JDBC

I am trying to use LibreOffice as a frontend on the Drill DB engine, through JDBC interface. Currently I am working in embedded mode, then I will switch to distributed mode. Drill is working fine in CLI or GUI interface. I am using Oracle JRE 1.7 I…
RCecinati
  • 31
  • 3
0
votes
1 answer

How to split a column along with its contents?

In LibreOfficeCalc i have a single column with 2 values like this I have to split this into 2 as given below: How can i do this??
Gadheyan .t.s
  • 377
  • 2
  • 9
  • 23
0
votes
1 answer

LibreOffice XForm : how to read form data with javascript macro

I have an XForm document in LibreOffice Writer 5. The form contains various text boxes and date fields. What I want is to create a Javascript macro that will be assigned to one text box and perform some actions whenever the user changes the input of…
dchar
  • 1,665
  • 2
  • 19
  • 28
0
votes
0 answers

Failed to convert doc to pdf using libreoffice5 in php

I got a problem when converting doc to pdf using libreoffice5 in php. I wrote a Linux shell to convert a office doc document to pdf (t.sh): #!/bin/sh libreoffice5.0 --headless --invisible --convert-to pdf --outdir $1 $2 Then I created a php file in…
mjstudio
  • 1
  • 1
0
votes
1 answer

Disable auto capitalization for some specific fonts in Libre Office Writer

I'm using Libre Office Writer to write my lab report and since it's going to contain a significant number of linux commands (it's actually about netcat), I want them to begin with lowercase letters when using "Consolas" font. So is there any idea…
Sangimed
  • 900
  • 8
  • 16
0
votes
1 answer

LibreOffice 5.0.1 crashes when it calls ODMRegisterApp function

I am using Libreoffice 5.0, I am trying to create a macro to save the file in my application, i get an error when we try to register odma in the function ODMRegisterApplication. please can someone tell me how to resolve this issue or is there any…
0
votes
1 answer

How to change the background color of a cell on mouse click in Libre Office Calc?

So here's what I need: when I click on certain cells in a spreadsheet in LibreOffice Calc, the background color changes to black. If I click again, it changes back to white. At first, all relevant cells are white. When document is saved, it should…
0
votes
1 answer

Pyuno indexing issue that I would like an explanation for

The following python libreoffice Uno macro works but only with the try..except statement. The macro allows you to select text in a writer document and send it to a search engine in your default browser. The issue, is that if you select a single…
Rolf of Saxony
  • 21,661
  • 5
  • 39
  • 60
0
votes
1 answer

insert page number add labels to images and tables

In libre office writer I want to insert: page number in which the first five pages have latin numbers (i ii iii iv v) and after the fifth page have numbers. Also I have tables and images in which I want to insert label like image 1: text for image…
Teras
  • 1
  • 4
0
votes
1 answer

Export pdf from Draw document with transparency

I use Libreoffice Draw for drawing block diagrams. I export them automatically on the command line using the following command: soffice --headless --convert-to pdf --outdir figures figures_raw/foo.odg However, this does not preserve transparency -…
Razer
  • 7,843
  • 16
  • 55
  • 103
0
votes
1 answer

How to get LibreOffice's document binary?

I'm just starting to develop extensions to LibreOffice suite and I'd like to get the binary of the current active document. In fact I'd like to do something similar to an ajax request where I'd sent this document. Any ideia?
0
votes
0 answers

exec for libreoffice always returns success

I have the following code in PHP to convert a .doc to pdf using libreoffice: exec('libreoffice --headless --convert-to pdf sample.doc',$output,$return); print_r($return); This prints: 0 meaning success and converted file is also available However,…
Hardik Dave
  • 676
  • 1
  • 6
  • 17
0
votes
1 answer

Further calculations from calculated fields in libreoffice base

Working on LibreOffice 4.4.5.2 / HSQLDB 1.8.0.10 Calculated fields are quite easy.. eg; "Field Name1" + "Field Name2" in a third field = a simple sum. In my database I think I need further calculations from calculated fields within the same…
bdragon254
  • 13
  • 3
1 2 3
99
100