←back to thread

9 points Dkaur | 4 comments | | HN request time: 0.909s | source

Hey HN

I built MarkdownConverters.com — a tool that converts any file format (PDF, DOCX, PPTX, HTML, or URL) into clean, structured Markdown.

I often needed to prep documents, reports, or scraped pages for AI pipelines, documentation, or version control, but existing tools either broke formatting, lost code blocks, or produced unreadable Markdown.

So I built something that focuses on: • Accurate structure (headings, lists, tables, code, links) • Consistent Markdown output ready for LLMs or docs • Fast, browser-based conversion with privacy-friendly processing • Support for multi-format and URL inputs

It’s especially useful if you work with RAG, embeddings, or text preprocessing — Markdown becomes a universal “clean” format for structured content.

Would love feedback on: • Conversion quality — what edge cases break for you? • Formats you’d like supported next (CSV, EPUB, JSON, etc.) • API workflows — would you use it for automation?

Try it here: https://markdownconverters.com

Happy to answer any technical questions about the conversion pipeline or file parsing methods.

1. Diti ◴[] No.45642679[source]
Not only this seems to be a paid product (yes, I know, with a free version), but the pricing page is hidden behind a registration form… Hard no for me.
replies(1): >>45645293 #
2. Dkaur ◴[] No.45645293[source]
Pricing page can be easily located on the header, never intended to hide anything here. There is a very generous trial version available too.
replies(1): >>45649395 #
3. Diti ◴[] No.45649395[source]
I’m on mobile, hamburger menu is never the way I discover a product, especially when there’s an “Explore Plans” call-to-action button supposed to lead me to the info I’m looking for.
replies(1): >>45658388 #
4. Dkaur ◴[] No.45658388{3}[source]
Feedback taken, I will make sure the mobile UI is as friendly as web if not more. Explore plan now displays pricing page. Thanks!