Extraction of Document and storage

By ExtractionUtil

 

Does the CAL provides the way to extract and store the document in the original format on the disc?

Tagged:

Comments

  • By David Berglund

     

    I assume that by "document", you mean the original tiff image or attached file that is in the Execute360 workitem. The answer is generally yes, and all the Execute360 API sets allow you to export the image or attached/imported content from a workitem to a file.

    In the case of CAL, refer to the CALDocument.ExportPages method for exporting a tiff image. If the documents are attachments (also referred to as imports within Execute360, i.e. docx, xlsx, pdf, etc...) refer to the CALDocumentImport.Extract method. Analagous methods are available in the Java (JAL) and .NET (.CAL) apis.