Skip to content

Better Export PDF

Export your notes to PDF, supports export preview, add bookmarks outline and header/footer.

The above warnings are based on limited information and might not always be accurate.

Data

IDbetter-export-pdf
Authorl1xnan
FundingSupport the Author
Minimum Obsidian Version0.15.0
Official Release Date2024-02-16
Last update2026-07-04

Last Refresh

Obsidian Stats last refreshed the data behind this page on Jul 13, 2026.

Community plugin snapshotJul 13, 2026
Repository clonelast successful checkout Jul 6, 2026
Release acquisitionrelease metadata checked Jul 6, 2026; latest main.js acquired

Quick Links

Changes

DateChanged PropertyOld ValueNew Value
2024-02-16Plugin Added
2026-06-07Plugin Removed
2026-06-09Plugin Re-Added

Repository Data

LicenseMIT in package.json
MIT in LICENSE file
Package Managerpnpm
Uses TypescriptYes
Installed BundlersVite, esbuild
Installed Testing FrameworksNone found
Has Test FilesNo
Latest Release main.js Size506 KB
Detected ES VersionES2020
Probably MinifiedYes
main.js API Findings6 disclosures
Uses BRAT beta releasesNo
Dependenciesdeepmerge, p-limit, pdf-lib
Dev Dependencies@eslint/js, @sveltejs/vite-plugin-svelte, @types/eslint__js, @types/node, builtin-modules, electron, esbuild, esbuild-svelte, eslint, obsidian, svelte, svelte-check, svelte-preprocess, tslib, typescript, typescript-eslint, vite

main.js API Findings

These conservative findings come from static analysis of the latest release main.js. The table includes warnings and high-confidence informational findings; lower-confidence informational findings are omitted to reduce false positives. Warnings indicate usage of potentially risky APIs, but such APIs can be used safely if handled with care.

DisclosureDetected From
Adapter File AccessUses adapter-level vault filesystem APIs
Embedded Base64 BlobIncludes large embedded base64 blobs
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Metadata AccessReads Obsidian metadata cache
Node Filesystem AccessUses direct Node filesystem-related modules
Process Or Shell AccessUses Node process or subprocess APIs
FindingTypeConfidenceEvidence
Uses Electron desktop APIsWarningHighelectron (1)
Uses direct Node filesystem-related modulesWarningHighfs (5), os (1), path (1)
Uses Node process or subprocess APIsWarningHighprocess.env (1)
Uses persistent browser storageInfoHighlocalStorage (1)
Includes large embedded base64 blobsInfoHighbase64 blob (15)
Registers events, DOM handlers, or intervalsInfoHighsetTimeout (4), this.registerEvent (2)
Reads Obsidian metadata cacheInfoHighapp.metadataCache.getFileCache (1), app.metadataCache.getFirstLinkpathDest (2), app.metadataCache (3)
References URLs or constructs URL objectsInfoHighhttp:// (2), https:// (18)
Persists plugin settings or dataInfoHighthis.loadData (1), this.saveData (1)
Registers plugin settings UIInfoHighthis.addSettingTab (1), Setting (22), obsidian.Setting (22)
Registers commands, ribbon icons, or status bar itemsInfoHighthis.addCommand (1)
Accesses Obsidian vault APIsInfoHighapp.vault (5)
Uses adapter-level vault filesystem APIsInfoHighapp.vault.adapter (2)
Accesses Obsidian workspace APIsInfoHighapp.workspace (3)

The above data may not be accurate and contain errors. For more information refer to the page about data collection.

Lines of Code

The plugin has a total of 2514 lines of code. The following chart shows the lines of code split by programming language.

Downloads

The following chart shows the total number of downloads of the plugin over time. The second chart shows the delta of downloads per week, which is the number of new downloads per week. New version releases are marked with vertical lines.

Version History

VersionRelease DateNote
1.0.02023-08-29Prerelease, Released while not listed
1.0.12023-09-03Released while not listed
1.0.22023-09-04Released while not listed
1.0.32023-09-04Released while not listed
1.0.42023-09-17Released while not listed
1.0.52023-10-21Released while not listed
1.0.62023-12-26Released while not listed
1.0.72023-12-28Released while not listed
1.1.02023-12-30Released while not listed
1.2.02023-12-31Released while not listed
1.2.12023-12-31Released while not listed
1.2.22024-01-01Released while not listed
1.2.32024-01-01Released while not listed
1.2.42024-01-02Released while not listed
1.2.52024-01-04Released while not listed
1.2.62024-01-05Released while not listed
1.3.02024-01-09Released while not listed
1.3.12024-01-09Released while not listed
1.3.22024-01-10Released while not listed
1.4.02024-01-25Released while not listed
1.5.02024-01-29Released while not listed
1.5.12024-01-30Released while not listed
1.5.22024-01-30Released while not listed
1.5.32024-02-19None
1.5.42024-02-20None
1.5.52024-02-21None
1.5.62024-03-05None
1.5.72024-03-10None
1.5.82024-03-21None
1.6.02024-03-27None
1.6.12024-03-28None
1.7.02024-04-02None
1.7.12024-04-07None
1.7.22024-04-12None
1.7.32024-04-15None
1.7.42024-04-19None
1.7.52024-04-24None
1.7.62024-04-28None
1.8.02024-05-07None
1.8.12024-06-23None
1.8.22024-07-09None
1.8.32024-07-11None
1.9.02024-08-06None
1.9.12024-08-08None
1.9.22024-08-18None
1.10.02024-12-05None
1.10.12025-01-13None
1.10.22025-01-15None
1.11.02025-04-13None
2.0.12026-06-06None
2.0.22026-06-07Released while not listed
2.0.32026-07-04None

Blacklisted versions are versions that are known to cause major issues or contain security concerns and have thus been blacklisted by the Obsidian team. Obsidian will disable plugins on startup whose installed version is blacklisted. Released while not listed versions happened outside the period where the plugin was present in the community plugin list and are excluded from aggregate release statistics.