Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
from
os
import
chdir, getcwd, listdir, path
Callers
nothing calls this directly
Calls
10
strftime
Function · 0.90
print
Function · 0.85
chdir
Function · 0.85
listdir
Function · 0.85
endswith
Method · 0.80
Close
Method · 0.80
check_path
Function · 0.70
count_files
Function · 0.70
exit
Function · 0.50
replace
Method · 0.45
Tested by
no test coverage detected