I am building a self-hosted PDF manager, viewer and editor (github.com)
from mrmn@lemmy.world to programming@programming.dev on 07 Jan 21:54
https://lemmy.world/post/24002641

Hi,

over the last six months I have been building PdfDing. You can find it on github.

PdfDing is a selfhosted PDF manager, viewer and editor offering a seamless user experience on multiple devices. Some of its features include:

The project is built using Django, Alpine JS, htmx, Tailwind CSS and Mozilla’s pdf.js.

If you like PdfDing please consider giving the project a star on github. If anyone wants to contribute you are welcome to do so!

#programming

threaded - newest

refalo@programming.dev on 08 Jan 02:53 next collapse

how does this compare to https://github.com/Stirling-Tools/Stirling-PDF ?

Kissaki@programming.dev on 08 Jan 08:07 next collapse

Their README has a section regarding that github.com/mrmn2/PdfDing/blob/master/README.md#co…

… Stirling PDF focuses on performing various operations like splitting, cropping and rotating on your PDFs. PdfDing however has a different focus, it is all about reading and organizing your PDFs. …

Kissaki@programming.dev on 08 Jan 08:08 collapse

github.com/Stirling-Tools/Stirling-PDF

Your link is broken, linking to https://programming.dev/post/Stirling-PDF

LordKitsuna@lemmy.world on 08 Jan 03:17 next collapse

I’m not a huge fan of python projects in general, they tend to be wildly unreliable in the long run (more the fault of python itself than the devs but the fact remains) however i am looking for something exactly like this so I’m gonna give it a shot

Kissaki@programming.dev on 08 Jan 08:09 collapse

PDF is a broad format with various standards and formats. Which ones does PdfDing support?

mrmn@lemmy.world on 08 Jan 15:37 collapse

The project is using mozilla’s pdf.js library for displaying pdfs (this is also used for firefox’s build in pdf reader). As far as I am aware it should be able to work with (allmost) all pdf files.