I need to implement the ability for users to launch a print dialog from my app. The page has a print button as shown in the attached screenshot, when the user clicks on this button, I need to launch a print dialog to print an external PDF provided via a dynamic link from the page’s data type.
Does anyone know how I can achieve this, I have evaluated a couple of paid and free plugins without success.
Thank you very much @lantzgould , the plugin you referenced is close however, my PDF files actually come from a blob storage. Firebase Storage to be specific, so the same origin domain check prevents me from using it. I will keep exploring. I am very surprised at the limits of Bubble in basic use cases.