svew141 downloadsAdds a command to extract embedded images from the currently open PDF and save them to your vault's attachments folder.
Obsidian plugin which provides a command to find all the embedded images in the currently opened PDF file, and saves each one to a subfolder in your vault.
Ctrl/Cmd + P) and choose PDF Image Extractor: Extract images from PDF.By default, saved files are named {pdfname}-p{page}-{index}.png and placed in the same attachments folder as specified by your vault settings, but this can be configured in the plugin settings.
Please submit bug reports to this repo's issues.
Contributions are welcome, though please create an issue first before beginning any work so there's no miscommunications.
npm install
npm run dev # watch / rebuild main.js
npm run build # type-check + production build
Copy main.js, manifest.json into <vault>/.obsidian/plugins/pdf-image-extractor/ to test inside a vault.