0

I am using this command to convert .XLSX file to PDF. /usr/bin/unoconv -vvv -f pdf -o test.pdf 'somename.xlsx'

So pdf is generating successfully, but when I checked the pdf content, It was missing contents from one sheet.

I am not sure why it is missing content. It will be helpful If someone guide me to troubleshoot.

Yograj Gupta
  • 9,811
  • 3
  • 29
  • 48
  • would be interesting to know which type of content was missing. Was it formulas, or plain text, some special formatting? – Sunchezz Oct 28 '19 at 16:29
  • @Sunchezz, basically it is missing complete sheets to export, I have 7 sheets in one section, and it is only showing 3 out of 7 in the PDF file. – Yograj Gupta Oct 30 '19 at 06:19

1 Answers1

0

The issue is due to older version install of openoffice on centos server, after installing the updated version of openoffice, it is working fine.

Yograj Gupta
  • 9,811
  • 3
  • 29
  • 48
  • what version of OpenOffice (or is it LibreOffice) is that? I still can't get multiple sheets to render as CSV here, and it seems unclear whether or not this is fixed in unoconv: https://github.com/unoconv/unoconv/issues/198 – anarcat Oct 22 '22 at 19:26