Kuika's Get Component Base64 action allows you to retrieve a specific element from a web application in Base64 format. While images, files, and media content are already stored in Base64 format, the primary importance of this action lies in the conversion of complex components used or displayed on the screen into Base64.
This enables elements on complex screens to be converted to Base64 format, making it possible to convert the entire screen to PDF or other formats. This feature provides significant convenience for visual and data conversion in dynamic and rich-content applications.
Technical Features
In a business application, users view their reports on a dynamically generated report screen with various graphs, tables, and text components. Users want to convert this report component to Base64 format, convert it to PDF, and download it to their devices.
Adding the Get Component Base64 Action
Then, you can use the Base64 data to download the PDF file using Download File From Server or initiate an external API call.
Technical Risks