Loading a memory stream into an Aspose document seems to remove all lastRenderedPageBreak tags from a document. Is this a known behavior, and is there any way around it? Ex, the memStr has the tags in is, but as soon as the document is saved, the lastRenderedPageBreak tags are gone:
Document wordDocument = new Document(memStr);
wordDocument.Save(@“C:\Users\sdixon\Desktop\CurrentRun\2.docx”);