this post was submitted on 29 Aug 2026
336 points (99.1% liked)

Selfhosted

61827 readers
462 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Hello folks!

I would like to share an update about BentoPDF. It's an open source privacy first PDF toolkit that runs in your browser.

1. You can now actually edit text inside PDFs

BentoPDF now allows you to click existing text, edit it, and have the text reflow while preserving the original fonts and styling.

It also includes:

  • Bold, italic, underline, strikethrough, superscript, subscript, font family/size, colours, outlines, character spacing and line spacing
  • Left, centre, right and justified alignment
  • Bulleted and numbered lists with indentation
  • RTL and LTR text alignment
  • Find and replace across the document
  • Edit images by rotating, flipping, duplicating, resizing or deleting them
  • Object alignment, distribution, rotation, flipping, duplication

Please note this is a work in progress. You may encounter bugs, which you can report and I will look into.

2. Hyper Compress

Hyper is an open source PDF compression engine built to solve specific problems.

  • Compression sometimes returns a file larger than the original. Hyper's result is always binary: it either produces a smaller PDF or returns the original. This helps create predictable workflows.
  • Hyper includes a true lossless mode. It preserves searchable text, document structure and PDF conformance, rather than rebuilding the document from scratch like Ghostscript.
  • It runs everywhere: CLI, Node SDK, C API, self hosted service, and WebAssembly build.

Repository and benchmarks: https://github.com/alam00000/bentopdf-hyper-compress

I also compared it to Adobe's compression API, but only managed around 100 PDFs where results were within 5%. Testing on a bigger corpus got expensive.

3. Kura

Kura is a PDF standards, conversion and preflight engine.

It supports:

  • All 11 PDF/A conformance levels: PDF/A-1a, PDF/A-1b, PDF/A-2a, PDF/A-2b, PDF/A-2u, PDF/A-3a, PDF/A-3b, PDF/A-3u, PDF/A-4, PDF/A-4e and PDF/A-4f
  • Accessibility: PDF/UA-1 and PDF/UA-2
  • Print production: PDF/X-1a, PDF/X-3, PDF/X-4, PDF/X-4p, PDF/X-5g, PDF/X-5n and PDF/X-5pg
  • Engineering and variable data printing: PDF/E-1 and PDF/VT
  • E-invoices: Factur-X, ZUGFeRD, XRechnung and Order-X
  • 396 bundled print-preflight profiles

It has been tested against several standards suites, including the veraPDF corpus, Isartor, BFO, Ghent Output Suite 5.0, the PDF/UA Reference Suite and Cal Poly's PDF/VT suite.

Across 30,677 PDF conversions it had zero crashes and zero timeouts, with a 0.05 second median conversion time.

Like Hyper, it ships as a CLI, C library, npm package, Docker image and WebAssembly build.

Repository and benchmarks: https://github.com/alam00000/bentopdf-kura

The release also contains other improvements and bug fixes: https://github.com/alam00000/bentopdf/releases/tag/v2.8.8

Thank you and have a great weekend!

top 22 comments
sorted by: hot top controversial new old
[–] ABasilPlant@lemmy.world 3 points 1 day ago* (last edited 1 day ago) (1 children)

Hi! I just wanted to say thank you very much for making BentoPDF - I'm a big fan! It's a tool I use regularly and I'm always very happy that it's so intuitive and easy to use. I learnt about it from lemmy here (your post 8 months ago), btw!

[–] alam@lemmy.world 3 points 16 hours ago

Wow you were one of the very first users then. Thank you for your support!

[–] DonutsRMeh@lemmy.world 40 points 2 days ago (1 children)

A couple of years ago, I complained about not many options for PDF editing on Linux, now there are too many of them and I’m 100% ok with that. Thank you for this.

[–] Kirk@startrek.website 5 points 2 days ago (2 children)

What others are there? This is the first I know of!

[–] lIlIllIlIIIllIlIlII@lemmy.zip 4 points 1 day ago (1 children)

Stirling pdf, but is going with the freemium path.

[–] WillieShen@lemmy.world 1 points 18 hours ago

I selfhosted it on my phone and laptop. Great as a replacement of ILovePDF and those CLI tools that have no common interface (I could write some functions to make one tho).

[–] HubertManne@piefed.social 1 points 1 day ago (1 children)

im curious to. this would be a competitor for firefox for me.

[–] Kirk@startrek.website 1 points 1 day ago (1 children)

Firefox can edit existing pdf text?

[–] HubertManne@piefed.social 1 points 1 day ago

no that is why this would be a better option. it can only add text.

[–] cannedtuna@lemmy.world 38 points 2 days ago (1 children)

Thanks for your work man. Bento is great.

I mostly use it to unlock PDFs that really shouldn’t be locked in the first place. I’ve been meaning to try out some of the other features but hadn’t gotten around to it yet.

Keep it up!

[–] alam@lemmy.world 22 points 2 days ago

Thanks a lot! I am glad it helped

[–] zer0squar3d@lemmy.dbzer0.com 10 points 2 days ago

This is great! Keep it up!

[–] curbstickle@anarchist.nexus 8 points 2 days ago (2 children)

@alam@lemmy.world Please update your post with a tag and disclosure as needed per rules 7 & 8.

[–] alam@lemmy.world 37 points 2 days ago* (last edited 2 days ago) (1 children)

Hi, I just wanted to clarify the AI disclosure requirement again.

I used AI to help generate a large number of malformed PDF files including edge case PDFs that break PDF conformance, which I then used for testing and validating both the engines. However, AI was not used to write the engine's code or the actual test cases.

Would this require me to tag the post as [AIH] / AI-involved? Thank you

[–] curbstickle@anarchist.nexus 23 points 2 days ago (1 children)

That wouldn't count as anything other than CBH, since it wasn't involved in any stage of programming/documentation/etc - more like testing samples, which is no different than users sending crappy pdf's along imo.

[–] alam@lemmy.world 20 points 2 days ago

Great thank you very much. I have updated it to reflect the same

[–] alam@lemmy.world 13 points 2 days ago* (last edited 2 days ago)

Hello! Thank you I have updated it. I believe if its CBH then rule 8 does not apply? If I missed anything then kindly let me know

[–] enchantedgoldapple@sopuli.xyz 5 points 2 days ago

I really appreciate the work you're doing! I mostly local PDF viewers and editors for my daily work, but for situations where those apps fail, BentoPDF reliably helps me out.

I recall having used tinywow.com for bite-sized tasks with files which I found quite convenient at the time. While I have stopped using it in favour of better and privacy respecting applications, I love how BentoPDF brings about a similar level of convenience, as a FOSS app no less.

[–] warmaster@lemmy.world 5 points 2 days ago (1 children)

Does Kura allow for user defined checks?

[–] alam@lemmy.world 8 points 2 days ago
[–] Voroxpete@sh.itjust.works 1 points 1 day ago (1 children)

Oh hell yes! Awesome update.

[–] alam@lemmy.world 2 points 16 hours ago

Thank you! Hope you like it