Which File Types can be converted into PDF using Libreoffice Java API

Hi guys

Which File Types can be converted into PDF using Libreoffice Java API.

I know basic microsoft office File Types such as .doc, docx, excel can be converted into PDF.

But is there any Documentation that lists all File types that LibreOffice can convert into PDF? If so, please pass me the link.

Thanks,
Eddie

The question doesn’t make sense actually. LibreOffice doesn’t convert “file types” to anything. It imports those file types it has import filter for, into its own (ODF) internal representation; then user may export the imported document to whatever format which has export filter in LO. (This also is true for command line operations). So whatever format can be read by LibreOffice as text/spreadsheet/presentation/draw document, may be exported to PDF.