LocalDocumentTemplate represents a XSL or XFD template available locally to the client CPP application.
Ecrion.Ultrascale.CPP.dll will combines XML data with the template and will send the resulting XSL-FO or HTML to the server. The server will process this input and will return back a PDF document (or any other supported output format).
More information about Choosing between Local and Server Templates can be found under the How To... section.
Members/Properties
Name |
Description |
The XSLT engine that must be used for transformation. |
|
The template file used to perform layout. |
|
The stream containing the local template. |
|
Specifies the language that must be used by the server to translate the XFD template. |
|
Specifies the language used for XFD translations. |
|
Pairs of key/values that must be used during the transformation. |
The XSLT engine that must be used for transformation.
STDMETHOD(put_xsltEngine)(XsltEngine newVal);
The template file used to perform layout.
STDMETHOD(put_templateFilePath)(BSTR newVal);
The stream containing the local template.
STDMETHOD(put_templateStream)(VARIANT newVal);
Specifies the language that must be used by the server to translate the XFD template.
STDMETHOD(put_languageStream)(VARIANT newVal);
Specifies the language used for XFD translations.
STDMETHOD(put_languageID)(BSTR newVal);
Pairs of key/values that must be used during the transformation.
STDMETHOD(put_parameters)(BSTR newVal);