Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
This provide functionality to automatically merge two documents into single or creating new document using existing documents. Major features of this Addon are:
In order to install and use Aspose .NET Document Merger for Microsoft Dynamics CRM you need to have one of the following CRM version installed.
Please feel free to contact us if you find any issues in installing or using this Add-on.
This addon will work with all version of:
You can download the latest solution at:
It is simple to install Aspose .NET Document Merger. Please follow below Instructions:
Open any contact record and click on “Document Merger” from the top ribbon.
Select the First and Second document to merge and select the output option.
Merged document will be attached to same contact record, based on the output selected.
We offer free support. Anyone who uses our product, whether they have bought them or are using an evaluation, deserves our full attention and respect.
You can log any issues or suggestions related to Aspose .NET Document Merger using any of the following platforms:
You can download the latest source code at:
Simply merge two documents here:
Document doc1 = new Document(fileStream1);
Document doc2 = new Document(fileStream2);
doc1.AppendDocument(doc2, ImportFormatMode.KeepSourceFormatting);
MemoryStream UpdateDoc = new MemoryStream();
doc1.Save(UpdateDoc, SaveFormat.Docx);
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.