Are there any trick?

Hi

I have one Data Table & NavBar component, when push the button “Imprimir”, lost the window and the PDF file shows it in a new window.
On the new window, there is a back button, works fine and I can back to the first window.

How can I avoid to show the PDF file in a new window? or how can I show the PDF into the window with the NavBar?, some ideas?

I’m working with jsPDF to generate the PDF file

gPdf.autoPrint();
gPdf.output(‘datauri’);

This may help :shamrock: