I created an employee application where we are going to create an employee and print his employee card.
I created the whole application and design the employee card in web block, I only face the issue with printing the card. I did not find any suitable component forge. I want to know how I can print this employee card.
Hi,
In outsystems.com/forge there are several components for reactive web that allow you to generate a PDF of your screen or a part of your screen, like your employee card block.
For example:
and some others.
Regards,
Daniel
Hello Nabi
You can use this service https://www.outsystems.com/forge/component-overview/8774/printnode to send direct Print Command for your file on Web Broswer.
Also, there are some JS Function like window.print() could be used for such cases to direct print the files.