Information Classification: External Restricted.
See https://www.chili-publish.com/security
Webservice Functions - DocumentCreateImagesAndPDF
Generates a zip containing the PDF and images of all the pages in the document.
Declaration
public string DocumentCreateImagesAndPDF ( string apiKey, string itemID, string settingsXML, string imageConversionProfileID, int taskPriority );
Arguments
Name |
Type |
Description |
---|---|---|
apiKey |
The API key previously generated by calling the GenerateApiKey function |
|
itemID |
The ID of the document for which to create the PDF |
|
settingsXML |
The PDF Export Settings XML used to generated the PDF. These settings can be either built manually, or requested from one of the available PDFExportSettings resource items |
|
imageConversionProfileID |
The ID of the image conversion profile |
|
taskPriority |
int |
The priority (1-10) of the task |
Returns
This function is always run asynchronously. The taskXML contains a "result" attribute, which in its turn contains an XML string of the Image generation result:
<result path="server_path" relativeURL="ZZZ" url="FULL_URL" />
relativeURL is provided from the root of the CHILI website.
The 'path' attribute contains the file path (on the server) to the generated zip file
An XML string describing the created task, containing its ID and other information.
All information on this page must be treated as External Restricted, or more strict. https://www.chili-publish.com/security