Better PDF

by MSzturc
5
4
3
2
1
Score: 47/100

Description

Category: Note Enhancements

The Better PDF plugin allows you to seamlessly integrate PDF files into your Obsidian notes. With this plugin, you can insert a single page or a range of pages from a PDF file directly into your note. You can also scale the size of the PDF pages to fit your note layout and rotate them as needed. Additionally, you can hyperlink to PDF files and even cut out specific parts of the PDF. The plugin provides a flexible syntax for inserting PDF content, making it easy to customize your notes with PDFs.

Reviews

No reviews yet.

Stats

216
stars
66,806
downloads
16
forks
1,922
days
971
days
1,419
days
13
total PRs
2
open PRs
0
closed PRs
11
merged PRs
36
total issues
19
open issues
17
closed issues
0
commits

Latest Version

4 years ago

Changelog

What's Changed

New Contributors

Full Changelog: https://github.com/MSzturc/obsidian-better-pdf-plugin/compare/1.3.0...1.4.0

README file from

Github

Obsidian Better PDF Plugin

Goal of this Plugin in to implement a native PDF handling workflow in Obsidian

Features

  • Insert a single PDF Page inside Note
  • Insert a list or range of pages into Obsidian Note
  • Hyperlink to PDF
  • Scale the size of PDF Pages to fit Note layout
  • Rotate PDF
  • Cutout PDF Parts

Demo

Sample

Syntax

parameter required example
url yes myPDF.pdf or subfolder/myPDF.pdf or "[[MyFile.pdf]]"
link optional (default = false) true or false
page optional (default = 1) 1 or [1, [3, 6], 8] where [3, 6] is an inclusive range of pages. page = 0 is an alias for the whole document
range optional [1, 3] Insert pages 1 to 3 (inclusive). Overwrites page.
scale optional (default = 1.0) 0.5 for 50% size or 2.0 for 200% size
fit optional (default = true) true or false
rotation optional (default = 0) 90 for 90deg or -90 -90deg or 180
rect optional (default = [0,0,0,0]) offsetX, offsetY, sizeY, sizeX in Pixel

Integration

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Omnisearch
4 years ago by Simon Cambier
A search engine that "just works" for Obsidian. Supports OCR and PDF indexing.
Annotator
5 years ago by Elias Sundqvist
A plugin for reading and annotating PDFs and EPUBs in obsidian.
PDF++
2 years ago by Ryota Ushio
PDF++: the most Obsidian-native PDF annotation & viewing tool ever. Comes with optional Vim keybindings.
Markmind
5 years ago by Mark
A mind map, outline for obsidian,It support mobile and desktop
Pandoc
5 years ago by Oliver Balfour
Pandoc document export plugin for Obsidian (https://obsidian.md)
Obsidian Enhancing Export
4 years ago by YISH
This is an enhancing export plugin base on Pandoc for Obsidian (https://obsidian.md/ ). It's allow you to export to formats like Markdown、Markdown (Hugo https://gohugo.io/ )、Html、docx、Latex etc.
Text Extractor
3 years ago by Simon Cambier
A (companion) plugin to facilitate the extraction of text from images (OCR) and PDFs.
Better Export PDF
2 years ago by l1xnan
Obsidian PDF export enhancement plugin
PDF Highlights
5 years ago by Alexis Rondeau
Extract highlights, underlines and annotations from your PDFs into Obsidian
Image Toolkit
5 years ago by sissilab
An Obsidian plugin for viewing an image.
Extract PDF Annotations
4 years ago by Franz Achermann
This is a plugin for https://obsidian.md. It extracts Annotations from PDF Files.
Marker PDF to MD
2 years ago by L3N0X
Make use of different AI models to convert your pdfs into markdown with perfect ocr, latex formulas, tables, images and more! Supports Mistral AI OCR (free) and self hosted variants!
PDF break page
2 years ago by CG
Plugin for obsidian that adding shortcuts to create breakpages for pdf exports.
Awesome Reader
3 years ago by AwesomeDog
Make Obsidian a proper Reader.
Slide Note
3 years ago by Jinyan Xu
LLM Summary
2 years ago by QSun
wip
SwiftLaTeX Render
2 years ago by gboyd068
PDF Folder to Markdowns
a year ago by CrisHood
Convert a folder of PDFs into a folder of Markdown files with embedded PDFs. This plugin is useful for users who want to migrate their PDF notes from different apps (e.g., Boox) or organize their reference materials inside Obsidian.
PDF Paste
a year ago by Cormac
Paperless
a year ago by Talal Abou Haiba
PDF2Image
2 years ago by RasmusAChr
Handwriting OCR
9 months ago by ikmolbo
Transform handwritten documents and scanned images into editable text with Handwriting OCR's AI-powered handwriting to text conversion.
downloadPDF
2 years ago by Frieda
BibDesk Integration
a year ago by Andrea Alberti
Integration of Obsidian with bibtex files
Insert New Line
a year ago by Freddy Ouellette
Obsidian plugin to insert a new line above or below the current line.