https://camerondwyer.com/2017/04/13/how-to-export-multiple-pages-from-onenote-to-a-single-word-document/

I needed to find a way to export a number of pages from a OneNote notebook into Word documents. The technique I used and will step through in this post was to:

Right-click on the section tab and select Export…

Change the export file type to be a Word document (*.docx)

This will export all pages from the OneNote section and append them all into one Word document. This is a pretty good result except for the pictures. In many cases the pictures are wider than the page width and look half missing.

The solution to quickly and easily address the image width problem in bulk is to create a Word macro to resize all images in a Word document that are too wide to fit on the page.

Here’s how we create the Word macro (this is in Outlook 2016)

The Developer toolbar needed for creating macros isn’t visible by default so to switch it on to File | Options | Customize Ribbon and ensure Developer is checked

You should now get the Developer toolbar appearing

Select Macros, give the new macro a name and select a scope for where to save the macro (this determines where it will be available later on).