How to Merge multiple images to one pdf file

Thank you so much guys,:-:+1::+1::+1:

@sarathi125
@Palaniyappan

It’s done…!

1 Like

Found two ways to merge images into pdf.

  1. using “word application scope

  2. using “Image to PDF converter” convert each images into 1 pdf file and then use join pdf to merge into one pdf file.

2 Likes

@Palaniyappan
@sarathi125

One more question I have

after getting file size (using New FileInfo(FilePath).Length)
less than 5mb
then
upload
Else
split file

kindly suggest best for else section

@prashantP,

Try with “Extract PDF Page Range” activity

1 Like

we can directly send the file with the mail activity and we can place that activity here in the ELSE part, as per the process
@prashantP

1 Like

@sarathi125

but “Extract PDF Page Range” activity will split into pages
but how could robot know size ? which pages need to be split ?

@Palaniyappan
my concept is I have to upload this file on particular portal but there is limitation size i.e 5mb.
so, suppose file is greater than 5mb robot should split that file

@prashantP,

Get total count of the pages then split equally, this may resolve the issue.

@prashantP,
To get total number of pages from the PDF file,
Untitled

@sarathi125

should i create new topic and tag you guys again ?

@prashantP,

My two previous replies not useful?

@sarathi125

I did not checked. just thought before we go ahead let’s ask you. :-:slightly_smiling_face:

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