What is the meaning of Path to a BASE64 key ? in generate pdf/ image and how to define this?
Can you share what you’re trying to generate and what the source is as well?
want to generate pdf file via url please help me out…
Hey, @Manisha_Vimal You can pass the object into the file node.
{
"file": {
"name": "pdfname",
"url": "pdfurl",
"urlEncoded": true
},
"format": "pdf"
}