Is there a way to virtually select everything in a docx document and copy into the clipboard?
I would like to create a c# function that would take the filename of a document, and put it into the clipboard as if it were being copied with control-C.
Thank you,