I want to dynamically adjust height of the page to fit on one page base on content.
The problem is because I want to use "paper tape printer" and when it prints half or more of the page can be empty, so the idea is to dynamically adjust the size of the page (to fit on one page) based of the content and then print this page. The content can varray so it is really hard to calculate the size manually.
Is there any work around?