How to trigger print if I am using dompdf stream and displaying using blob

1.4k Views Asked by At

How to trigger print if I am using dompdf stream and displaying using blob.

I am using laravel dompdf and vuejs.

I am able to display pdf in modal.

Now I Need to open print dialogue using my print button not from pdf.(Its client requirement)

I tried some solution like :

  1. https://stackoverflow.com/a/12444702 (saying "document is not ready to print", obviously print() triggers before pdf loading.)
  2. https://stackoverflow.com/a/16239785 (Goes to infine loop always get undefined)
  3. https://stackoverflow.com/a/6010113 (Only works in chrome, in firefox Error: Permission denied to access property "print")

Please help me to achieve this.

0

There are 0 best solutions below