logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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