A library providing routines for paper size management
The paper library and accompanying files are intended to provide a simple way for applications to take actions based on a system- or user-specified paper size.
The paper library and accompanying files are intended to provide a simple way for applications to take actions based on a system- or user-specified paper size.
To install libpaper, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libpaper
To see what files were installed by libpaper, run:
port contents libpaper
To later upgrade libpaper, run:
sudo port selfupdate && sudo port upgrade libpaper
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.