PDF exports are no longer working, it was working fine a couple of weeks ago. I’m on Ubuntu 20 and using Version: 6.4.7.2 of Libreoffice. I’m guessing that my last update on Ubuntu broke it. Export Index is checked in the PD dialog, I’ve tried unchecking it and then rechecking it, didn’t fix the problem. I’m reading the PD with Atril, version 1.24.0.
Hello,
if you are on Ubuntu 20.04 and it is an initial install of that version, perform the following procedure:
dpkg --list | awk '/ii/&&/libreoffice/{print $2}' | sudo xargs apt purge --yes
sudo apt autoremove --yes
sudo apt update --yes
sudo apt install libreoffice libreoffice-gtk3 libreoffice-sdbc-hsqldb libreoffice-help-en-us
Hope that helps.
1 Like
Thanks, that fixed it.