File Format conversion through libreoffice Python API?

First of all, is there a Python API to libreoffice.

Also Is there a way I can use libreoffice Python API to convert an input file into a specific format.
Say, example.doc to a pdf.

Right now I am achieving this by making a system call using --convert flag. I wanted to know if there is some neat way to achieve it.