yuuvis® RAD Q&A

0 votes
by (750 points)

Hello,
I'm Trying to upload a file using Node-RED to Yuuvis.
But after uploading the file I Only get a blank PDF with
two Pages:

I'm reading in the file as a Buffer Object:

And then I Upload it using an HTTP Post Request:


1 Answer

0 votes
by (19.6k points)

Hi Marcel,

the screenshot of the emtpy document shows only the rendition of the content-file. Please download the actual file using the client menu or the endpoint http://127.0.0.1:8080/rest-ws/service/prepare/<itemid>/content and check if that is the expected content file. If yes, the rendition-plus component is not able to create a correct PDF rendition from the content-file. If not, then the transmission of the file in the multi-part form data post is not correct. Maybe try something else than node-RED ?

Best regards
Nicolai

...