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

Convert Docx to Doc using headless

I have run fallowing command on centos-release-6-7.el6.centos.12.3.x86_64 we get Command status: 0 doc file gernrated. But centos-release-6-3.el6.centos.9.x86_64 Command: libreoffice5.0 --headless --convert-to doc…
Prafull kadam
  • 208
  • 1
  • 6
0
votes
1 answer

LibreOffice problems drawing hash marks in shape using Python

I am trying to create a hash mark pattern inside a shape using LibreOffice 5 on Windows 10 using the Python 3.3 that came with LibreOffice. Two thirds of the code is similar to this post with additional questions about creating hash marks at the end…
John Bessire
  • 571
  • 5
  • 20
0
votes
1 answer

LibreOffice Writer doesn't show footer in even pages when converting to html

I have an HTML form that I'm trying to convert to PDF using LibreOffice. Also i have to use footer in my document. I create a document in html format with 5 pages but only odd numbers of page show footer. Even numbers don't show anything. Actually,…
meltem
  • 1
  • 1
0
votes
1 answer

Python-uno not working in ubuntu 14.04

I have a python project developed in Ubuntu 12.04 using python 2.7 . It is using pyoo and uno installed using pip install pyoo apt-get -y install python-uno While using this project on ubuntu to 14.04 . a) while installing apt-get install…
Varun Chawla
  • 303
  • 1
  • 6
  • 19
0
votes
1 answer

Link to external file in LibreOffice

I use the LibreOffice API to convert an Excel file to a PDF. It works well but what is rather bothering me is that when I load the Excel file, I get a pop up dialog that asked for refreshing the file because of links to an external file. How can I…
yemerra
  • 1,352
  • 4
  • 19
  • 44
0
votes
1 answer

Converting Excel file in byte array to PDF file in byte array

The LibreOffice API offers a lot of functions for URLs in order to convert files on the file system. But what if I have a file that is in an byte array and I want to convert it to a byte array from another format. Lets say I have a byte array which…
yemerra
  • 1,352
  • 4
  • 19
  • 44
0
votes
0 answers

Use command line LibreOffice convert to transform TIFF into PNG

I am currently using LibreOffice to convert WMF and EMF files into PNGs with no problems but when I try to run the same command on TIFF files: soffice -headless -convert-to png -outdir tmp/ image1.tiff the image transforms correctly but I get a…
Eduardo Ramos
  • 416
  • 3
  • 8
0
votes
1 answer

Libre Base create field on date and auto increment value

I have inherited an excel spreadsheet of ~7000 jobs that I want to turn into a database. I am trying to write a new job entry form. One of the fields is a job ID that is the (YY) year followed by a three digit sequential number, eg 16001,16002...…
0
votes
1 answer

libreoffice calc arithmetic inside number formatting?

Is it possible to perform arithmetic inside a formatting declaration? I want to display =1 as 1mg, =0.1 as 100 mcg, =0.0001 as 100ng, etc.
Rob F
  • 529
  • 6
  • 17
0
votes
1 answer

Find Excel indent levels in R

I have an output with formulas from what I believe to be an Oracle database. It uses multiple indent levels to assign hierarchy levels. These levels are lost when I read the file into R (via CSV or readxl::read_excel, etc). The screenshot is an…
Henk
  • 3,634
  • 5
  • 28
  • 54
0
votes
0 answers

Converting a .wxp (Exp document file) in .doc or .odt

I'm stuck in trying to open an old paper written in EXP, a word processor for the creation of scientific documents. Apparently, the file is not readable with word processors in Windows and/or Linux (Ubuntu). From the website it is possible to…
maumag77
  • 55
  • 1
  • 6
0
votes
1 answer

Unable to make LibreOffice online build

I am trying to build libreOffice online by following the readme here https://github.com/LibreOffice/online in LoolWsd folder. When i run make command i get this exception /usr/bin/ld: cannot find -lpcre Can you please tell what can be done here.
user2539602
  • 618
  • 3
  • 9
  • 18
0
votes
1 answer

Libreoffice writer adds a line at the bottom on pressing multiple hypen and enter

in libreoffice writer if I type hypen (-) consecutively many times like -------------- and then press enter then a line appears at the bottom of line How to remove this line and keep hypen as is?
code chimp
  • 359
  • 2
  • 8
  • 21
0
votes
1 answer

LibreOffice calc to PGAdmin 3?

I have one table with 9 columns and 1010 rows. Now, I want to turn this table into SQL database so I can manipulate data from PGAdmin 3? I literally only need an option to export LibreOffice Calc file into SQL file or PGAdmin 3 readable…
DaX
  • 94
  • 1
  • 11
0
votes
1 answer

Convert .odt to .docx using libreoffice5.0 in python

command = "libreoffice5.0 --headless --convert-to odt /data/Format/000001535edbaf8f27a9c331003600c900520045/test.docx --outdir /data/Format/000001535edbaf8f27a9c331003600c900520045" When we run this command on terminal that gives me output…
Prafull kadam
  • 208
  • 1
  • 6