# Print

An explanation of the printing functionality available in SpreadJS, including links to other documentation topics regarding printing

## Content

SpreadJS allows users to print a single worksheet or print multiple worksheets with headers, borders, gridlines, etc.

You can set page breaks while printing. You can also print specific data within the worksheet on a particular page or different pages as per your custom requirements and preferences. While printing a worksheet, you can display preview lines for printing, get page information, and print background images as watermarks.

For more information about the features available while executing the print operations in SpreadJS, refer to the following topics:

* [Print Sheets](/spreadjs/docs/features/printing/printsheet)
* [Configure Page Breaks](/spreadjs/docs/features/printing/printpagebreak)
* [Display Preview Lines](/spreadjs/docs/features/printing/DisplayPreviewLineforPrint)
* [Get Page Information](/spreadjs/docs/features/printing/GetPageInformation)
* [Print Background Image As Watermark](/spreadjs/docs/features/printing/PrintBackgroundImageAsWatermark)