Creators Frustrated by PDF Tool Limitations
Creators and users are consistently frustrated by PDF tools that require uploads, subscriptions, or impose limitations on functionality. They seek simple, privacy-respecting solutions that allow them to manipulate PDFs locally without compromising data security or incurring unnecessary costs. This pain point has driven many to build their own alternatives.
SOURCES (60)
“You can use a tool like Notion PDF Exporter to convert your Notion database images into PDFs. Just select the images you want, and then export them. I've done this for presentations, and it worked well, but keep in mind the quality can vary based…”
“Feature Request: first-class bidirectional Markdown sync with stable page IDs, conflict handling, and visible change history. Exporting a snapshot is useful, but a local folder that can stay in sync would make Notion knowledge portable and easier to use safely with external AI tools.”
“My review would be that anyone with Claude subscription can build this in less than 30 minutes.”
“Has anyone been able to get Advanced Multi Columns to work with Exported PDFs. Its my final hurdle to completing my setup. submitted by /u/btc-lostdrifter0001 [link] [comments]”
“I recommend https://github.com/MarsLuay/handwriting-natively/releases . If you are android users, use https://github.com/MarsLuay/handwriting-natively/tree/9b8649efc2dd4aeb1ff345d16ed89b7a462a139a . And if you want to create pdf notes in obsidian and add page, use https://github.com/FBarrca/obsidian-handwritten-notes/tree/11bd5d40d4dfbf2ae7d9fdd417e9db4590dae31d .”
“Can you create new pdfs? really nice job. edit: I see, it is "+empty page" - maybe add that to the File menu.”
“I'm a student who mostly built little apps for myself. About 14 months ago I needed to edit a random PDF and couldn't find a good web tool that actually edits them. It made me wonder: billions of people use PDFs for work, school, and legal documents, so why can almost no web service truly edit them? So I tried to build one, and failed. I didn't understand why it was so hard. I tried combining pdf.js and jsPDF but kept hitting walls. Then it clicked: most JavaScript PDF libraries only”
“Is it possible to have a page view instead of continuous view when importing a pdf? I want to be able to lock in a page and draw, and then be able to go to the next page with one click instead of manually scrolling. Is it doable? submitted by /u/SoLong144 [link] [comments]”
“I'm a newbie and I'm interesting in making a side project analyzing openly available government data to learn data engineering. I'm planning to make my own small ETL pipeline but I'm stuck at the load stage. The problem is that the PDF tables (only source of data) that I'm parsing can be inconsistent. I know there are good pdf parsing libraries like `tabula-py`, but I want a general and robust solution. Like I don't want to spend time manually parsing the pdf and then cor”
“Hi, i'm using mostly Opencode for agentic coding tasks and I would like to add a MCP server which enables text models to read pdf files, to be specific it should be able to read datasheets and reference manuals since i am an embedded developer. What are good and trustworthy mcp servers for this? submitted by /u/HlddenDreck [link] [comments]”
“Adobe has become increasingly frustrating to use for a bunch of reasons I won't get into, so I'm looking for an alternative. I think I only need the following features: Combine PDFs Extract pages Bates stamping Redacting Please let me know what you guys are using. Thank you! submitted by /u/BeetlegeuseOrion [link] [comments]”
“Copying from PDFs can be weird sometimes. I think a better option for you might be to install an OCR utility.”
“there are many capture tools (Dext, Hubdoc, and the newer AP ones) that read vendor docs into structured line data well enough now. even we are building one (Pulsify) but are more focused on the process beyond data entry. seems like you might be building in the space too so im happy to share what we've learned”
“OCR tech is pretty mature today, but you still need to audit the result, however that should be much simpler than typing every file into your system. In some modern software, they have built audit logic in it, such as if it is invoice, it adds up all scanned line times and match the total, this gives you confidence to use its outcome, while sometimes remind you to correct it.”
“Good pushback, appreciate it! Searchability: yeah that's the real tradeoff, and you're right it stings more for internal docs than court filings. The OCR re-embed idea is solid, and I've seen the Adobe version of it. I'd want to do it fully client-side (Tesseract.js/WASM, no server round trip) so it doesn't break the privacy story. The thing that'd keep me up at night: making sure that re-embedded text actually stays clear of every redacted region, with real margin, not j”
“This is a real problem and the rasterize-everything approach is the right call — I've lost count of the 'redacted' PDFs where the black box was basically decorative. One thing I'd stress-test before calling it done: searchability. Once you flatten every page to an image, you lose the ability to search or copy the *non-redacted* text too, not just the sensitive parts. Fine for a court filing that just needs to exist as a static record, but for internal docs people usually still wa”
Dedicated resource(s) to set that up and manage it? It's fairly extensive.
“This is the right call — the "black box over live text" failure has burned real court filings, so rasterizing the whole doc is the safe move. Two things I'd genuinely want to know as someone paranoid about this: Do you also strip metadata/XMP on export? Rasterizing kills the text layer, but the rebuilt PDF's /Info + XMP (author, original filename, creating software, sometimes an embedded thumbnail) can survive and leak just as embarrassingly as copy-pasteable text. If you'r”
“We already password protect some internal pdfs, but it occurred to me that once someone opens the file screenshots are still fair game. I recently tested MaiPdf and it blocks screenshots while the document is open, which I didn’t know was even possible. Is anyone else using something similar or do you just rely on DLP and user policies? submitted by /u/Fluffy-Celebration16 [link] [comments]”
Fucking awesome! But also make it work as a portable offline app please
“Yeah that's fine...need to see what your pdfs look like..especially the formatting, the fonts used etc.”
“Iam trying to avoid any manual selection because this means that I have to open every single document which is rather impossible”
“Yea, it worked great. It populated at least 10 PDF forms for me from source data in a spreadsheet and info on the task page in notion. None of the PDF forms were identical - most had been scanned from paper and 2 were even crooked. Obvs I spent a decent amount of time working on the instructions, but the final output was great.”
“No vague product support questions (like "why is this plugin not working" or "how do I set up X"). For vague product support questions, please use communities relevant to that product for best results. Specific issues that follow rule 6 are allowed.”
“If you're on Windows, can't you run a search on your c drive from the explorer? Or am I missing something”
“Love the local-first approach — the EXIF stripping feature alone is something too many "free" tools skip. I had the same frustration with PDF merge tools uploading my docs to random servers. One nitpick: have you tested the merge with 50+ page PDFs? Browser-side processing can choke on larger files depending on the PDF library. Would be curious how it handles. Either way, clean execution 👍”
“TLDR; How do you guys manage digital certificate signatures and PDF signing? I have about 100 users that need to be able to securely sign PDFs and verify those signatures. Most of them are on shared workstations. I know I could have them all make pfx files and store those in a network share, but I feel like that's not an optimal solution (but idk, maybe that is good enough?). I'd prefer something on-prem and not subscription based, but I know that's "old school". We do gove”
“In my testing xberg is a lot faster than docling and by nature doesn't need the whole suite of dependencies a python tool needs. It's been really helpful for me”
“Really clean launch, and the "runs locally" claim actually holds up here — nice. Two quick bugs though: Title Case capitalizes after apostrophes (it's → It'S), and the JSON Formatter corrupts big integers — {"id": 12345678901234567890} comes back as ...567000 (client-side JSON.parse precision loss past 2 53). Both easy fixes, but visible the moment someone pastes real data. Otherwise fast and polished.”
“Hello all, it has been 3 months since I made the initial post, where I wanted ideas to try out. The subreddit has been amazing with responses, and the most success I had was using pymupdf4llm or Docling. I have been sticking to docling for how accurate it is, but I’ve been stuck for a while now. After docling parses the document, creates a markdown of everything it finds, I have an LLM (Qwen 3.5-9B, Q8, CTX 64k) to having map the data into JSON (the particular json format I need it in, universal”
“One day, I needed to make a binder with a bunch of Notion docs to aid in getting VA healthcare for my 87-year-old dad. I wanted to just be able to hand them the documents. The Notion PDF export doesn't do the trick; it gets all tripped up with properties, etc. So I just asked Notion AI to write me a Page(s) to PDF skill, and it did. We went through a few loops of testing and refinement, but it maybe took me 20 minutes at most.”
“The copy and objection-handling ("Why not Word/Canva/Docs") are actually solid — clearer than most MVPs here. Two things: (1) your whole promise is "see the final client document," but the hero "Actual PDF output" is just three lines of text (Client / Project / Value), not a rendered PDF. That's the one asset that has to be a real document thumbnail — show the actual quote PDF there and the pitch sells itself. (2) Small but worth checking: your "Use example”
“Hopefully a short waiting game. Unfortunately Europe requires developers to show their address info in the app store page, so I am waiting to get a PO box so that I can enable this app across Europe”
“The sucky answer is data lock in helps retention, so whether it's bad intentionally, or it's just a feature that was implemented earlier on when they had less resources, they don't have a lot of motivation to improve export of any kind. From a business perspective, they likely prefer if you share a Notion page with someone instead of PDF because that's free advertising of their product.”
“Thanks a lot! I really appreciate that observation. We spent a lot of time testing and iterating on the post-scan workflow because we felt that’s where many scanner apps become frustrating. Capturing a page is only the first step—being able to organize, search, and export documents easily is what makes people keep using a scanner. We’re still looking for honest feedback, so if you notice anything that feels awkward or missing, I’d genuinely love to hear it. By the way, I also think Google’s buil”
“The post-scan workflow is the real hook; folders, search, and export are where scanner apps usually stop feeling lightweight.”
“This is part of why I left notion. Because data is stuck. Went with the other offline tool, which I hate compared to notion. But it saves in text files.”
“Print them out, use a Sharpie to cover over the redacted materials, scan the paper to .pdf.”
“I have an iPad and wondering if people like remarkable. I like the handwriting aspect and seems like it organizes into folders well. Is Freeform the same or anything better? submitted by /u/Alarming-Contest3736 [link] [comments]”
“just to add why it does that: the built-in pdf export is a paid-plan feature. on the free plan notion only exports as markdown & html, so the desktop app quietly hands you the .htm file instead of a pdf. the browser print > save as pdf is the free workaround, which is why it worked for you. nothing broken on your end”
“Thank you its work i use browser to download the pdf file maybe something happen with the desktop apps i dunno i do updated it to the latest version”
“are you trying from desktop app or browser? the htm thing happens to me sometimes when the page is too big or has embeds that mess with the export, try breaking it into smaller chunks or just print to pdf from the browser menu, works every time for me”
“Browser print relies on your browser. So if you ever need consistent PDFs for your user you should print the file via headless browser and provide it to your users. For jobjumps CV editor we have a lot of different designs and that's one of the reasons why we created our own pipeline, because a lot browsers did not consistently print what we promised via our preview”
“A while back at work I got handed a task: add PDF export to our app. Invoices, reports, that kind of thing. I figured it'd take a week or so. It didn't. I ended up down a rabbit hole of headless Chrome, Puppeteer configs, memory leaks, cold starts, and random OOM kills in production at the worst possible times. Fonts rendered differently in staging vs prod. Concurrency limits meant PDFs would silently queue up during traffic spikes. I spent way more time babysitting a browser instance an”
