Community

ABBYYFlexiCapture How to change the name of the import file according to the reading result Answered

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

 

Was this article helpful?

0 out of 0 found this helpful

Comments

1 comment

  • Avatar
    Permanently deleted user

    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

    0

Please sign in to leave a comment.