No description
Find a file
Max Niclas Wächtler 2f1e934a8d 1.1.1
2025-08-11 15:09:53 +02:00
.github bump to v1.1.0 2025-06-02 21:10:44 +02:00
media add showcase 2025-04-26 23:40:28 +02:00
modules add code modules 2025-06-02 21:07:06 +02:00
utils Replace suggest with more minimal version and remove unneccessary dependencies 2025-05-21 23:00:18 +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 add code modules 2025-06-02 21:07:06 +02:00
manifest.json 1.1.1 2025-08-11 15:09:53 +02:00
package-lock.json 1.1.1 2025-08-11 15:09:53 +02:00
package.json 1.1.1 2025-08-11 15:09:53 +02:00
README.md added some cool badges 😎 2025-06-10 23:08:38 +02:00
RELEASE.md 1.1.1 2025-08-11 15:09:53 +02: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 1.1.1 2025-08-11 15:09:53 +02:00

Obsidian PDF Printer

GitHub Downloads (all assets, all releases) GitHub Tag GitHub Issues or Pull Requests TypeScript badge

PDF Printer is a plugin for the Obsidian editor that converts PDF documents in your vault into images, making it easy to embed and annotate PDF content directly in your notes.

showcase

Features

  • Convert PDF documents into WEBP images inside Obsidian
  • Batch conversion of multi-page PDFs
  • Simple command to trigger conversion
  • User-definable image quality

Installation

Direct installation

PDF Printer was added to the official community plugins! Just search for "PDF Printer" in Obsidian's "Community Plugins" tab.

Manual install

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

Usage

  1. Select a link to a ![[file.pdf]]
  2. Open the Command Palette and run PDF Printer: Convert PDF to images
  3. Images will be generated, saved in a seperate folder and the PDF link will be replaced with the WEBP image links for the pages

Configuration

  • Image quality can be set from 0 (lowest) to 1 (highest) in the settings. A lower value reduces image quality, but also decreases file size.
  • A folder for printed images can be set to better organize your vault.
  • A link to the printed PDF file can be shown above the printed pages.
  • The format for embedded images can be set to allow for custom image widths and integrations with more specific workflows.

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.