ReportRepositoryCreatePdf Method

Scanjour Workflow4 Reference Manual
Create Pdf from zero or more documents and optional string content.

Namespace:  Scanjour.Workflow4.Web.Services.Repositories
Assembly:  Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public HttpResponseMessage CreatePdf(
	ODataService ctx,
	string[] attachemntIds,
	string htmlContent = null
)

Parameters

ctx
Type: ODataService
OData context
attachemntIds
Type: SystemString
Record Id's of documents you want to merge.
htmlContent (Optional)
Type: SystemString
string containing HTML content to be the first page (optional)

Return Value

Type: HttpResponseMessage

[Missing <returns> documentation for "M:Scanjour.Workflow4.Web.Services.Repositories.ReportRepository.CreatePdf(Scanjour.Process.OData.Client.Proxy.ODataService,System.String[],System.String)"]

See Also

Reference