Pdf node "Path to a BASE64 key"

What is the meaning of Path to a BASE64 key ? in generate pdf/ image and how to define this?

@Manisha_Vimal

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"
}

I tried passing the object into the file node as per the given format below but even after multiple attempts,
I have been getting the error as shown in attached screenshot. can you please provide the fix of this?