无法在RobotFramework中将PDF转换为文本

时间:2019-04-03 10:31:40

标签: robotframework

无法在robotframework中转换PDF。 结果通过但内容为空。

请参阅随附的示例文件。

enter link description here

*** Settings ***
Library           String
Library           Pdf2TextLibrary

*** Test Cases ***
 Read PDF 1  
     ${data}      Convert Pdf To Txt    C:\\TRM\\example_PDF.pdf
     Log    ${data}
     ${data}     Decode Bytes To String       ${data}       UTF-8

0 个答案:

没有答案