Print PDF files
Last updated
Last updated
If you need to print the PDF files directly from UI Bakery, it can be achieved the following way:
connect a JS library https://printjs.crabbly.com/#documentation in the Custom Code tab:
2. Add a Code action and specify a similar code:
where ui.pdfFileInput.value
is an input component with field type=file
.