No description
Find a file
Max Niclas Wächtler 1bf668f9b2 Add release workflow
2025-04-26 22:30:56 +02:00
.github/workflows Add release workflow 2025-04-26 22:30:56 +02:00
utils improved folder structure, add various settings, improve logging & code performance & file size 2025-04-26 22:24:27 +02:00
.editorconfig use LF instead of CRLF (#28) 2022-04-15 14:13:31 -04:00
.eslintignore fix .eslintignore (#48) 2023-01-19 10:06:51 -05:00
.eslintrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
.gitignore Update .gitignore (#25) 2022-01-28 10:34:53 -05:00
.npmrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
esbuild.config.mjs build: minify prod build 2023-11-15 14:10:43 -05:00
LICENSE add MIT license 2025-04-26 00:06:21 +02:00
main.ts move comment to side 2025-04-26 22:27:52 +02:00
manifest.json Initial working version 2025-04-25 23:54:43 +02:00
package-lock.json improved folder structure, add various settings, improve logging & code performance & file size 2025-04-26 22:24:27 +02:00
package.json improved folder structure, add various settings, improve logging & code performance & file size 2025-04-26 22:24:27 +02:00
README.md Update README.md 2025-04-26 00:04:47 +02:00
styles.css Update sample css file. 2022-08-09 13:39:02 -04:00
tsconfig.json Fix inconsistent indentation 2024-01-19 21:14:58 +02:00
version-bump.mjs add version bump script (#10) 2022-01-22 16:13:50 -05:00
versions.json Initial working version 2025-04-25 23:54:43 +02:00

PDF Printer

PDF Printer is an Obsidian plugin that converts PDF files in your vault into images, making it easy to embed and annotate PDF content directly in your notes.

Features

  • Convert PDF pages to high-quality PNG images
  • Batch conversion of multi-page PDFs
  • Simple command to trigger conversion

🙏 Please note that this feature list is not final! I am planning to extend the plugin quite a bit, so stay tuned! :)

Installation

  1. Copy the project files into your vault's .obsidian/plugins/pdf-printer/ folder
  2. Restart Obsidian
  3. Enable PDF Printer in Settings > Community plugins

Usage

  1. Open a PDF file in Obsidian
  2. Open the Command Palette (Cmd+P) and run PDF Printer: Convert PDF to Images
  3. Images will be generated and saved alongside the PDF or in the configured folder

Configuration

No configuration yet!

Contributing

Contributions are welcome! Please open an issue or submit a pull request on the GitHub repository.

License

This project is licensed under the MIT License.