我正在使用(免费试用版)编写一个将".pdf“文件转换为".docx”文件的Python程序。我发现文献可以将任何".pdf“文件转换为包含".txt”文件(恢复文本数据)和".excel“文件(返回表格数据)的”.txt“文件。import FileRef
from adobe.pdfservices.operation.pdfops.extract_pdf_ope
我很难在浏览器中显示PDF,尽管我正在获取Base64代码,并且使用onlinetool(),我可以看到代码转换为存储在后台的正确的PDF文件。之后,我转换为blob对象,然后当我单击按钮时,它似乎不会在adobe阅读器中打开。// when the button is pressed, it will call the API to get the PDF document