Hello,
Here is my basic workflow for a feature of my project:
- Upload pptx from local Windows machine to a Fedora server (done)
- Split that file into single-page files. (done)
- Convert each page to image (stuck here now).
- Return the image (done)
Now that, Windows contains some fonts that are either 1. not installed on my server or 2. not supported by Linux after all, so sometimes some words will be converted to Fedora-installed font on my server, which could change word’s space (since some fonts look bigger/wider than other even they have same font size) that may push the word to a new line and overlap with other content on the page.
Therefore, I wonder if there is anyway to force LibreOffice to read unsupported fonts as a font of my choice(ideally font size as well), no matter what font it originally used?
I have done my research around, it turns out potentially possible with a GUI, which is not available for my server and makes the problem more complex.
Any suggestions?