<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Plugin to merge documents together</title><link>https://community.appian.com/discussions/f/plug-ins/6412/plugin-to-merge-documents-together</link><description>Hi Guys, Just want to check if there is any plug-in available on cloud which can append / merge multiple docx / doc files in to one ? Thanks, Rajat 
 OriginalPostID-181160 
 OriginalPostID-181160</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Plugin to merge documents together</title><link>https://community.appian.com/thread/25107?ContentTypeID=1</link><pubDate>Mon, 30 Nov 2015 18:20:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:544cd288-61d4-4016-b8a9-e516fe4361f3</guid><dc:creator>Rahul Gundu</dc:creator><description>There is a plug-in in shared components called Docx Merge. It will merge multiple documents into one. follow the below link &lt;a href="https://forum.appian.com/suite/tempo/records/type/components/item/i8BCLGOdlMUpdGVqT-RV7oRg74uEGJO5yYQ2nGVAfGFkefAeWmcyW5kW1jIh6Ezuw/view/summary"&gt;forum.appian.com/.../summary&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Plugin to merge documents together</title><link>https://community.appian.com/thread/25068?ContentTypeID=1</link><pubDate>Fri, 27 Nov 2015 18:20:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6a70b344-69c7-416a-a25e-47f789c1dc7c</guid><dc:creator>ryanh</dc:creator><description>Attached are some screen shots of the PDF Tools &amp;#39;merge&amp;#39; node being used in my prototype example to merge multiple pdf files into 1 pdf.&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="/cfs-filesystemfile/__key/communityserver-discussions-components-files/19/PDFTools-example.jpg"&gt;&lt;img src="/cfs-filesystemfile/__key/communityserver-discussions-components-files/19/PDFTools-example.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Plugin to merge documents together</title><link>https://community.appian.com/thread/25067?ContentTypeID=1</link><pubDate>Fri, 27 Nov 2015 18:04:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:482020f9-f622-4575-ac71-1c9d0b3ab3aa</guid><dc:creator>ryanh</dc:creator><description>I made a quick prototype a few months ago using the PDF Tools shared component &lt;a href="https://forum.appian.com/suite/tempo/records/type/components/item/i8BCLGOdlMUpdGVqT-RV7oRg74uEGJO5yQZ7MpzhduWHwyNAKZtKRO8ZUtPHppHKQ/view/summary"&gt;forum.appian.com/.../summary&lt;/a&gt; and it seemed to work well.  I had an existing process model that created a summary of a process in a 1 page pdf.  I wanted to try to then create a similar summary for each of the children records (N #) and append them to the parent pdf file.  I cloned the process model, cloned the individual node that made a pdf and had that copied node run N number of times, once for each child record in my db (which actually had data from multiple places).  The nodes run, create individual 1 page pdf files with incremented file names and they are stored temporarily in my knowledge center folder specific to the running process.  Then, I used the merge node available to make a single PDF with the parent process pages (could be more than 1 page), and then each of the children pdf files behind it.  My proof of concept worked great.  I think there are other pdf related components that might support this, including the one above, but the pdftools one seemed to work.&lt;br /&gt;&lt;br /&gt;As a side note, a coworker recently needed to create a multi-row table in a PDF and the normal tools to do this would have been problematic because the size of the table could vary and possibly span a 2nd page of the pdf.  He hasn&amp;#39;t completely finished the solution yet and presented it to us or deployed to production, but here is his rough steps:&lt;br /&gt;&lt;br /&gt;Our business partners wanted us to generated a document that was a little too complicated to generate as a HTML template document.  It contained a table (of various length – depending on the transaction) – which would leave a large white space if we used a PDF template.  What we really wanted to do is generate a Word document in Appian that contained a table that can vary in length.&lt;br /&gt; &lt;br /&gt;A Word .docx file is actually a .zip file in disguise.  So, the first thing you do is change the name to .zip and open the archive.  Inside the archive, you’ll find a /word/document.xml file.  This is what you need to generate to create a formatted Word content.&lt;br /&gt; &lt;br /&gt;Here’s a quick rundown of the steps involved:&lt;br /&gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1) Rename your word.docx file to a word.zip file.  &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2) Pull the formatted document.xml file from a word.docx (located in the zip file under the \\word directory&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3) Save the word.zip file (minus the document.xml) as a template in Appian (include ###variables###)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;4) Generate the document.xml file in Appian. (a lot of XML constants, expression rules, etc)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;a. Generate your table using Word’s XML&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;b. Insert your variables throughout the document.xml file and insert your table as a Word XML string&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;5) Place your document.xml file back inside your world.zip template file&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;6) Save your new document as word.docx&lt;br /&gt;&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Plugin to merge documents together</title><link>https://community.appian.com/thread/25066?ContentTypeID=1</link><pubDate>Fri, 27 Nov 2015 16:58:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:12914530-8f94-4e81-ab30-299a9d33b96b</guid><dc:creator>sikhivahans</dc:creator><description>@rajatm Not sure if you are already aware of this - did you check &amp;#39;Dynamic Document Generator&amp;#39; shared component?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>