Interface Ecrion.Ultrascale.ILocalDocumentTemplate

Top Previous Topic Next Topic  Print this topic

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).

 

LocalDocumentTemplateProcessFlow(COM)

More information about Choosing between Local and Server Templates can be found under the How To... section.

 

Members/Properties

 

Name

Description

xsltEngine

The XSLT engine that must be used for transformation.

templateFilePath

The template file used to perform layout.

templateStream

The stream containing the local template.

languageStream

Specifies the language that must be used by the server to translate the XFD template.

languageID

Specifies the language used for XFD translations.

parameters

Pairs of key/values that must be used during the transformation.

 

 

xsltEngine

The XSLT engine that must be used for transformation.

 

 

       STDMETHOD(put_xsltEngine)(XsltEngine newVal);

 

 

templateFilePath

The template file used to perform layout.

 

 

       STDMETHOD(put_templateFilePath)(BSTR newVal);

 

 

templateStream

The stream containing the local template.

 

 

       STDMETHOD(put_templateStream)(VARIANT newVal);

 

 

languageStream

Specifies the language that must be used by the server to translate the XFD template.

 

 

       STDMETHOD(put_languageStream)(VARIANT newVal);

 

 

languageID

Specifies the language used for XFD translations.

 

 

       STDMETHOD(put_languageID)(BSTR newVal);

 

 

parameters

Pairs of key/values that must be used during the transformation.

 

 

       STDMETHOD(put_parameters)(BSTR newVal);