At first, attempting pip install groupdocs-viewer-net was yielding an error that said no such file existed, despite me getting that command off of groupdocs-viewer-net · PyPI. So I proceeded To download groupdocs_viewer_…...HtmlViewOptions def render_docx(): with Viewer("sample.docx") as viewer: options..."__main__": render_docx() Copy sample.docx to the Current Directory...