DEV Community

nullity
nullity

Posted on

Obsidian can't view pdf

OS: ubuntu 20.04

At the time, the latest Obsidian version is 1.8.9.

Problem

Using the latest Obsidian downloaded from snap, I find that I can't view some PDFs in obsidian vault. But those PDFs can be viewed normally in any other PDF viewers.

Solution

Step 1:

Remove the snap version of Obsidian.

snap remove obsidian
Enter fullscreen mode Exit fullscreen mode

Step 2

Download the deb version of obsidian. (Downlaod page of Obsidian)

Image description

Run the following command to install it.

sudo apt install <the-deb-file-path>
Enter fullscreen mode Exit fullscreen mode

For example, in the download folder,
run sudo apt install ./obsidian_1.8.9_amd64.deb

Result

All PDFs can be view normally in Obsidian.

Top comments (0)

Eliminate Context Switching and Maximize Productivity

Pieces.app

Pieces Copilot is your personalized workflow assistant, working alongside your favorite apps. Ask questions about entire repositories, generate contextualized code, save and reuse useful snippets, and streamline your development process.

Learn more

👋 Kindness is contagious

If this post resonated with you, feel free to hit ❤️ or leave a quick comment to share your thoughts!

Okay