Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Generate PBM Page - Create Printing Test Patterns | Online Free DevTools by Hexmos

Generate PBM page files with pbmpage, ideal for creating printing test patterns. Ensure precise printing with this command line tool. Free online tool, no registration required.

pbmpage

Generate a test pattern for printing. More information: https://netpbm.sourceforge.net/doc/pbmpage.html.

  • Generate a test pattern for printing onto US standard paper:

pbmpage > {{path/to/file.pbm}}

  • Generate a test pattern for printing onto A4 paper:

pbmpage -a4 > {{path/to/file.pbm}}

  • Specify the pattern to use:

pbmpage {{1|2|3}} > {{path/to/file.pbm}}

See Also