Hi,
I have a base64 PDF, which I'm converting to a PDF document using "compose" action like this:
{
"$content-type": "application/pdf",
"$content": "@{outputs('Get_Label')?['body/result/base64pdf']}"
}
This works fine, but as an additional step, I'd like to set the document size to A4. Is that possible, if so, how would I do that? Any help would be really appreciated!
Many thanks