• 9 Posts
  • 21 Comments
Joined 2 months ago
cake
Cake day: November 30th, 2024

help-circle








  • Allow me to quote myself:

    While Stirling PDF and PdfDing are both self-hosted web applications centered around PDF files, they still differ in their use case. Stirling PDF focuses on performing various operations like splitting, ropping and rotating on your PDFs. PdfDing however has a different focus, it is all about reading and organizing your PDFs. All features are added with the goal of improving the reading experience or making the management of your PDF collection simpler. PdfDing’s editing functionalities were added with the same idea in mind. You can add annotations, highlighting and drawings to PDFs, so that you can highlight or add information that will be beneficial to your reading experience.













  • 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 :)




  • 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.




  • PdfDing 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.


  • You 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