You are viewing limited content. For full access, please sign in.

Question

Question

merge pdf in workflow

asked on February 10, 2014

 

Is there a way to merge pages of 2 PDFs in WF?

0 0

Answer

APPROVED ANSWER
replied on February 10, 2014 Show version history

It is possible but the PDF would need to be exported and re-imported. This is because PDF is a third party format. This would likely require an SDK script for the importing / exporting part. So it's not a simple solution but once exported to the server it would be as simple as using this tool.

 

http://www.coolutils.com/CommandLine/PDFCombine

0 0

Replies

replied on February 10, 2014

There is no built-in activity for merging PDFs.

0 0
replied on February 10, 2014 Show version history

You can also use iTextSharp to do it in C# - you could extract certain pages this way. 

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.