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

PSUtils - PDF and PostScript utilities

Author

       Written by Angus J. C. Duggan.

Description

       PSUtils  is  a  set  of  utilities for manipulating PDF and PostScript documents. PostScript files should
       follow the Adobe Document Structuring Conventions, but this is not checked.

Name

       PSUtils - PDF and PostScript utilities

See Also

psbook(1),   psselect(1),   pstops(1),   epsffit(1),  psnup(1),  psresize(1),  psjoin(1),  extractres(1),
       includeres(1)

Trademarks

PostScript is a trademark of Adobe Systems Incorporated.

                                                     PSUtils                                          PSUTILS(1)

Units Of Length

       PSUtils utilities accept lengths in various units:

       •      pt (PostScript points, 72 points per inch)

       •      mm (millimetres)

       •      cm (centimetres)

       •      in (inches, 1 inch is 25.4mm)

       Write the length as a number directly followed by the unit, for example, 4.5mm or 72pt.  If  no  unit  is
       given, PostScript points are assumed.

See Also