We have an image and a title on the header of the .xlsx file as shown on this image (print view mode) :
When we convert the .xlsx to pdf running the following command:
soffice --headless --convert-to pdf --outdir /home/output /home/input/file.xlsx
It generates the pdf but the image is not showing in the header:
How can we solve this?