** AVAILABLE OCTOBER / NOVEMBER 2024 **
Overview
The 'Word - Extract Images' flow action extracts the specified images from the Microsoft Word file provided.
The following file types are supported:
- docx
- dotx
- doc
- dot
- docm
- dotm
- rtf
Credit Count
This action consumes 1 credit per operation.
Note, different Encodian actions can consume different number credits. Please always check the action specific documentation and read What is an Encodian Action for a full description of how credits are consumed.
Parameters
The default 'Word - Extract Images' flow action parameters are detailed below:
- File Content: The file content of the source Microsoft Word file
Please refer to the Obtaining the 'File Contents' Parameter article for guidance on how to obtain the 'File Content' parameter ready to provide to an Encodian flow action.
Advanced Parameters
The advanced 'Word - Extract Images' flow action parameters are detailed below:
- Start Page: Set the page number to begin extracting images from
- End Page: Set the page number to stop extracting images on. The default value is set to the last page of the Microsoft Word document provided
- Page Numbers: A comma separated list of page numbers of the pages to extract images from: 1,3,4
- Image Indexes: A comma separated list of indexes of the images to extract: 1,3,4
- Culture Name: This setting is used to set the culture for the document prior to conversion. Please refer to the Culture Names article for a list of supported cultures
Return Parameters
The 'Word - Extract Images' Power Automate action returns the following data.
Action Specific Return Values
-
Images- The collection of images extracted from the Word document supplied
Each document within the documents collection contains the following values: - Filename - The filename of the image
- FileContent - The file content of the image
Standard Return Values
- OperationId - The unique ID assigned to this operation.
- HttpStatusCode - The HTTP Status code for the response.
- HttpStatusMessage - The HTTP Status message for the response.
- Errors - An array of error messages should an error occur.
- Operation Status - Indicates whether the operation has been completed, has been queued or has failed.
0 Comments