I'd like to generate a PDF with the result of a RichText widget. The RichText widget contains multiple TextSpan objects, including text and numbers. I'd like to select the RichText widget I want to print in the PDF as an argument. Could you help me?
How to generate a pdf with the result of a RichText widget ?
Actions & Logic
I tried to code a custom action (using the pdf and printing libraries), but I can't select the RichText widget I want as an argument. The type argument is 'string', but it seems that the RichText widget isn't a string. I can't find the argument type that would match. So I tried with a 'RichText' argument, but this argument isn't visible when I try to use the custom action.
Yes
1
2 replies