Hello Aspose Team,
We’ve encountered an issue while converting certain .Docx files to .pdf format using Aspose.Words for .NET. The problem appears consistently with specific Documents, while others convert without issue…...// Load the document Document doc = new Document("path/to/your/document...// Save the document as PDF doc.Save("path/to/output/document...