Hi Aspose-Team,
I have an Word-document. In this document there are some newlines. But when I try to get the pages as an bitmap, all newlines (carriage return) are ignored.
My code to get the word document as a bitmap-object (“doc” is type of Aspose.Words.Document)
AsposeViewer.DocumentRenderer l_Renderer = new Aspose.Words.Viewer.DocumentRenderer(doc);
AsposeViewer.PageNavigator l_Nav = new Aspose.Words.Viewer.PageNavigator(l_Renderer);
Bitmap l_DocumentBitmap = l_Nav.CurrentPage;
I hope you can help me quickly. Thank you! I attached two screenshot. One from MS Word and the other from Aspose.Words.Viewer generated Bitmap (ignore the red lines - I add them after generating the bitmap).