Click or drag to resize

ReportRepositoryRemergePdfFieldsEx Method

Remerges specified values of content controls into PDF

Namespace: Scanjour.Workflow4.Web.Services.Repositories
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public HttpResponseMessage RemergePdfFieldsEx(
	ODataService context,
	string pdfIdToRemerge,
	IEnumerable<KeyValuePair<string, string>> remergeFieldsData,
	IEnumerable<KeyValuePair<string, string>> globalPdfParameters,
	bool finalize
)

Parameters

context  ODataService
OData context
pdfIdToRemerge  String
Id of PDF to remerge
remergeFieldsData  IEnumerableKeyValuePairString, String
Remerge fields data containing a fields name and corresponding value for previously set remerge fields. See PDF API reference for details.
globalPdfParameters  IEnumerableKeyValuePairString, String
List of global parameters for generated PDF, see PDF service POST-Pdf api for details
finalize  Boolean
If true finalize is set on the request to instruct the pdf service to remove (not include) the embeded workd document

Return Value

HttpResponseMessage

[Missing <returns> documentation for "M:Scanjour.Workflow4.Web.Services.Repositories.ReportRepository.RemergePdfFieldsEx(Scanjour.Process.OData.Client.Proxy.ODataService,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}},System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}},System.Boolean)"]

See Also