Hi,
I use PrintNode for printing a pdf file. But i can't print without pdf url. I generate the pdf file with UltimatePDF. But the output is binarydata. and i need url of the pdf file. how can i do that.
Hey,
You can store your binary file in an entity and after that, it will help you because it is a similar case.
https://www.outsystems.com/forums/discussion/36621/generating-an-url-access-for-a-pdf-stored-in-an-entity/
Regards,
@Gourav Shrivastava
in addition to @Gourav Shrivastava answer you can also expose a rest endpoint (Get) which returns the Binary Data in the body.
Best
Stefan