In this thread/post, @stevel05 shows how to print only a label.
What would be the approach to print a layout, which has labels and a TextArea on on it? The TextArea may have to cross over to the next page.
To print a layout print the pane that holds the layout. You can only print one page at a time and it can't automatically split the page for you. You would need to generate one or more layouts yourself that handles this and print as many as are required.
Also, what would be the dimensions of the layout to match the printed paper
To print a layout print the pane that holds the layout. You can only print one page at a time and it can't automatically split the page for you. You would need to generate one or more layouts yourself that handles this and print as many as are required.
That will depend on the size of the paper, and print and screen resolutions.