Generate Doc using BinaryCode

Dears ,

I am getting a binary code for a document and i want to generate that document using appian smart node or plugin so i only need to give the binaryCode and the result will be a document file.

Thanks and appreciate your helps

OriginalPostID-262727

  Discussion posts and replies are publicly visible

Parents
  • So, what do you want to do with the generated document? Is it something like real-time download that you are taking about? One option is to create a servlet plugin that generates the document as a response to the HTTP request and returns this as the MIME type of the Http Response. This way, it will appear as if when you click on the link, the document is getting downloaded from the server, but in reality, your servlet plugin is creating the document from the base64 and setting the mimme type to make the browser think its downloading a document.
Reply
  • So, what do you want to do with the generated document? Is it something like real-time download that you are taking about? One option is to create a servlet plugin that generates the document as a response to the HTTP request and returns this as the MIME type of the Http Response. This way, it will appear as if when you click on the link, the document is getting downloaded from the server, but in reality, your servlet plugin is creating the document from the base64 and setting the mimme type to make the browser think its downloading a document.
Children
No Data