this post was submitted on 25 Dec 2024
156 points (99.4% liked)

Selfhosted

40898 readers
737 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Hi c/selfhosted,

I am the developer of PdfDing. As this feature was requested quite often I wanted to inform you that it is now possible to edit PDFs by adding annotations, highlighting and drawings. You can find the repo here.

I also got the feedback that organizing PDFs with simple tags does not work for many people. It is now possible to organize PDFs with multi-level tags. I hope this will improve the user experience.

If you like PdfDing I would be really happy over a star on GitHub. As the project is open source, if anyone wants to contribute you are welcome to do so!

top 12 comments
sorted by: hot top controversial new old
[–] [email protected] 23 points 1 week ago (1 children)

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

i have this hosted, should i switch?

[–] mrmn 14 points 1 week ago (1 children)

It depends on you use case. Stirling PDF focuses on performing various operations like splitting, cropping and rotating on your PDFs. PdfDing has a different focus, it is all about reading and organizing your PDFs. I started this project because I wanted a web app where I can read longer PDFs seamlessly on my desktop and mobile devices.

The newly added editing features were implemented with the aim of improving the reading experience. If I find something important I can add an annotation or highlight something. When studying you can add free hand notes to your files.

I hope that helps in differentiating the two applications.

[–] [email protected] 2 points 1 week ago (1 children)

very cool, are you planning an android app?

[–] mrmn 3 points 1 week ago (1 children)

It is not planned right now as I never developed an android app before. But who knows, I am also not a frontend dev, yet here we are :D

I am planning on developing a Rest API, hopefully I can do this in such a way that someone from community is able to create a mobile application.

[–] [email protected] 3 points 1 week ago

I nowadays I don't see much benefit of dedicated Android apps in these cases (clients of hosted content). If your webapp works well for mobile browsers than making it a pwa is not much more than adding a single file and it feels pretty native to me. So you safe tons of development work. Or am I missing on something?

[–] tyrant 7 points 1 week ago (2 children)

Have dimensioning and scaling on there? I have yet to find a good PDF program in Linux for working with architectural drawings. In Windows I use pdfxchange (and also through wine in Linux) but would love a native solution.

[–] mrmn 2 points 1 week ago

No this is not possible. However I think, that you can adjust the page size/scale with Stirling PDF.

[–] [email protected] 2 points 1 week ago (2 children)

Surprised to find a fellow pdfxchange user. I use it for work where I deal with a lot of electronics/components datasheets. Pdfxchange's search functionality/UI is superior to every other PDF viewer/editor I've tried. I'd love to find an open-source alternative.

[–] ThePancake 2 points 1 week ago

PDFxchange is hands down the best PDF UI I've used. I switched from Acrobat a year ago expecting to be disappointed, but haven't had any issues. The ability to customize almost everything about the software was what sold me and I'll never be able to go back to the horrible experience of Acrobat.

[–] tyrant 2 points 1 week ago

It's so much better than the other PDF things I've used. I can measure drawings, set dimensioning scale, comment, edit, all easily. I don't know why more software doesn't take their lead. Bluebeam is industry standard for my world and it's way more expensive and way worse of a product. Pdfxchange users unite!

[–] [email protected] 4 points 1 week ago (1 children)

Do I understand correct that it is a document manager, specialized on PDFs? I tried various EDMs for personal use (e.g. Mayan, paperless), but was never really happy, so maybe I find time to give it a spin.

[–] mrmn 2 points 1 week ago* (last edited 1 week ago)

t is all about reading and organizing your PDFs. I started this project because I wanted a web app where I can read longer PDFs seamlessly on my desktop and mobile devices.

Yes, you do. I do not know however you complex the management part needs to be for you. You could give it a try and if you are missing something just create an issue on github and I see what I can do :)