Hello
Could you tell me how to change the name of the import file according to the reading result ?
Situation and requests example
import file name : aaa.pdf
string "bbb" is in the document
I would like to chenge the file name from aaa.pdf to bbb.pff
Thank you so much for your help
コメント
1件のコメント
Hello,
To change the file name you need to know the path to the source file. You can do it using by ImageSource property of the IPage object (see the link: ). Please note that it is "read-only" property. Also you need to extract "bbb" by the IDocument.Field("Your Field name").Text object. Then rename the file by .Net methods
サインインしてコメントを残してください。