I want to Merge 2 PDF files. 1 PDF contain 1st page of details and 2nd PDF contains other details

Hey @Raks_K

Goto Manage Package Add → below mentioned package with same version

image

Then in Activity Panel–> Search for Merge PDF → Drag it to Designer Canvas → It will automatically add one more package →

image
Then → Add Two PDFs using Add Entry button.

Screenshot for your reference:

If you want to add Pdf’s path dynamically then,

Click on Use Collection of Pdf Files,

Then,
Put below mentioned Query:

Directory.GetFiles("Your\Folder\Path","*.pdf").Select(Function(x) LocalResource.FromPath(x.ToString)).ToArray

Note: Replace Your\Folder\Path in the above query with the source folder path which has pdfs in it!

Screenshot of Variable panel for your reference:

Or

Refer this

Hope all the above-mentioned information will help you!
If Yes, then kindly mark this post as a Solution.

Happy Automation!

Regards,
Ajay Mishra