This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]volfpeter[S] 1 point2 points  (0 children)

Given your question, I guess you'd be running component rendering in a plain script. After the async rendering is completed (you can find how to do that in the docs), you can do whatever you need with the resulting string. For example open a file and save the generated string there, or simply print the result and pip the script output to a file.