What is the Maximum size of the attachment which can be attached with pdf while converting word doc to pdf?

Hello Team,

Could you please let me know the Maximum size of the attachment which can be attached with pdf while converting word doc to pdf using ASPOSE dll.

Thanks and regards,
Sohil Chawla

@sohilchawla,

Are you seeing any exceptions during inserting big OLE Object into Word document and then converting the Word document to PDF by using latest version of Aspose.Words for .NET i.e. 18.9?

Document doc = new Document();
DocumentBuilder builder = new DocumentBuilder(doc);

Shape obj = builder.InsertOleObject(MyDir + "v1.vsd", false, true, Image.FromFile(MyDir + "v1.jpg"));
            
doc.Save(MyDir + @"18.9.pdf");

Unfortunately, your question is not clear enough therefore we request you to please elaborate your inquiry further by providing complete details of your usecase. This will help us to understand your scenario, and we will be in a better position to address your concerns accordingly.