Replying to @Schlemmy@lemmy.ml
That’s great to know! (:

Replying to @Schlemmy@lemmy.ml
That’s great to know! (:
Replying to @Voroxpete@sh.itjust.works
Thank you! Hope you like it
Replying to @ABasilPlant@lemmy.world
Wow you were one of the very first users then. Thank you for your support!
Replying to @warmaster@lemmy.world
Hi! Yes it does. its mentioned in the docs: kura.bentopdf.com/docs/preflight#writing-your-own
Replying to @cannedtuna@lemmy.world
Thanks a lot! I am glad it helped
Replying to @curbstickle@anarchist.nexus
Great thank you very much. I have updated it to reflect the same
Replying to @curbstickle@anarchist.nexus
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
Replying to @curbstickle@anarchist.nexus
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
posted in Selfhosted
[CBH] BentoPDF can now edit existing PDF text along with two new engines.
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:
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.
Repository and benchmarks: 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:
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: github.com/alam00000/bentopdf-kura
The release also contains other improvements and bug fixes: github.com/alam00000/bentopdf/releases/…/v2.8.8
Thank you and have a great weekend!
BentoPDF is a self hostable, privacy first PDF Toolkit
Hi folks!
I’m the creator of BentoPDF. It is an open source PDF toolkit that runs entirely in your browser. Your documents stay private, by design.
BentoPDF started as a small side project, but over time it has grown into something much bigger. With our latest major update, BentoPDF now includes 100+ tools, all running fully client-side.
You can do the basics like merge PDFs(while preserving bookmarks), split documents, extract or delete pages, reorder files, rotate pages, and compress PDFs. Thee are also some advanced tools.
You can edit and annotate PDFs directly in the browser: highlight text, add comments, draw shapes, insert images, fill(including XFA) and create forms, manage bookmarks, generate tables of contents, redact, add headers, footers, watermarks, and page numbers.
BentoPDF also supports an extensive range of file conversions. You can convert Word, Excel, PowerPoint, OpenOffice, Pages, CSV, RTF, EPUB, MOBI, comic book formats, and many more into PDFs, and also convert PDFs back into Word, Excel, images, Markdown, CSV, JSON, and plain text.
For images, BentoPDF supports a massive variety of formats, including HEIC, WebP, SVG, PSD, JP2, and and aalso other formats such as EPUB, CBR/CBZ. You can convert images to PDFs, extract images from PDFs in their original format, or rasterize PDFs with full DPI control.
There are also organization and optimization tools: OCR, PDF/A conversion, booklet creation, N-up layouts, page division, attachment management, layer (OCG) editing, metadata inspection and editing, repair tools, and advanced compression algorithms that rival commercial solutions.
The latest update also includes AI ready extraction tools to export PDFs to structured JSON, extract tables as CSV/Markdown/JSON, and prepare PDFs for RAG and LLM workflows.
All of this works entirely in the browser, without accounts, uploads, or tracking.
This is my first post here and I hope you like it. Any feedback or feature requests are appreciated. Thank you.
Github Link: github.com/alam00000/bentopdf