I was trying to convert a PPTX to PDF using the libreoffice5.3 command.
The command I used is as follows:
libreoffice5.3 --headless --convert-to pdf --outdir . filename.pptx
The PPTX contains a table with blue border in the first page. The table vanishes from the first page upon conversion. The data in the table can be seen but the table itself is not being shown.
I am not sure why this may be happening. Please provide assistance.