Hi,
I’m having an issue with the convertion for word document to xps the exception message is:
Stream length must be non-negative and less than 2^31 - 1 - origin.
Parameter name: offset
System.ArgumentOutOfRangeException was unhandled
Message=Stream length must be non-negative and less than 2^31 - 1 - origin.
Parameter name: offset
And the sample code is:
Document doc = new Document(filepath);
doc.Save("temp.xps", SaveFormat.Xps);
Regards,
Thanks,