UiPath 读取 PDF 文本
UiPath.PDF.Activities.ReadPDFText
Reads all characters from a specified PDF file and stores them in a string variable.
属性
File
“文件名”****- 要读取的 PDF 文件的路径。仅支持字符串和字符串变量。
“密码”****- PDF 文件的密码(如有必要)。仅支持字符串和字符串变量。
输入
PreserveFormatting - If selected, this option maintains the formatting of the file after the extraction is completed. The default value is False.
Range - The range of pages that you want to read. You can specify a single page (e.g. "7"), a range of pages (e.g. "7-12"), or a complex range, (e.g. "2-5, 7, 15-End" or "All"). Only string variables and strings are supported. The default value is "All".
输出
“文本”****- 提取的字符串。该字段仅支持字符串变量。
Common
DisplayName - The display name of the activity.
Misc
Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Example of using the Read PDF Text activity
Here you can see how the Read PDF Text activity is used in an example that incorporates multiple activities.
