Skip to main content
saurabhs0003
February 15, 2023
Question

appian document to bse64

  • February 15, 2023
  • 3 replies
  • 0 views

Hi Everyone , 

I need to convert Appian document to base64 . How can i achieve this . 

thanks in Advance

3 replies

harshitb6843
February 15, 2023

If this is for sending document in integration, then Appian will automatically take care of it. Just pass the document ID in todocument() function. 

saurabhs0003
February 15, 2023

no i have to use that document in html 

abhayd3663
February 21, 2023

Converting a doc to base64 will have its own challenges, if the base64 string is too long, storing and retrieving  will be an issue. Due to this reason Appian stopped supporting base64 over HTTP API and started converting the document internally.