Browse documentation
Print pages in the app
In order to enable the print functionality in your app you will need to add the following parameters to your advanced configuration:
"Printing": {
"Enable_Printing": true,
"Regex": ".*print.*"
}The "Regex" parameter determines which URLs will trigger the printing. You will need to make sure that the URLs that should trigger the print feature match the regex code used.
If your URL looks like this: https://website.com/document?print=true
You can use the value displayed in our example, it will be a match because the URL contains "print" in it.