Received : 2007/07/04 04:20:49
Message : Hi,
I use Aspose words for create documents. I start with an template, fill the bookmarks…
When i open the document everything is ok, but when i try to print document with tables or lines this ones disapear, and all document is moved to the top. So on print the document does’t look like on preview
For print i use this:
Aspose.Words.Document aDoc = new Aspose.Words.Document(docName);
Aspose.Words.Viewer.DocumentRenderer dRen = new Aspose.Words.Viewer.DocumentRenderer(aDoc);
dRen.PrinterSettings.Copies = (short)(2);
Please do you have any ideea why this happened?
Or it is other solution to print without usind documentrender class (i think because of render this problem appear)
Thanks,
Bogdan Cotoc
dRen.Print();
This message was posted using Aspose.Live 2 Forum