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
// …...I am converting a file into PDF from Word using Aspose.Word in...{ var doc = new Aspose.Words.Document(inputPath); doc.Save(outputPath...