<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Robinhill85</title>
    <description>The latest articles on DEV Community by Robinhill85 (@robinhill85).</description>
    <link>https://dev.to/robinhill85</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3811735%2F01900704-ed7a-40a2-b14f-751c20bf8262.jpg</url>
      <title>DEV Community: Robinhill85</title>
      <link>https://dev.to/robinhill85</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/robinhill85"/>
    <language>en</language>
    <item>
      <title>Stop wasting time cleaning up PDFs — convert them to clean Markdown (now from inside Claude)</title>
      <dc:creator>Robinhill85</dc:creator>
      <pubDate>Sat, 07 Mar 2026 15:30:23 +0000</pubDate>
      <link>https://dev.to/robinhill85/stop-wasting-time-cleaning-up-pdfs-automate-your-document-to-markdown-workflow-4bdd</link>
      <guid>https://dev.to/robinhill85/stop-wasting-time-cleaning-up-pdfs-automate-your-document-to-markdown-workflow-4bdd</guid>
      <description>&lt;p&gt;I built &lt;a href="https://www.file2markdown.ai/" rel="noopener noreferrer"&gt;file2markdown.ai&lt;/a&gt; because pasting PDFs into LLMs produces garbage: broken tables, lost headings, silent truncation. It converts documents to clean, structured Markdown — and since I first wrote this post, it's become properly automatable, so this is a full update with corrected details.&lt;/p&gt;

&lt;p&gt;What it handles: PDF, DOCX, PPTX, XLSX, CSV, JSON, XML, HTML, EPUB, images and scanned PDFs (OCR), audio, ZIP. PDFs go through pdf-inspector (Rust), Office/web formats through Microsoft's MarkItDown, scans through AI OCR.&lt;/p&gt;

&lt;p&gt;Why not just ask your LLM for "the markdown"? Because the model retypes your document — paraphrased sentences, invented table cells, truncation on anything long. This runs real extraction engines: exact text, exact tables, same output every time.&lt;/p&gt;

&lt;p&gt;The automation story (new): there's now an MCP server. Add &lt;a href="https://mcp.file2markdown.ai/mcp" rel="noopener noreferrer"&gt;https://mcp.file2markdown.ai/mcp&lt;/a&gt; to Claude, Cursor, or any MCP client and convert URLs and files mid-conversation — it's in the official MCP registry as ai.file2markdown/file2markdown. The site's pages also register WebMCP tools for browser agents (live in stock Chrome 149+ via origin trial). Setup: file2markdown.ai/mcp&lt;/p&gt;

&lt;p&gt;Honest limits: 5 conversions/day with no account, 15/day with a free account, 25MB files. Pro removes the limits, adds 100MB files, batch, OCR, and API keys for the MCP server. Files are deleted immediately after conversion — nothing is stored.&lt;/p&gt;

&lt;p&gt;If you've ever burned an afternoon fixing a mangled table paste, this is the fix&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>ai</category>
      <category>tutorial</category>
      <category>devtools</category>
    </item>
  </channel>
</rss>
