I'm trying to put an image of my dashboard into a PDF automatically clicking on inject, this image is generated by the "node-red-contrib-web-page-screenshot"
but I'm not getting it, here's my flow
[{"id":"67c61941.053d58","type":"tab","label":"Flow 1","disabled":false,"info":""},{"id":"2fe6f48.ec2f80c","type":"screenshot","z":"67c61941.053d58","name":"","url":"http://localhost:1880/ui/","path":"","x":270,"y":200,"wires":[["1e113dda9c6c4827"]]},{"id":"962a41100eaf3347","type":"inject","z":"67c61941.053d58","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":160,"y":160,"wires":[["2fe6f48.ec2f80c"]]},{"id":"1e113dda9c6c4827","type":"pdfmake","z":"67c61941.053d58","name":"","outputType":"base64","inputProperty":"payload","options":"{}","outputProperty":"payload","x":300,"y":240,"wires":[["30ba1a2058d41330"]]},{"id":"30ba1a2058d41330","type":"file","z":"67c61941.053d58","name":"","filename":"C:/Users/Smart4.0/Downloads/pdfdash.pdf","filenameType":"str","appendNewline":true,"createDir":false,"overwriteFile":"false","encoding":"none","x":510,"y":300,"wires":[["bcc52d7892a83a76"]]},{"id":"bcc52d7892a83a76","type":"debug","z":"67c61941.053d58","name":"debug 2","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":700,"y":340,"wires":[]}]