- 8 Posts
- 14 Comments
mrmn@lemmy.worldOPto Selfhosted@lemmy.world•PdfDing - Over 500 stars on Github, Helm Chart, new features, new theme and design improvementsEnglish4·2 months agoThere is not much I can do as this functionality is provided by mozilla’s pdf.js library (this also powers the pdf reader of firefox).
mrmn@lemmy.worldOPto Selfhosted@lemmy.world•PdfDing - Over 500 stars on Github, Helm Chart, new features, new theme and design improvementsEnglish2·2 months agoCurrently, there is no ocr. I also don’t know if I’ll add at some point in the future. It kinda clashes with the philosophy of keeping it simple and minimal as it is quite resource hungry.
mrmn@lemmy.worldOPto Selfhosted@lemmy.world•PdfDing - Over 500 stars on Github, Helm Chart, new features, new theme and design improvementsEnglish5·2 months agoI just checked, I usually don’t use the app on a mobile device. If you want to highlight text on mobile:
- open the highlight menu
- select the text as if you were to copy it (long press, etc)
- then click on a color
- the text should now be highlighted
mrmn@lemmy.worldOPto Programming@programming.dev•I am building a self-hosted PDF manager, viewer and editor31·3 months agoThe 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.
mrmn@lemmy.worldOPto Selfhosted@lemmy.world•PdfDing - Now with editing functionalitiesEnglish2·3 months agot 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 :)
mrmn@lemmy.worldOPto Selfhosted@lemmy.world•PdfDing - Now with editing functionalitiesEnglish3·4 months agoIt 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.
mrmn@lemmy.worldOPto Selfhosted@lemmy.world•PdfDing - Now with editing functionalitiesEnglish2·4 months agoNo this is not possible. However I think, that you can adjust the page size/scale with Stirling PDF.
mrmn@lemmy.worldOPto Selfhosted@lemmy.world•PdfDing - Now with editing functionalitiesEnglish12·4 months agoIt 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.
mrmn@lemmy.worldOPto Selfhosted@lemmy.world•PdfDing - Selfhosted PDF Manager and ViewerEnglish1·4 months agoYes, you could see it like that. I actually started developing PdfDing after I did not find any ebook reader that fulfilled all of my requirements.
mrmn@lemmy.worldOPto Selfhosted@lemmy.world•PdfDing - Selfhosted PDF Manager and ViewerEnglish4·4 months agoWhat’s up with changing to github?
I answered this in another thread, so I just copy it here. I hope that’s okay.
I tried to make codeberg work, but it is really hard to gain traction and interaction with the community over there. For example, while I got 3 issues from the community on codeberg in over 5 months, on github I already got two in just two days. Of course it could be a coincidence or the same users as on codeberg.
I am developing PdfDing not only for myself but also as way to give back to the community for all the great projects I am using. So I want it to be used by many people. I want and need the interaction with the community. The issues I got until now were great feature requests that I would have not thought of on my own. Maybe I will also get contributors, would be great for sure.
but the biggest thing I see missing is support for indexing / searching documents.
I think it would be quite cool to have support for indexing / searching documents. I am not exactly sure how to do or to incorporate it but there should be a way :). For now it’s not on top of my to-do list as there are some core features I am still missing and want to finish first. Feel free to create an issue on GitHub.
mrmn@lemmy.worldOPto Selfhosted@lemmy.world•PdfDing - Selfhosted PDF Manager and ViewerEnglish5·4 months agoPdfDing has a totally different use case than stirling-pdf. stirling-pdf is for manupilating PDF files, in contrast the PdfDing is for viewing and managing PdfFiles.
There are also self-hostable ebook readers, but they (at least the ones I have tried) don’t allow individual users to upload their own files. Usually there is an admin curating the content. Also sharing content with an external audience is difficult.
mrmn@lemmy.worldOPto Selfhosted@lemmy.world•PdfDing - Selfhosted PDF Manager and ViewerEnglish6·4 months agoYou are right, there are solutions to for this, that are using the inbuilt PDF viewer of the browser. This works fine on desktops and laptops but on smartphones it will simply download the PDF file and not display it in the browser (at least it is like this on my mobile devices). This solution also does not allow you to continue reading where you stopped on another device.
I needed wanted other features on top:
- every user can upload files
- can be self-hosted via Docker
- minimal and resource-friendly
- SSO support
- Share PDFs with an external audience via a link or a QR Code. There should also be some kind of access control mechanism for the shared PDFs
mrmn@lemmy.worldto Selfhosted@lemmy.world•This Week in Self-Hosted (29 November 2024)English11·4 months agoHi, developer of PdfDing here. I understand what you are saying, but allow me to explain. I tried to make codeberg work, but it is really hard to gain traction and interaction with the community over there. For example, while I got 3 issues from the community on codeberg in over 5 months, on github I already got two in just two days. Of course it could be a coincidence or the same users as on codeberg.
I am developing PdfDing not only for myself but also as way to give back to the community for all the great projects I am using. So I want it to be used by many people. I want and need the interaction with the community. The issues I got until now were great feature requests that I would have not thought of on my own. Maybe I will also get contributors, would be great for sure.
This is already possible. In the pdf overview there is a layout button on the top right where you can change between compact, list and grid layout.