craiyon logo

A clean document layout with a dark header displaying "A1AIMEDAR HELVETICA NEUE". The body contains two columns of placeholder text and two smaller boxes with additional text.

A clean document layout with a dark header displaying "A1AIMEDAR HELVETICA NEUE". The body contains two columns of placeholder text and two smaller boxes with additional text.

import weasyprint from pypdf import PdfReader html_content = """<!DOCTYPE html> <html lang="pt-BR"> <head> <meta charset="UTF-8"> <style> @page { size: 160mm 230mm; margin: 8mm 8mm 8mm 8mm; background-color: #ffffff; @bottom-center { content: counter(page); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 7.5pt; font-weight: bold; color: #555555; } } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 7.5pt; line-height: 1.18; color: #111111; background-color: #ffffff; } /* Header Banner */ .header-banner { background: #1a1a1a; color: #ffffff; text-align: center; padding: 5px 8px; margin-bottom: 6px; border-radius: 2px; border-bottom: 2px solid #444444; } .header-banner h1 { font-size: 9pt; font-weight: 800; letter-spacing: 0.3px; text-transform: uppercase; margin-bottom: 1px; color: #ffffff; } .header-banner h2 { font-size: 6.8pt; font-weight: 600; letter-spacing: 0.6px; color: #cccccc; text-transform: uppercase; } /* Table layout for perfect side-by-side positioning in WeasyPrint */ .layout-table { width: 100%; border-collapse: collapse; table-layout: fixed; } .col-main { width: 63%; vertical-align: top; padding-right: 5px; } .col-side { width: 37%; vertical-align: top; padding-left: 2px; } /* Card / Box styling */ .step-box { border: 1px solid #333333; border-radius: 2px; margin-bottom: 4px; background-color: #ffffff; } .step-header { background-color: #2b2b2b; color: See more