I am trying to use a self hosted gotenberg instance to create a PDF. Everything is working but I need to send it an index.html, which is the main PDF content, and a footer.html which is the footer. I am really not getting anywhere handling the multiple files within the workflow.
What is the error message (if any)?
The item has no binary field ‘[object Object]’ [item 0]
Check that the parameter where you specified the input binary field name is correct, and that it matches a field in the binary input
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Hmm, I tried using the workflow, but unfortunately ilit outputs the index and footer as seperate documents. Do you guys have a fix for this? I’m having a hard time adding a footer.
Correct, and that is exactly the problem. The Gotenberg should take two binary as input files, and combine them in a PDF. Now it looks like it’s processing them one by one rather then taking in the two data flows.
So inputting 2 or more binary data types, always results in multiple outputs, where this should not be the case.