Is there demo for copy contents by page number into another word

I need to copy one word some pages into another word, is there demo for this?

@GusGus You can use Document.extractPage method to extract content of the particular pages in the document. Then you can use either DocumentBuilder.insertDocument or Document.appendDocument method in insert the extracted content into another document.