user90210

Results 4 comments of user90210

I'm able to send multiple files to stirling using the code node, but I'm unable to convert the response into a pdf. ![grafik](https://github.com/Stirling-Tools/Stirling-PDF/assets/31575320/74055f23-141d-4b94-99f0-f1afbacab090) ![grafik](https://github.com/Stirling-Tools/Stirling-PDF/assets/31575320/ef3df019-deaf-4ea3-969f-d932b5e17a27)

@lawfulsoftware Environment variables: `NODE_FUNCTION_ALLOW_EXTERNAL form-data,axios` Code `{ "meta": { "templateCredsSetupCompleted": true, "instanceId": "b8a6c5f125472722e6d0028d32185678e848973559dc7ce97c463718be4c99c7" }, "nodes": [ { "parameters": { "url": "https://wonderfulengineering.com/wp-content/uploads/2014/10/image-wallpaper-15.jpg", "options": { "response": { "response": { "responseFormat": "file" }...

@lawfulsoftware I found the issue with my code. I just had to add "encoding: 'arraybuffer'" to the headers. Turning that into a base64 and voila... (let me know if you...

Have the same issue, but video will play if I force close the app and then start the video again.