Hello,
I’m trying to use the Merge PDFs on the Document Understanding group of Activities but i can’t manage to set it up properly, specifically the output configuration:
Can some one help out with this?
Hello,
I’m trying to use the Merge PDFs on the Document Understanding group of Activities but i can’t manage to set it up properly, specifically the output configuration:
Can some one help out with this?
Hi,
Can you try to use PathExists activity as the following?
Or LocalResource.FromPath method will also work.
{LocalResource.FromPath("c:\temp\test.pdf")}
Regards,
Thank you very much.