pnmtops
Verified for current stable LTS
Pnmtops Command: Set Page Dimensions For Output Image
Use for set page dimensions for output image with Pnmtops. Exact CLI syntax to set page dimensions for output image using Pnmtops.
When to use this: Use for set page dimensions for output image with Pnmtops.
Command Syntax
pnmtops -w <width> -h <height> <path/to/file.pnm> > <path/to/file.ps> pnmtops -w <width> -h <height> <path/to/file.pnm> > <path/to/file.ps> Command Breakdown
-w- Command Option
- Tool-specific option used by this command invocation.
-h- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to set page dimensions for output image using Pnmtops.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Pnmtops Command: Convert Pnm To Postscript
pnmtops <path/to/file.pnm> > <path/to/file.ps> Pnmtops Command: Set Output Image Dimensions pnmtops -imagew <imagewidth> -imageh <imageheight> <path/to/file.pnm> > <path/to/file.ps> Pnmtops Command: Set Output Image Dimensions Linux pnmtops -imagew <imagewidth> -imageh <imageheight> <path/to/file.pnm> > <path/to/file.ps> Pnmtops Command: Set Page Dimensions For Output Image Linux pnmtops -w <width> -h <height> <path/to/file.pnm> > <path/to/file.ps> Tar Command: Extract Files Matching A Pattern From An Archive File tar xf <path/to/source.tar> --wildcards "<*.html>"