<?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>Forem: Anton Fredriksson</title>
    <description>The latest articles on Forem by Anton Fredriksson (@fyrnity).</description>
    <link>https://forem.com/fyrnity</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3878080%2Fab17057e-f5a5-4414-b98f-645742179c76.png</url>
      <title>Forem: Anton Fredriksson</title>
      <link>https://forem.com/fyrnity</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/fyrnity"/>
    <language>en</language>
    <item>
      <title>Convert Markdown to PDF via API in 30 Seconds</title>
      <dc:creator>Anton Fredriksson</dc:creator>
      <pubDate>Tue, 14 Apr 2026 08:18:28 +0000</pubDate>
      <link>https://forem.com/fyrnity/convert-markdown-to-pdf-via-api-in-30-seconds-4pak</link>
      <guid>https://forem.com/fyrnity/convert-markdown-to-pdf-via-api-in-30-seconds-4pak</guid>
      <description>&lt;p&gt;Generating PDFs programmatically is painful. HTML-to-PDF libraries are bloated, styling is unpredictable, and you end up fighting CSS print layouts instead of building your product.&lt;/p&gt;

&lt;p&gt;I built MarkdownPDF to fix this. Write Markdown, get a beautiful PDF back — via one API call on RapidAPI.&lt;/p&gt;

&lt;p&gt;What MarkdownPDF Does&lt;/p&gt;

&lt;p&gt;Send Markdown text, receive a styled PDF. That simple.&lt;/p&gt;

&lt;p&gt;• 6 built-in themes — GitHub, Dark, Academic, Minimal, Corporate, Elegant&lt;br&gt;
• Page orientation — Portrait or landscape&lt;br&gt;
• Watermark-free output on Pro tier&lt;br&gt;
• Fast — PDFs generated in under a second&lt;/p&gt;

&lt;p&gt;Why Markdown Instead of HTML?&lt;/p&gt;

&lt;p&gt;• No CSS debugging — themes handle all styling&lt;br&gt;
• Portable — Markdown works everywhere&lt;br&gt;
• Clean output — consistent, professional PDFs every time&lt;br&gt;
• Simple integration — plain text in, PDF out&lt;/p&gt;

&lt;p&gt;Real Use Cases&lt;/p&gt;

&lt;p&gt;• Invoice generation — Write invoice content in Markdown, get a styled PDF&lt;br&gt;
• Documentation exports — Convert README files to downloadable PDFs&lt;br&gt;
• Report automation — Generate weekly reports from structured data&lt;br&gt;
• Email attachments — Create professional PDF attachments on the fly&lt;br&gt;
• Resume builders — Let users write in Markdown, deliver polished PDFs&lt;/p&gt;

&lt;p&gt;6 Themes to Choose From&lt;/p&gt;

&lt;p&gt;• GitHub — Clean, familiar developer style&lt;br&gt;
• Dark — Inverted colors for modern aesthetics&lt;br&gt;
• Academic — Formal, research-paper formatting&lt;br&gt;
• Minimal — Ultra-clean, distraction-free&lt;br&gt;
• Corporate — Professional business documents&lt;br&gt;
• Elegant — Refined typography and spacing&lt;/p&gt;

&lt;p&gt;Pricing&lt;/p&gt;

&lt;p&gt;• Basic ($9/mo) — 5,000 requests. All themes, watermarked output.&lt;br&gt;
• Pro ($19/mo) — 25,000 requests. All themes, watermark-free.&lt;/p&gt;

&lt;p&gt;No free tier. Professional tool, professional pricing.&lt;/p&gt;

&lt;p&gt;Get Started&lt;/p&gt;

&lt;p&gt;MarkdownPDF on RapidAPI:&lt;br&gt;
&lt;a href="https://rapidapi.com/fredrikssonanton01/api/markdownpdf" rel="noopener noreferrer"&gt;https://rapidapi.com/fredrikssonanton01/api/markdownpdf&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Documentation &amp;amp; Examples:&lt;br&gt;
&lt;a href="https://fyrnity.com/tools" rel="noopener noreferrer"&gt;https://fyrnity.com/tools&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Built by Fyrnity — developer tools that just work.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>api</category>
      <category>tutorial</category>
      <category>productivity</category>
    </item>
    <item>
      <title>How to Humanize AI Text with One API Call</title>
      <dc:creator>Anton Fredriksson</dc:creator>
      <pubDate>Tue, 14 Apr 2026 08:12:59 +0000</pubDate>
      <link>https://forem.com/fyrnity/how-to-humanize-ai-text-with-one-api-call-409m</link>
      <guid>https://forem.com/fyrnity/how-to-humanize-ai-text-with-one-api-call-409m</guid>
      <description>&lt;p&gt;AI-generated text is everywhere — but it often sounds like AI. Repetitive patterns, robotic phrasing, and that uncanny "ChatGPT voice" that readers (and AI detectors) spot instantly.&lt;/p&gt;

&lt;p&gt;I built ChromaWrite to solve this. It's a text processing API on RapidAPI that transforms AI-generated text into natural, human-sounding writing — with a single API call.&lt;/p&gt;

&lt;p&gt;What ChromaWrite Does&lt;/p&gt;

&lt;p&gt;Five actions, one endpoint:&lt;/p&gt;

&lt;p&gt;• Rewrite — Improve clarity and flow&lt;br&gt;
• Grammar — Fix every error instantly&lt;br&gt;
• Tone — Shift between formal, casual, professional, friendly, or academic&lt;br&gt;
• Humanize — Convert AI text into natural human writing&lt;br&gt;
• Summarize — Condense long texts into short, medium, or long summaries&lt;/p&gt;

&lt;p&gt;Why Not Just Prompt Engineer?&lt;/p&gt;

&lt;p&gt;You could ask ChatGPT to “sound more human” — but:&lt;/p&gt;

&lt;p&gt;• Inconsistent results — Every prompt gives different quality&lt;br&gt;
• No API — You can't automate prompt engineering in a pipeline&lt;br&gt;
• Token waste — Burning tokens on meta-instructions instead of content&lt;br&gt;
• No specialization — ChromaWrite's humanize model is tuned for this task&lt;/p&gt;

&lt;p&gt;Real Use Cases&lt;/p&gt;

&lt;p&gt;• Content publishers — Run AI drafts through ChromaWrite before publishing&lt;br&gt;
• SEO teams — Bulk-process AI content without the robotic tone&lt;br&gt;
• Email marketing — Humanize AI-written campaigns so they feel personal&lt;br&gt;
• Chatbots — Post-process bot responses to sound more natural&lt;/p&gt;

&lt;p&gt;Pricing&lt;/p&gt;

&lt;p&gt;• Basic ($9/mo) — 5,000 requests. Includes rewrite, grammar, and tone.&lt;br&gt;
• Pro ($19/mo) — 25,000 requests. All 5 actions including humanize and summarize.&lt;/p&gt;

&lt;p&gt;No free tier. Professional tool, professional pricing.&lt;/p&gt;

&lt;p&gt;Get Started&lt;/p&gt;

&lt;p&gt;ChromaWrite on RapidAPI:&lt;br&gt;
&lt;a href="https://rapidapi.com/fredrikssonanton01/api/chromawrite" rel="noopener noreferrer"&gt;https://rapidapi.com/fredrikssonanton01/api/chromawrite&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Documentation &amp;amp; Examples:&lt;br&gt;
&lt;a href="https://fyrnity.com/tools" rel="noopener noreferrer"&gt;https://fyrnity.com/tools&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Built by Fyrnity — developer tools that just work.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>tutorial</category>
      <category>api</category>
    </item>
  </channel>
</rss>
