Hi,
I am using DotCMIS 0.3. Whenever I tried to get the length of document's contentstream, it give me wrong length only for xml documents. Other format
documents gives proper length like pdf, txt, doc etc.
One observation is - for each xml document the length is gretter than 85.
I use
IContentStream contentStream = cmisDocument.GetContentStream();
_nLength = cmisDocument.ContentStreamLength.Value;
Thanks in advance