question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

LibreOffice not fund on windows

See original GitHub issue

When trying to convert to pdf file, I got an error telling me that LibreOffice is not installed.

Scenario: OS: Windows 7 SP1 (x64) LibreOffice Version: 6.2.5.2 (x64) soffice.exe Path: ‘C:/Program Files/LibreOffice/program/soffice.exe’

The current filter cannot find this path: (Line 497 of file “converter.js”) var _windowsDirnamePattern = /^LibreOffice \d+(?:\.\d+)?$/i;

I could correct it locally by changing it to: var _windowsDirnamePattern = /^LibreOffice( \d+(?:\.\d+)?)?$/i;

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
CMAraujo87commented, Mar 2, 2022

can we use carboneoio with out LibreOffice ?? I want to use this in my project , so there any issues if I use carboneio without LibreOffice

Carboneio uses LibreOffice to convert the document into PDF. You won’t need it if you don’t want to convert or if you’ll use another tool for the conversion.

1reaction
steevepaycommented, Oct 8, 2019

@buster95 If you don’t want library installation, you should use Docker by using our “ideolys/carbone-env-docker” image, check out. It’s a Carbone environment ready to use: node 8 image with Libreoffice installed. Reach me if you need help to setup. Also, feel free to Fork the project and submit Pull Requests to make improvements !

Read more comments on GitHub >

github_iconTop Results From Across the Web

Libre Office not working windows 10 - English - Ask LibreOffice
Libre Office not working windows 10 · Right click -> Run on Windows Start menu (or Windows Key + R ) · Type...
Read more >
LibreOffice not fund on windows · Issue #41 · carboneio/carbone
When trying to convert to pdf file, I got an error telling me that LibreOffice is not installed. Scenario: OS: Windows 7 SP1...
Read more >
General Installation Issues (Windows)
You may encounter unexpected errors while installing LibreOffice on Windows, many of which are not specific to LibreOffice.
Read more >
LibreOffice 7.4.1.2 not opening on Windows 10 after installation
I've had this problem in the past when upgrading LibreOffice. I ended up having to uninstall it completely and then install the new...
Read more >
How to Fix: Can't Open LibreOffice Problem - libreofficehelp.com
In Windows, open Task Manager. And Right-Click on any process named libreoffice or soffice . And select the kill process option. Then restart ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found