Click or drag to resize

ReportRepositoryCreatePdf Method

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: 24.5.0.0 (24.5.0.0)
Syntax
public HttpResponseMessage CreatePdf(
	ODataService ctx,
	string[] attachemntIds,
	string htmlContent = null
)

Parameters

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

Return Value

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