This Specification Flow Task will export selected pages, from the given PDF document, as image files.
Property Name | Description |
---|---|
Title | Changes the Title (not the name) of the task. |
PDF File | The path to the PDF file to export from. |
Page Range | Use '*' or leave empty to select all pages. Also accepts pipebar delimited list of page numbers, e.g. '1|2|3', or a range using a hyphen, e.g. '1-3'. |
Export Directory | The path where the images will be saved. Leave empty for the images to be saved to the Specification directory. |
File Name Schema | Define the file name schema for the outputted files. Provide a string and use arguments. '{0}' for the page number and '{1}' for the total page count. Leaving blank will use the original file name followed by page number.
Image files supported are .png, .jpeg, .jpg and .bmp. |
Overwrite | TRUE to overwrite the image files if they already exist, FALSE to leave alone. |
When this Task is added the properties are static. To be able to build rules on a static property see How To: Change A Static Property To A Dynamic Property.
Property Name | Example Rule | Meaning |
---|---|---|
PDF File | "D:\DriveWorks\ProductGuide.pdf" | Will export images from the ProductGuide.pdf document. |
Page Range | "1-3|8" | Will export the pages 1,2,3 and 8. |
Export Directory | Will export the images to the Specification folder. | |
File Name Schema | "MyImage{0}of{1}.jpg" | Will export the given page range as:
MyImage1of4.jpg MyImage2of4.jpg MyImage3of4.jpg MyImage4of4.jpg |
Overwrite | TRUE | Will overwrite existing images. |
This task has different types of Outputs. For more information about Outputs see Specification Macros Task Node.
Outputs are only available within Specification Macros. Currently Outputs are not available for Specification Flow.
This task supports Status Outputs. These can be used to perform different actions depending on what the status outcome of the task is. For more information see Status Outputs in the Task Node Outputs section of Specification Macros Task Node.
The status output navigation is as follows:
Success
Success with Warnings
Failed