r/pdf

▲ 432 r/pdf+3 crossposts

Made a PDF to EPUB converter that actually handles scanned books

Hey people,

My girlfriend started reading on her Kindle and kept converting PDFs and getting books she couldn't read properly. I am a software developer, so she always told me to make her a better conversion tool. For the past month, I dug into why other tools failed, researched how EPUB works, and how I can make it work.

So I built convert2epub.com. It’s free, and no account is needed for normal text conversions, only for the work done converting scanned pdf's. I posted the first version on r/kindle and got 500 upvotes, improved the first version based on the feedback, and now people are saying it's the best tool they have ever used.

Scans that were already read

Publishers often leave recognised text sitting invisibly on top of the page image. Most converters ignore it and hand back a book of photographs. This one finds that layer and uses it.

I tested this with a 300-page novel. The PDF had 426,904 characters of clean text inside it. Other converters ignored those characters and converted it to an EPUB that contained 637. It was a 20MB book of pictures.

That same book now comes out at 1.4MB with real, resizable text.

Formula/Code recognition

Mathematics is set in two dimensions and extraction reads in one, so a fraction arrives as a column of fragments. Equations are kept as drawn while the prose around them still reflows.

Your typography back

The first page becomes the cover, and the title and author are read from the file rather than left as a filename.

Removing watermarks and repeated title/footer.

Every page of a book repeats its title, author and page number in the margin. On paper, you never notice. Extract the text, and those become ordinary lines, so your reader flows them straight into the prose. Same for watermarks and adverts stamped onto free PDFs. In that same book, it was 778 stray lines across four repeating patterns. I added a feature to remove them.

When there is no text to recover, OCR reads the pages instead, in eight languages and only the pages that actually need it.

reddit.com
u/tashkan — 1 day ago
▲ 38 r/pdf+1 crossposts

I built pdfcn to help you create PDFs faster

I built a 100% free, open-source shadcn registry of PDF components for React.

Features:

  • Built on Takumi and Forme
  • Zero-config, one-command setup
  • shadcn/ui compatible (just copy and paste)
  • 10+ themes, components, blocks
  • Easy to customize and drop into any React project

Website: https://pdfcn.dev
Give it a ⭐ on GitHub: https://github.com/shadcn-labs/pdfcn

u/dank_clover — 1 day ago
▲ 2 r/pdf

What PDF features only pro software has

Hello everyone, I am developing my own PDF editor called KeyPDF. I have been working on it for over a year from scratch, so every new feature is not really dependent on the limitations of third-party software. Therefore, I wanted to ask what kind of features keep you using expensive software. So far, I have implemented text editing and a good level of JavaScript support. I am thinking in the direction of scripts to automate edits or maybe advanced DRM on PDF files. So, if you have any ideas on what kind of advanced features I should add, please let me know.

reddit.com
▲ 1 r/pdf

Merging multiple files by name

I have invoices starting with 1_, 2_ etc…
And I want to combine them with the purchase order also starting with 1_,2_ etc..
I have adobe acrobat pro
I’m using my work computer so I can’t download anything else.
Any ideas how to automate it?
Don’t want to do it one at a time because it’s 100’s of files

reddit.com
u/Adventurous_Way2375 — 1 day ago
▲ 3 r/pdf+2 crossposts

How can I turn a long jpg into multiple page pdf?

I have a scan of a digital book, and it’s a long picture with all the pages (around 200) one above the other in original quality each. I need a fast way to cut it up into multiple pages and put them into a single pdf. I also have the original digital book, but it’s protected and i can’t download it, the only way I can think of is screenshotting each page manually but it takes too long for longer books.

reddit.com
u/Ok-Boysenberry3876 — 1 day ago
▲ 4 r/pdf+2 crossposts

What makes a PDF app feel bloated?

People call PDF apps bloated all the time, but curious what makes something feel bloated in day-to-day use. Is it slow startup, random background processes, too many toolbars, popups, updates, AI features getting pushed into basic reading, or just the app trying to do way more than you opened it for?

Where’s the line for you between “useful features” and “why is this thing doing so much”?

reddit.com
u/foxitofficial — 2 days ago
▲ 17 r/pdf

Introducing Spectra PDF

over the last few years I’ve needed to author and edit PDFs and every single time I search for a solution and never find one that I want to come back to.

This year, in February, I needed some basic stuff that CutePDF+GhostScript could cover but I didn’t want to pay for a Windows XP era UI so I picked up a couple AI subscriptions and put together a simple app that did all of and only what cute pdf pro did.

6 months later and I have a near complete product replacement for Acrobat & Distiller. https://github.com/jasonulbright/spectra-pdf does it all. no ads, no telemetry, no website to login to, no weird license that will cause you future pains (MIT forever), just a high quality app that gives you the tools you need to create and edit PDFs. Oh, it also has support for 24+ languages, CLI support and some fancy batch OCR options.

For now this is a Windows only release but Linux and Mac are planned. I invite you to give it a try and let me know what you think about the speed and features of the app. Feature requests and bug reports are addressed as they come in, usually within 48 hours, so feel free to leave feedback here or on GitHub

u/No_Split11911 — 2 days ago
▲ 2 r/pdf+1 crossposts

Auto-Tag said done. The screen reader skipped the page.

Had a PDF Acrobat Auto-Tag called finished and NVDA still skipped a page of it. Images were the worst. No Figure tag, or a tag with nothing in alt, so the reader went straight past them.

I still don’t know what people do in that situation. Throw the tree away and retag in Acrobat, or keep patching Auto-Tag until PAC shuts up?

I’m not looking for anyone to review a site. Just how you handle tagged-but-unreadable files, especially figures.

u/skdev24 — 2 days ago
▲ 1 r/pdf

I got tired of using 10 different PDF websites, so I built my own.

A few months ago I noticed I had a ridiculous bookmark folder.

One site to merge PDFs.

Another one to compress them.

Another one to convert images.

Another one because the previous one suddenly wanted me to create an account.

Another one because I'd hit some random upload limit.

So I started building my own tool mostly for myself.

I thought the difficult part would be the frontend.

It wasn't.

The real pain was discovering how weird PDFs actually are. Files that open fine in one library fail in another. Compression sometimes saves 80% and sometimes barely moves the needle. Users upload things you never imagined they would upload.

The project ended up taking way longer than expected, but I learned a lot.

For anyone who's worked on file-processing software: what was the bug or edge case that made you question your life choices?

reddit.com
u/EnvironmentalBed2451 — 3 days ago
▲ 24 r/pdf+3 crossposts

My free, local PDF editor that keeps original fonts just got V2: Upgraded Editor Studio (OCR, Pro Sign, feature-packed toolbar) + a full suite of standalone PDF tools

Hey everyone,

A few months ago I posted my local PDF editor here (the one that lets you edit text without ruining the original fonts). The feedback from this sub was really encouraging, and a lot of you reached out asking for features that went way beyond basic text editing.

So I worked on V2 to upgrade the Editor Studio and build a full PDF suite around it.

Here is what's new in V2:

 Upgraded Editor Studio: I added in-browser OCR so you can finally edit scanned documents. I also overhauled the rendering engine for much higher export quality, and packed the toolbar with options so you actually have full control over your layout.

 Pro Sign: Real encrypted e-signatures. Most free sites just let you paste a transparent PNG of your signature, but Pro Sign applies actual encrypted signature standards locally in your browser.

 Standalone PDF Tools: Outside the main editor studio, i built a whole menu of standalone utilities (Word-to-PDF, Compress PDF, Redact, Protect, etc) so you don't have to bounce between sketchy converter sites anymore.

And the core rule hasn't changed: still 100% local, runs entirely in your browser, zero server uploads, no sign-ups, and zero paywalls.

I just pushed V2 live today. Since there are a lot of new moving parts, there might still be some bugs .... if something breaks on your end, let me know in the comments so i can fix it!

Cheers.

u/Dry_Jello2272 — 3 days ago
▲ 9 r/pdf+3 crossposts

Best way to convert PDF textbooks into audiobooks for studying on the go?

I’m a medical postgrad and I want to listen to my textbook PDFs (lots of dense clinical text, some tables/images) while commuting or working out.
Looking for recommendations on:
Apps/tools that convert PDF to audio with a natural-sounding voice (not robotic)
Whether OCR is needed first for scanned PDFs

AI tool that might help?

reddit.com
u/sahil886796 — 4 days ago
▲ 5 r/pdf

LEKTRA - Document and Image viewer, 0.7.6 update!

Hi all!

Wanted to share the latest changelog for the 0.7.6 update to my document and image viewer, LEKTRA.

Really cool feature (I think) added is the ability to narrow your document:

  1. to region
  2. to range of pages
  3. section (for PDF only)

I've added bunch of other features like ability to load/save custom outline (table of contents) and bug fixes.

GitHub: https://github.com/dheerajshenoy/lektra
Codeberg: https://codeberg.org/lektra/lektra
Homepage: https://dheerajshenoy.github.io/lektra

Suggestions/feedbacks are welcome.

u/dheerajshenoy22 — 4 days ago
▲ 7 r/pdf+2 crossposts

Claude is getting surprisingly good at reading really long PDFs

i remember Claude’s website saying it could handle PDFs up to around 1k pages, but a few days ago i tried uploading a PDF that was 2k+ pages just to see what would happen.

surprisingly, it handled it really well.

I was asking questions about pretty specific things buried in the document, and not only did it find the answers, it also gave me the line numbers for where the information came from when I asked. That part is actually super useful for me because I often need to go back to the original PDF and verify the source rather than just trusting the AI answer.

the only thing i really wish Claude had now is a better built-in PDF viewer.

Like imagine if I could click the citation / line number in Claude and it would open the PDF right there, jump to the exact sentence it used, and highlight it. For someone doing finance or research or working with documents where references actually matter, that would make the whole experience sooo much better.

reddit.com
u/This-Eye6296 — 6 days ago
▲ 8 r/pdf+2 crossposts

Hi everyone!

I'm building a keyboard-driven document reader and image viewer (LEKTRA) in C++/Qt, and I'm trying to decide on a configuration and scripting approach. Currently I use TOML for static config, but I'm considering adding an embedded scripting layer.

The main contenders I'm thinking about:

- Lua — lightweight, embeds easily via sol2, or maybe I write it on my own, great precedent (Neovim, AwesomeWM)

- Python — more familiar to most users, but heavier to embed

- Dynamic loading of shared objects ?

I'm not sure if this would be useful or used by users given that my project is a document and image viewer, and not a text editor or anything.

u/dheerajshenoy22 — 6 days ago
▲ 1 r/pdf

Hey, can anyone guide me how I can apply dark mode to a whole pdf?

I know it's hard to interpret it just from the title. I mean, whenever I turn on the dark mode of a website or a pdf app I'm reading on, it makes just the interface dark. However, what I need is the actual pages to be switched to dark mode.

reddit.com
u/New_Sell_2834 — 5 days ago
▲ 2 r/pdf

Where can I send a PDF file so someone to convert it for me ato OCR?

Greetings guys.I have a specific PDF (somehow a book) that I can't by any means make it searchable so to convert it to epub.I have converted many pdf's to epub,but this book is the only that whatever I try,only some weird symbols appear.Is there any special group or something that i can send it and someone q do this for me?

u/kos25k — 7 days ago
▲ 3 r/pdf

Made a free PDF/file toolkit that processes everything locally — no uploads, no account, verifiable in devtools

Wanted to share something I built after getting annoyed at how many "free PDF tools" quietly upload your file to a server you know nothing about.

SiriTools (siritools.com) runs all of its tools — PDF merge/split/compress/OCR/sign/protect, Word/Excel/PDF conversion, image tools — entirely in the browser tab. Nothing gets sent anywhere, which you can check yourself: open your browser's Network tab while using any tool and you'll see no request carrying your file.

Side effects of that approach: no file size limit, no sign-up wall, and no per-use tracking/analytics on our end either.

Not trying to oversell it — it's just a toolkit for everyday stuff (merging PDFs, converting a Word doc, resizing images), but for anyone who cares where their files actually go, thought this sub would appreciate the approach. I am new to this, so any suggestions for improvement or additional tools would help.

[https://siritools.com\](https://siritools.com)

reddit.com
u/randomstuff_1989 — 6 days ago
▲ 1 r/pdf

Does exist an e-reader that let you read the pdf like an e-book?

Like a Kindle, but for PDF in e-ink

reddit.com
u/CM_Kisaku — 6 days ago
▲ 4 r/pdf+2 crossposts

Exporting from Word web page to Adobe reader leaving large gap

I am trying to apply to a job, I used a template on Word, and when I was done I exported to PDF and it saved as an Adobe Reader PDF. However in word the document is 4 pages, in Adobe it is 5 pages. I obviously don't want to send an application with a large nearly empty page but I don't know what's causing the gap? Any suggestions?

reddit.com
u/YouTubeSarahCards — 8 days ago
▲ 1 r/pdf+1 crossposts

Unlock pdf without password.

Guys I have a pdf with a password which I know the half of , how do I unlock it without the full password?

reddit.com
u/bhavitej — 8 days ago