PDF Image Extractor

by svew
5
4
3
2
1
Score: 35/100
New Plugin

Description

Adds a command to extract embedded images from the currently open PDF and save them to your vault's attachments folder. - This plugin has not been manually reviewed by Obsidian staff.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

PDF Image Extractor

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.

Usage

  1. Open a PDF inside Obsidian.
  2. Run the command palette (Ctrl/Cmd + P) and choose PDF Image Extractor: Extract images from PDF.
  3. The plugin walks every page, extracts the embedded images, and writes them to your configured attachments folder.

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.

Reporting Bugs

Please submit bug reports to this repo's issues.

Contributing

Contributions are welcome, though please create an issue first before beginning any work so there's no miscommunications.

Development

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.