How to print and resize an image from a DataTable

I don’t know that Anvil has a straigtforward way to initiate print operations from the client’s computer (I could be wrong).

However, perhaps this previous topic will help you:

Or, if it is sufficient you can set a Link component’s URL to your media object or call:

download(media_object)

to download the media, and instruct the user to print the file using the usual approach (e.g., CTRL + P).

Hopefully this helps in some way.

1 Like