Hello! We are trying to create a process that works as follows:
- The web app (Java) endpoint acts as a trigger.
- This endpoint sends data to PlanetPress.
- PlanetPress creates a PDF.
- The PDF is returned as a byte or another type of stream.
- Java receives a “200 OK” response along with the byte/stream.
We’re attempting to use an HTTP Input server with JSON, but we’re having difficulty sending the PDF data (as a byte array or stream) back to the web app after the PDF is created.