New PyMuPDF release, supports Markdown [N]

Reddit r/MachineLearning Tools

Summary

PyMuPDF 1.28 adds first-class Markdown support, allowing PDF creation from Markdown text with CSS control.

https://pymupdf.io/blog/markdown-in-pymupdf-1-28 PyMuPDF 1.28 release, introduces Markdown as a first class document in PyMuPDF. Seems useful for a variety of workflows. You can create PDFs from Markdown text with control over appearance using CSS
Original Article

Similar Articles

A PDF that changes based on who is reading

Hacker News Top

This article presents a technique to embed hidden markdown structure inside PDFs using the PDF spec's replacement text property, enabling LLMs to extract clean, structured data while humans see the same visual document.

Markdown (Aaron Swartz: The Weblog)

Lobsters Hottest

Aaron Swartz announces the release of Markdown, a lightweight text-to-HTML conversion tool co-developed with John Gruber, along with his complementary html2text converter.