64
Views
2
Comments
Get pdf url
Question

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. 

2024-07-12 05-57-50
Gourav Shrivastava
Champion

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 

2021-10-09 07-57-44
Stefan Weber
 
MVP

Hi,

in addition to @Gourav Shrivastava answer you can also expose a rest endpoint (Get) which returns the Binary Data in the body.

Best

Stefan

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.