Masip
asked on 11 Jan 2022, 07:30 AM
| edited on 11 Jan 2022, 07:30 AM
Hi,
Could i only print an Div on not export it to a PDF file ?
I just want open print dialog
Regards
1 Answer, 1 is accepted
0
Martin Bechev
Telerik team
answered on 13 Jan 2022, 10:58 AM
Hello Masip,
I am not sure that I understand correctly the questions, but the developer can open the default browser print dialog by using JavaScript window.print() method:
Regarding the Kendo UI for Angular PDFExport component, it exports every content that is placed in between the <kendo-pdf-export> tags to a PDF document.