Dear Sir
web use bellow code to insert a tiff document that there are four pages into Word ,but it only show the first picture from Tiff .
DocumentBuilder db = new DocumentBuilder(document);
db.MoveTo(lastMergedNode );
db.InsertImage(pdfStream );
// Insert a paragraph break to avoid overlapping images.
db.Writeln();