WHAT DO YOU RECOMMEND
I’d like to set printable areas to set the areas that should be printed by the print function.
HOW COULD IT BE DONE
A “printable area” block, where all of its content would be printed on Print, while all the content outside it will be ignored. Multiple printable areas will be printed one below the other, in the same order they appear in the editor.
REAL WORLD USE CASES
I might want to print only a section of a page and not the full page.
Some examples that I can think of are:
- exclude the cover/title
- exclude the table of contents for a document
- exclude sensitive data
- only print a particular section of the page
RECOMMENDED ALTERNATIVES
Generated PDFs must be edited with a third party software to achieve the same result, I cannot find another way to achieve the same result in AnyType
ADDITIONAL CONTEXT
Visual representation of how the printable areas would generate the “final” printable page.