Hello,
I’m a bit confused, I’m working with an external API that returns this in JSON:
{
“name”: “document-00005.pdf”,
“size”: 9768,
“mime”: “application/pdf”,
“content”: “R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs=”
}
I would like to see the PDF, does anyone have an idea?