== Requirements == 1. BASE 3.18.1 or later. == Introduction == This package adds a "Print" button to all table pages making it possible to print the table contents only. Without this functionality BASE will only print a single page with as much that happens to fit on that page. == Installation == 1. Download the base-print-*.tar.gz file. 2. Unpack the downloaded file to a directory of your choice. 3. Copy the 'base-print.jar' file to your BASE plug-ins directory as configured in the base.config[plugins.dir] setting. 4. Go to 'Administrate->Plug-ins & Extensions->Overview' page. 5. Run the installation wizard and select to install 'base-print.jar'. 6. Done. == Compiling == To compile this package you also need: 1. Ant 1.10 2. Java 11 Follow these instructions: 1. Type 'ant' to compile the code and generate the 'base-print.jar' file in the project directory. This file can be installed into BASE following the intructions above. 2. Use 'ant package' to create a downloadable tar.gz file. 3. If you create a file called 'build.properties' and enter a the path to the plug-ins directory under the key 'base.plugins', you can simply type 'ant install' to copy the examples to the BASE plug-ins directory.