Print PDF

Meet the Kuika Print PDF system action.

It is the action that opens the Print Pop-up on the screen so that we can convert the base64 value given as a parameter to a Pdf file and print it, and then print the desired Pdf from this pop-up.

Select the element to add action. Click +Add Action under the Properties panel.(A)

Click OnClick → Device → PrintPdf and create the PrintPdf action.(A)

  • Base64: Base64 value of the Pdf to be printed is written.

The user can retrieve Base64 data from the Database or the data that is the result of the GetReportBase64 action for the PDF created in Report Designer.

Within the created action, Symbol Picker (B) is used to select the parameter input method for the action.

You can perform various operations on the Context menu (C) for the actions you create.

You can easily copy the action with the Copy option. This way, you gain speed where action repetition is required.

You can add a confirmation message for the action to run using the Add Confirmation option.

Also, with the Add Condition feature, you can specify certain conditions under which the added action should execute.

You can easily delete the action created with the Remove option.

Last updated