Click or drag to resize

SimpleCreatePdfRenditionsCreateRenditions Method

Creates pdf renditions for records

Namespace: Scanjour.Workflow4.ActivityLibrary.Pdf
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static void CreateRenditions(
	ODataService odataContext,
	IEnumerable<Record> records,
	KeyValuePair<string, string> header,
	bool force = false
)

Parameters

odataContext  ODataService
OData contect used to render documents
records  IEnumerableRecord
Records to be rendered
header  KeyValuePairString, String
Header on web request (used to indicate pdfua)
force  Boolean  (Optional)
if true a new version will be created even if there is an existing version
See Also