DEV Community

Viona Z. A. Kaleb
Viona Z. A. Kaleb

Posted on

A Markdown to Documents Converter

If you use GenAI (Claude, GPT, etc.) to create documents, you know that generating DOCX, PPTX, or PDF can burn tokens fast. πŸ”₯πŸ’Έ

The complex formatting makes document generation expensive. But Markdown, on the other hand, is cheap and simple. Markdown is a powerful format to keep your context size small.

A little tip: Generate to Markdown first, then convert it to documents later.

I built a tool that converts Markdown to the final format you need.
DocShift is a free, browser‑first, secured toolkit that lets you:

πŸ”„ Convert Markdown to PDF, DOCX and PPTX (with basic formatting: bold, italic, headers, tables).

πŸ–ΌοΈ Build PDFs from images, or extract images from PDFs.

βœ‚οΈ Manipulate PDFs: Split, and merge PDF files.

πŸ“Š Generate PowerPoint presentations from a simple JavaScript script (using pptxgenjs).

All processing stays in your local browser. No files are uploaded, and no user registration is needed.

πŸ‘‰ Try it now: https://docshift.up.railway.app/
πŸ‘‰ Fork it: https://github.com/vionakaleb/docshift-converter

AI #GenAI #OpenSource #DevTools #Developer #Productivity #Markdown

Top comments (0)