* Generate a simple test PDF with text, a table-like structure, and headings. * Uses raw PDF syntax — no external dependencies. import fs from "node:fs"; // A minimal valid PDF with structured text ...