Can restlet perform generate invoice pdf, using the standard invoice advanced pdf template, and pass to externally called website link (using shopify webstore)?
n
NElliott
08/05/2021, 3:19 PM
You could use the template to render the record and store it in the filecabinet which, because it's a file in the file cabinet has a URL if that's what you 're after? Might just need to check if n/render is available in a RESTlet.
m
margo
08/05/2021, 7:35 PM
I want to share that pdf file over to the webstore, or display on webpage and avoid taking up filecabinet space.
b
battk
08/06/2021, 5:35 AM
restlets are inconvenient for binary responses since they use plaintext output
battk
08/06/2021, 5:36 AM
they are also only designed for use in server contexts, you will likely fail to use a restlet clientside