我已经下载了一本pdf格式的在线书籍,并想在我的ios项目中使用这本书。所需的格式为xml格式。question and there may be a blank line above我曾尝试使用word/pages将pdf转换为txt,并逐行阅读文本,但我无法识别问题和答案。注意:这个过程是
pdf -> use word/pages
我想使用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'Converti