Hello!
Does anyone happen to know how to get the file size of an EPMDocument or more precise the file size of the primary content?
I'm looking for the value presented under the Content Tab -> File Size for a particual version (see embedded image).
I would like to extract this value using Java.
Pseudo code below:
EPMDocument doc = getEPMDocument("filename", "1", "3");
String size = doc.getPrimaryContentSize();
Thank you for your effort!
/Peter