I am trying to use an API called
nutrient.io to convert images to pdfs.
So I have a fiber that allows me to take a picture and then do a POST request to get a pdf out of it.
I did a lot of debugging to format properly the request, since is a multipart form, and I think I finally got it, but then I am getting back a TransactionTooLargeException.
Thanks in advance!