I want to create a whitebox with empty space (in order for people to write in it when the document in printed) but i can't find any solution to do that. I tried tcolorbox but I can't fix the height of my box when it is breakable. Other thing I tried is putting a vspace into my box but the frame does not fit the white space.
I basically need to be able to set a specific height of white space that can be separated between pages.
Do you have any clue ? Thanks.
PS : my attempt :
\begin{tcolorbox}[breakable]
my Question is bla bla bla ?
\vspace{25cm} % space for the answer that should be breakable between pages
\end{tcolorbox}