226
Views
2
Comments
Print a document in reactive
Question

Hi,


How can we print a pdf  document in reactive web app ?

2021-03-05 13-56-11
Ricardo Pereira
 
MVP

Hi,

you can generate the document with ultimatePDF, open it in a tab and than call the browser print menu via Javascript (window.print();).


Hope this can help.


Best regards,

Ricardo M Pereira



2024-07-16 17-36-51
Shradha Rawlani

Ricardo Pereira wrote:

Hi,

you can generate the document with ultimatePDF, open it in a tab and than call the browser print menu via Javascript (window.print();).


Hope this can help.


Best regards,

Ricardo M Pereira



 i need to without open a document a document redirect to print

 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.