ReprocessAssetsJob

Job type to allow reprocessing of previously uploaded primary files, including reripping PDFs and reoptimizing images.

Syntax

Parameters

Name

Type

Description

assetHandleArray

types:HandleArray

Asset handle.

readyForPublish

xsd:boolean

Whether the files are marked ready for publishing.

preservePublishState

xsd:boolean

Controls whether the publish state of an existing asset is preserved when overwriting. If not set, the company default setting is used.

createMask

xsd:boolean

Whether to create a mask.

preserveCrop

xsd:boolean

Controls preservation of any existing crop definition. Default is true.

If you provide the manualCropOptions parameter and corresponding values, then the new values (excluding 0,0,0,0) are applied to the asset regardless of the preserveCrop value.

If you do not provide the manualCropOptions parameter, the value of preserveCrop is maintained. And, in case of true, the existing preserveCrop values are retained; in case of false, the preserveCrop values are removed.

Example:

<preserveCrop>false</preserveCrop>
<manualCropOptions>
   <left>190</left>
   <right>310</right>
   <top>160</top>
   <bottom>120</bottom>
</manualCropOptions>

manualCropOptions

types:ManualCropOptions

Manual crop options.

autoColorCropOptions

types:AutoColorCropOptions

Options for automatic crops of images based on color.

autoTransparentCropOptions

types:AutoTransparentCropOptions

Removes white space from the edges of images, based on transparency.

photoshopOptions

types:PhotoshopOptions

Options for uploading Photoshop files to the Image Server.

postScriptOptions

types:PostScriptOptions

Options for uploading PostScript files to the Image Server.

pdfOptions

types:PDFOptions

Options for uploading PDF files to the Image Server.

mediaOptions

types:MediaOptions

A/V media file options.

illustratorOptions

types:IllustratorOptions

Options for uploading Illustrator files to the Image Server.

colorManagementOptions

types:ColorManagementOptions

Options that you can specify during an upload. The set affects how the color is managed for the upload.

autoSetCreationOptions

types:AutoSetCreationOptions

Array of automatic set generation scripts to apply to uploaded files.

projectHandleArray

types:HandleArray

An array of project handles.

emailSetting

xsd:string

Options for email settings.

postJobOnlyIfFiles

xsd:boolean

Whether to upload only files.

postHttpUrl

xsd:string

URL to file upload location.

postImageServingPublishJob

types:ImageServingPublishJob

Job details for an image serving publish job to be run after the upload is complete.

postImageRenderingPublishJob

types:ImageRenderingPublishJob

Job details for an image rendering publish job to be run after the upload is complete.

postVideoPublishJob

types:VideoPublishJob

Job details for a video publish job to be run after the upload is complete.

inDesignOptions

types:InDesignOptions

Options for uploading InDesign files to the image server.

knockoutBackground

types:KnockoutBackgroundOptions

Mask the background for selected images. This lets you overlay them in other layers with a transparency outside of subject image.

Optional.

See KnockoutBackgroundOptions

unsharpMaskOptions

types:UnsharpMaskOptions

Options that let you control unsharp mask settings when creating an optimized pyramid TIF file. Use these settings to help improve image sharpness.

See UnsharpMaskOptions.

Notes

Choices for *CropOptions include:

  • manualCropOptions
  • autoColorCropOptions
  • autoTransparentCropOptions

Choices for *PublishJob include:

  • postImageServingPublishJob
  • postImageRenderingPublishJob
  • postVideoPublishJob

On this page