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

gri_unpage - split a multi-page Gri output file into separate files.

Description

       gri_unpage  is  used  to split a multi-page Gri output file (in which the newpage command was used) into
       separate PostScript files, one for each page.

Name

       gri_unpage - split a multi-page Gri output file into separate files.

See Also

gri(1),gri_merge(1)

gri_unpage                                            2009                                         GRI_UNPAGE(1)

Usage

       # gri_unpage name.ps

              Creates files name-1.ps, name-2.ps, etc, one for each page of name.ps.

       OPTIONS:
              The OPTIONS, available if your 'perl' has 'getopts' library, are:

       -l-- sets the bounding box to letter page size.

              By default, the bounding box size is extracted from the original file, and is used for  all  newly
              created files.

       BUGS:

       1. Bounding box is always the same size (grabbed from the original).

       2. Assumes that all Gri fonts are used even if they aren't.

See Also