MCPcopy
hub / github.com/ArtifexSoftware/pdf2docx / document_to

Function document_to

test/test.py:119–123  ·  view source on GitHub ↗
(in_, out)

Source from the content-addressed store, hash-verified

117
118
119def 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

Callers 1

test_oneFunction · 0.85

Calls 2

word_toFunction · 0.85
libreoffice_toFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…