Get document information
GroupDocs.Merger allows to get document information which includes:
The following code sample demonstrates how to get document information.
Merger merger = new Merger("c:\sample.vsdx");
IDocumentInfo info = merger.getDocumentInfo();
System.out.print(info);