← v2026.3.2

Diffs PDF Output

v2026.3.2 · Release notes

PDF file output for diff artifacts — fileQuality, fileScale, fileMaxWidth for messaging channels.

Diffs Tool — PDF Output

The diffs plugin can now output diff artifacts as PDF files — useful when messaging channels compress or mishandle images.

Configuration

{
  "diffs": {
    "fileQuality": 0.92,
    "fileScale": 2,
    "fileMaxWidth": 1200
  }
}
  • fileQuality — PDF/image quality (0–1)
  • fileScale — Scale factor for resolution
  • fileMaxWidth — Max width in pixels

When it helps

  • Telegram, WhatsApp, Discord — some clients render PDFs better than raw images
  • Sharing code review diffs in group chats
  • Archiving diff output for later reference