Get document information
Leave feedback
GroupDocs.Merger allows to get document information which includes:
The following code sample demonstrates how to get document information.
with gm.Merger("c:/sample.vsdx") as merger:
info = merger.get_document_info()
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.