我想使用ubuntu16.x中的python3.x将PDF转换为docx。我看了下面给出的代码: for top, dirs, files in os.walk(pdfdir): if filename.endswith('.pdf'): abspath_pdf = os.path.normpath(os.path.join(top, filename))
print'
我在公司的内部网上有一组Wiki页面(MediaWiki样式),我想将其转换为文档(或一些我可以在其中导入的东西)。我要找的东西是:
看起来不像"Wiki到Acrobat PDF Pro到Microsof Office Word“(因为我们没有Acrobat PDF Pro)。实际上,即使是非专业版(允许“另存为微软Word在线”选项)在我的公司(非常老版本的Adobe套件)也是不可用的。但是,我仍然可以将页面导出为<em