Print PDF was primarily created to help us print PDF files directly within our apps, without leaving the interface, and no use of embeds. For unique situations where there is no need for users to open or download the PDF files, and instead, they just need to print them.
One scenario where this is useful, for example, is when users request to print reports that are generated on the server side. These reports are sent back as PDF files. There is no need to open these files before printing them. Print PDF offers a quick way to print these files within our apps.
!! IMPORTANT
PDF files must be served from the same domain as your app is hosted under. Print PDF uses iframe to load files before printing them, therefore, it is limited by the Same Origin Policy. This helps preventing Cross-site scripting (XSS) attacks.
Other plugins from authorCustomer support & Community