MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-579080.py

File recipe-579080.py

recipes/Python/579080_Convert_doc_docx_files/recipe-579080.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# http://code.activestate.com/recipes/578858-convert-doc-and-docx-files-to-pdf/
2# Convert doc and docx files to pdf (Python recipe)
3
4from os import chdir, getcwd, listdir, path

Callers

nothing calls this directly

Calls 10

strftimeFunction · 0.90
printFunction · 0.85
chdirFunction · 0.85
listdirFunction · 0.85
endswithMethod · 0.80
CloseMethod · 0.80
check_pathFunction · 0.70
count_filesFunction · 0.70
exitFunction · 0.50
replaceMethod · 0.45

Tested by

no test coverage detected