This is either: An Element
(e.g. an ElementCollection
);
A mapping, containing file names as keys and an Element
as data.
Multiple files will be produced from the different datas, the result is a zip file
containing them. In the first case, no output file name is specified and
the server will name it "file0".
Server to be used for this print job.
Template to use for this print job.
Output configuration to be used for this print job.
Defaults to OutputConfig
().
Subtemplates for this print job, accessible (in docx) through
{?include subtemplate_dict_key}
. Defaults to {}.
Files to prepend to the output file. Defaults to [].
Files to append to the output file. Defaults to [].
Whether or not verbose mode should be activated. Defaults to False.
The dict representation of this object
dict representation of this object
Execute this print job.
Response
-object
If you already have the JSON to be sent to the server (not just the data, but the entire JSON body including your API key and template), this package will wrap the request to the server.
full JSON data that needs to be sent to a Cloud Office Print server
Server
-object
Response
-object
Converts the HTML response to a Response
-object
HTML response from the Cloud Office Print server
Response
-object of HTML response
Generated using TypeDoc
A print job for a Cloud Office Print server. This class contains all configuration options, resources, render elements ... and the
PrintJob.execute
method to combine all these and send a request to the Cloud Office Print server.