(in_, out)
| 117 | |
| 118 | |
| 119 | def document_to(in_, out): |
| 120 | if platform.system() == 'Windows': |
| 121 | return word_to(in_, out) |
| 122 | else: |
| 123 | return libreoffice_to(in_, out) |
| 124 | |
| 125 | |
| 126 | _g_word_to_docx2pdf = False |
no test coverage detected
searching dependent graphs…