What does Read PDF Text: Value cannot be null. (Parameter 'fileName') mean


How can i fix it?

HI,

It seems CurrentFileName variable is null.
Probably, it should be as the following.

CurrentFile.FullName

Regards,

Hi @ADELARD_KAZUMA_HO

The value provided for file property looks wrong please provide it as

currentFile.FullName or currentfile.Name as required

The value you provided might be a variable and it is empty

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.