ServerDocumentTemplate represents a XSL or XFD template installed in a remote instance of XF Rendering Server. In this scenario, the client sends the XML and a template unique ID to the server which does all the work and returns the PDF output.
See Managing Server Templates for a guide on how to deploy server templates.
For more information about local vs. server templates see also Choosing between Local and Server Templates.
Members/Properties
Name |
Description |
A string that uniquely identifies a server template. |
|
Represents the parameters transmitted to xslt engine. Inherited from ecrion.ultrascale.DocumentTemplate. |
|
Specifies the language used for XFD translations. Inherited from ecrion.ultrascale.DocumentTemplate. |
A string that uniquely identifies a server template. It must be specified as "applicationname:templatename" where template name includes the file extension (usually xfd, xsl, xslt).
STDMETHOD(put_templateID)(BSTR newVal);
The parameters transmitted to XSLT engine. Inherited from Ecrion::Ultrascale::DocumentTemplate
STDMETHOD(put_xsltParameters)(BSTR newVal);
Specifies the language used for XFD translations. Inherited from Ecrion::Ultrascale::DocumentTemplate
STDMETHOD(put_languageID)(BSTR newVal);