Merge multiple a Word document into XPS in C# code. Save a Word document as XPS using C#....Select the target format from the list dotnet add package Aspose.Words...Aspose.Words; var fileNames = new List< string > { "Input1.docx" ,...
Merge multiple a Word document into PNG in C# code. Save a Word document as PNG using C#....Select the target format from the list dotnet add package Aspose.Words...Aspose.Words; var fileNames = new List< string > { "Input1.docx" ,...
Merge multiple a Word document into TXT in C# code. Save a Word document as TXT using C#....Select the target format from the list dotnet add package Aspose.Words...Aspose.Words; var fileNames = new List< string > { "Input1.docx" ,...
Merge multiple a Word document into JPG in Java code. Save a Word document as JPG using Java....Select the target format from the list // Repository path: https://releases...Copy import com.aspose.words.*; List<String> fileNames = Arrays.asList(...
Merge multiple HTML into PDF in Java code. Save HTML as PDF using Java....Select the target format from the list // Repository path: https://releases...Copy import com.aspose.words.*; List<String> fileNames = Arrays.asList(...
Merge multiple a Word document into XPS in Java code. Save a Word document as XPS using Java....Select the target format from the list // Repository path: https://releases...Copy import com.aspose.words.*; List<String> fileNames = Arrays.asList(...
Merge multiple HTML into SVG in C# code. Save HTML as SVG using C#....Select the target format from the list dotnet add package Aspose.Words...Aspose.Words; var fileNames = new List< string > { "Input1.html" ,...
Merge multiple PDF into GIF in C# code. Save PDF as GIF using C#....Select the target format from the list dotnet add package Aspose.Words...Aspose.Words; var fileNames = new List< string > { "Input1.pdf" , "Input2...
Merge multiple a Word document into HTML in C# code. Save a Word document as HTML using C#....Select the target format from the list dotnet add package Aspose.Words...Aspose.Words; var fileNames = new List< string > { "Input1.docx" ,...
Merge multiple PDF into HTML in C# code. Save PDF as HTML using C#....Select the target format from the list dotnet add package Aspose.Words...Aspose.Words; var fileNames = new List< string > { "Input1.pdf" , "Input2...