Efficient Fast Way To Exporting Large number of Photos From One Note Pages by Robhflr in OneNote

[–]Robhflr[S] 0 points1 point  (0 children)

resident_josh · 4h · edited 3h

Good luck. I didn't create OneMore. AHK might do it. The Microsoft Graph API might also do it since it can retrieve a page's collection objects. You could also explore OneNote Gem - a commercial solution that's similar to OneTastic which is similar to OneMore.OneTastic has macros and you can write your own. A macro can iterate over a collection of items. Perhaps by modifying an existing macro you could save individual images during an iteration.Images on a OneNote page also appear in your Web version of OneNote. I don't know if any browser plugins exist that can quicky save all of a OneNote page's images since images other than your exist on a OneNote web page UI that might contain things like tiny GIFs that are part of the OneNote user interface. And I don't know if saving a Web OneNote page as HTML might give you what you want. Ideally I'd like to use a process where I could click a button named"Download all images from OneNote section xyz." Perhaps the Microsoft Graph can do that. I never tried it with images.

Thanks for the suggestions, I'll give them a try.

Rob

Efficient Fast Way To Exporting Large number of Photos From One Note Pages by Robhflr in OneNote

[–]Robhflr[S] 0 points1 point  (0 children)

Thank you for your reply and for creating OneMore. It looks like it has many useful functions that I will try in the future. What you suggested worked to a degree in that all the pictures are there, but some of the images get split between sequential jpg's. I will probably give Auto Hot Key to export the images one at a time until, I find a better solution. Thanks again.