It is often convenient to keep the data summary, for example visible while working in other parts of the app. This pop out, just like the image page popup, allows the use to have a separate window containing the text data that may be useful as they work through the app.
One possible implementation is to generate the PDF file in tempDir and then run the operating systme command to open the file, like image_page, using open on Mac/Linux and start on Windows.
It is often convenient to keep the data summary, for example visible while working in other parts of the app. This pop out, just like the image page popup, allows the use to have a separate window containing the text data that may be useful as they work through the app.
One possible implementation is to generate the PDF file in tempDir and then run the operating systme command to open the file, like image_page, using
open
on Mac/Linux andstart
on Windows.