I need to download quote pdf using restlet or soap...
# suitescript
p
I need to download quote pdf using restlet or soap. Any suggestion please
b
if the file exists already, SOAP is an option
if not, you will at least need to use N/render to create the file, probably in your restlet
you can then return the file contents as a string as part of your json response
p
thanks for the update.
Hi any sample code to download directly from transaction in restlet
b
nope, dont know what you mean by download directly from transaction
expect to learn how to use N/render to generate the file.File that you will be using