Documentation-Tools

Tables in Markdown: Complete Guide

Tables in Markdown: Complete Guide

Complete guide to creating tables in Markdown

Tables are one of the most powerful features in Markdown for organizing and presenting structured data. Whether you’re creating technical documentation, README files, or blog posts, understanding how to properly format tables can significantly improve your content’s readability and professionalism.

Generating PDF in Python

Generating PDF in Python

My favorite lib is pdf-reports

Generating PDF Reports Using Python

Python, with its extensive libraries and modules, offers powerful tools for generating professional PDF reports. This guide explores various methods to create PDF documents using Python, covering popular libraries like ReportLab, FPDF, Xhtml2pdf, WeasyPrint, Jinja2, pdf-reports and PdfKit.

Extract images from PDFs with poppler

Extract images from PDFs with poppler

When you need to pull out image from a PDF file

Sometimes there is a real need to save images from a PDF without screenshotting or rendering the PDF on screen. pdfimages helps with that.