Could the aspose.words.dll copy whole document into clipboard?

Hi, support,

I have a question like this:
Could the aspose.words.dll copy whole document (including texts, style, format, shapes,objects,tables,images,headers and footers, all the elements) into clipboard? If so, how to get the data from clipboard and paste it into a new blank document for saving?

Thanks for your response!

@ducaisoft

Thanks for your inquiry. Aspose.Words does not provide API to copy the Document’s object into clipboard. However, you can clone the document using Document.Clone(true) method and perform document processing tasks on it. You can also insert it into empty document using DocumentBuilder.InsertDocument method.

If you face any issue, please share complete detail of your use case. We will then provide you more information about your query.