Get file content

Get file content

Hi guys, How do I get pdf file content content as text string from the file variable below (Is this even possible?) 

  1. file = zoho.sign.downloadDocument(zohoSignId,"zohosignattachment");
I need this because I need to push the document to an API in a POST request. 

Thanks for your help