How to merge pdf files

HI,

Can we merge pdf file into single file which as same filename,
can we achieve this by using UIPath

1 Like

Haven’t done this specifically but I would think it is possible. If you can’t get it to work using Read PDF activities then you can read the documents into Word and then use the Export to PDF activity to combine the two documents.

@aksh1yadav any ideas?

Hi,
Reference1
Reference2

I think its not possible to merge pdf files with UIPath but you can achieve this problem by creating custom component.

By using itextsharp.txt.pdf ??
If you are willing to share then you can share in the custom activities category.

Regards…!!
Aksh

1 Like

Okay

Here is the link , read Guidelines before posting :slight_smile: or upload.

https://forum.uipath.com/c/activities

Regards…!!
Aksh

i am trying to attach my custom components but its not uploading its saying size is more

May be yr pckg size is more… Upload it on google drive and make that share url public.

Hi @preethi,
You can achieve using itextsharp dll as mentioned by @aksh1yadav

below is sample module attached
pdf_merge.zip (1.9 MB)

Regards
Sanjay

1 Like

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