Hi Team,
I am converting a file inTo PDF from Word using Aspose.Word in .NET but the output file is quite larger than Microsoft Interop. This is happening only when the Word file contains images.
CODE:
program.cs
// …...{ var doc = new Aspose.Words.Document(inputPath); doc.Save(outputPath...(1.7 MB) Template Test 0409.docx (1.8 MB) alexey.noskov June...