<!DOCTYPEhtmlPUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"xmlns:ui="http://java.sun.com/jsf/facelets"xmlns:ice="http://www.icesoft.com/icefaces/component"xmlns:h="http://java.sun.com/jsf/html"xmlns:f="http://java.sun.com/jsf/core"xmlns:c="http://java.sun.com/jstl/core"><ui:compositiontemplate="/WEB-INF/includes/templates/page-template.xhtml"><ui:definename="pageTitle"> Concatenate PDF - Aspose.Pdf Demos</ui:define><ui:definename="page-content"><ui:decoratetemplate="/WEB-INF/includes/templates/tabbed_container.xhtml"><ui:definename="example"><tablewidth="90%"align="center"cellspacing="0"cellpadding="0"border="0"><tr><tdwidth="19"><imgsrc="../../../../Common/images/heading_lft.jpg"alt=""width="19"height="41"/></td><tdwidth="100%"class="demos-heading-bg"><h2class="demos-heading-bg"> Concatenate PDF - Aspose.Pdf.Kit</h2></td><tdwidth="19"><imgsrc="../../../../Common/images/heading_rt.jpg"alt=""width="19"height="41"/></td></tr><tr> </tr></table><pclass="componentDescriptionTxt"> This demo <b> Concatenates </b> two input PDF files into a single output file. Using <b> Concatenate </b> method in <ahref="http://www.aspose.com/documentation/java-components/aspose.pdf.kit-for-java/com/aspose/pdf/kit/pdffileeditor.html"> PdfFileEditor</a> class of Aspose.Pdf.Kit component, you can merge/concatenate multiple Pdf documents into a single Pdf file.<br/><br/>Fore more information, please visit <ahref="http://www.aspose.com/documentation/java-components/aspose.pdf.kit-for-java/concatenate-pdf-documents.html">Concatenate PDF Documents. </a><br/><br/><br/>Click <b> Execute Demo </b> to see how demo concatenates <ahref="../resources/Aspose.Pdf.Kit.pdf">pdf document 1</a> and<ahref="../resources/Aspose.Pdf.pdf">pdf document 2</a> enabling user to download results of concatenation.</p><h:commandButtonid="generate"action="#{mycontext.generate}"actionListener="#{mycontext.action}"value="Execute Demo"><f:attributename="demo"value="concatenate"/></h:commandButton><ice:outputResourceid="pdfResource"mimeType="application/pdf"value="Execute Demo"resource="#{mycontext.generatedfile}"fileName="#{mycontext.filename}"shared="false"/><br/><br/><br/><br/><br/><br/><br/><br/></ui:define></ui:decorate></ui:define></ui:composition></html>