this post was submitted on 06 May 2024
235 points (98.8% liked)

Open Source

31218 readers
19 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

This is a robust, locally hosted web-based PDF manipulation tool using Docker. It enables you to carry out various operations on PDF files, including splitting, merging, converting, reorganizing, adding images, rotating, compressing, and more. This locally hosted web application has evolved to encompass a comprehensive set of features, addressing all your PDF requirements.

Stirling PDF does not initiate any outbound calls for record-keeping or tracking purposes.

All files and PDFs exist either exclusively on the client side, reside in server memory only during task execution, or temporarily reside in a file solely for the execution of the task. Any file downloaded by the user will have been deleted from the server by that point.

you are viewing a single comment's thread
view the rest of the comments
[–] TCB13 1 points 6 months ago (1 children)

Why would it make you think that? The App isn't anti-foss. I believe they're doing a lot of things server side just because there were already popular and well tested libraries for many functions. Either way it should be way easier to deal with PDFs in Java than in JS.

[–] [email protected] 1 points 6 months ago (1 children)

Because java is compiled..and server side isnt visible? Or is it all downloadable? Regardless seems ridiculous we need a server ran app just to edit pdfs

[–] TCB13 2 points 6 months ago* (last edited 6 months ago)

You can download, compile and have both the server-side and the client-side components running in your machine. It's easy to get it running with Docker and nothing is locked or "invisible" in that project. One thing we can say is that it might not be convenient.

Alternatively you have https://tools.pdf24.org/en/ that has about the same features and provides a downloadable desktop app ready for usage.