Converter.ConvertTemplate
ConvertTemplate(HTMLDocument, TemplateData, TemplateLoadOptions, string)
Merge html template with user data. Result is html file.
public static void ConvertTemplate(HTMLDocument template, TemplateData data,
TemplateLoadOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
template | HTMLDocument | Source skeleton html doc. |
data | TemplateData | Data for merging (XML, JSON). |
options | TemplateLoadOptions | Merging options object. |
outputPath | String | Output file path. |
See Also
- class HTMLDocument
- class TemplateData
- class TemplateLoadOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertTemplate(Url, TemplateData, TemplateLoadOptions, string)
Merge html template with user data. Result is html file.
public static void ConvertTemplate(Url url, TemplateData data, TemplateLoadOptions options,
string outputPath)
Parameter | Type | Description |
---|---|---|
url | Url | Template source document URL. |
data | TemplateData | Data for merging (XML, JSON). |
options | TemplateLoadOptions | Merging options object. |
outputPath | String | Output file path. |
See Also
- class Url
- class TemplateData
- class TemplateLoadOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertTemplate(Url, Configuration, TemplateData, TemplateLoadOptions, string)
Merge html template with user data. Result is html file.
public static void ConvertTemplate(Url url, Configuration configuration, TemplateData data,
TemplateLoadOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
url | Url | Template source document URL. |
configuration | Configuration | The environment configuration. |
data | TemplateData | Data for merging (XML, JSON). |
options | TemplateLoadOptions | Merging options object. |
outputPath | String | Output file path. |
See Also
- class Url
- class Configuration
- class TemplateData
- class TemplateLoadOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertTemplate(string, TemplateData, TemplateLoadOptions, string)
Merge html template with user data. Result is html file.
public static void ConvertTemplate(string sourcePath, TemplateData data,
TemplateLoadOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
sourcePath | String | Path to template source html file. It will be combined with the current directory path to form an absolute URL. |
data | TemplateData | Data for merging (XML, JSON). |
options | TemplateLoadOptions | Merging options object. |
outputPath | String | Output file path. |
See Also
- class TemplateData
- class TemplateLoadOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertTemplate(string, Configuration, TemplateData, TemplateLoadOptions, string)
Merge html template with user data. Result is html file.
public static void ConvertTemplate(string sourcePath, Configuration configuration,
TemplateData data, TemplateLoadOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
sourcePath | String | Path to template source html file. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
data | TemplateData | Data for merging (XML, JSON). |
options | TemplateLoadOptions | Merging options object. |
outputPath | String | Output file path. |
See Also
- class Configuration
- class TemplateData
- class TemplateLoadOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertTemplate(string, string, TemplateData, TemplateLoadOptions, string)
Merge html template with user data. Result is html file.
public static void ConvertTemplate(string content, string baseUrl, TemplateData data,
TemplateLoadOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
content | String | Inline html template - skeleton. |
baseUrl | String | Base URI of the html template. It will be combined with the current directory path to form an absolute URL. |
data | TemplateData | Data for merging (XML, JSON). |
options | TemplateLoadOptions | Merging options object. |
outputPath | String | Output file path. |
See Also
- class TemplateData
- class TemplateLoadOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertTemplate(string, string, Configuration, TemplateData, TemplateLoadOptions, string)
Merge html template with user data. Result is html file.
public static void ConvertTemplate(string content, string baseUrl, Configuration configuration,
TemplateData data, TemplateLoadOptions options, string outputPath)
Parameter | Type | Description |
---|---|---|
content | String | Inline html template - skeleton. |
baseUrl | String | Base URI of the html template. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
data | TemplateData | Data for merging (XML, JSON). |
options | TemplateLoadOptions | Merging options object. |
outputPath | String | Output file path. |
See Also
- class Configuration
- class TemplateData
- class TemplateLoadOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertTemplate(HTMLDocument, TemplateData, TemplateLoadOptions)
Merge html template with user data. Result is HTMLDocument
.
public static HTMLDocument ConvertTemplate(HTMLDocument template, TemplateData data,
TemplateLoadOptions options)
Parameter | Type | Description |
---|---|---|
template | HTMLDocument | Source skeleton html doc. |
data | TemplateData | Data for merging (XML, JSON). |
options | TemplateLoadOptions | Merging options object. |
Return Value
Conversion result HTMLDocument.
See Also
- class HTMLDocument
- class TemplateData
- class TemplateLoadOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertTemplate(Url, TemplateData, TemplateLoadOptions)
Merge html template with user data. Result is HTMLDocument
.
public static HTMLDocument ConvertTemplate(Url url, TemplateData data, TemplateLoadOptions options)
Parameter | Type | Description |
---|---|---|
url | Url | Template source document URL. |
data | TemplateData | Data for merging (XML, JSON). |
options | TemplateLoadOptions | Merging options object. |
Return Value
Conversion result HTMLDocument.
See Also
- class HTMLDocument
- class Url
- class TemplateData
- class TemplateLoadOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertTemplate(Url, Configuration, TemplateData, TemplateLoadOptions)
Merge html template with user data. Result is HTMLDocument
.
public static HTMLDocument ConvertTemplate(Url url, Configuration configuration, TemplateData data,
TemplateLoadOptions options)
Parameter | Type | Description |
---|---|---|
url | Url | Template source document URL. |
configuration | Configuration | The environment configuration. |
data | TemplateData | Data for merging (XML, JSON). |
options | TemplateLoadOptions | Merging options object. |
Return Value
Conversion result HTMLDocument.
See Also
- class HTMLDocument
- class Url
- class Configuration
- class TemplateData
- class TemplateLoadOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertTemplate(string, TemplateData, TemplateLoadOptions)
Merge html template with user data. Result is HTMLDocument
.
public static HTMLDocument ConvertTemplate(string sourcePath, TemplateData data,
TemplateLoadOptions options)
Parameter | Type | Description |
---|---|---|
sourcePath | String | Path to template source html file. It will be combined with the current directory path to form an absolute URL. |
data | TemplateData | Data for merging (XML, JSON). |
options | TemplateLoadOptions | Merging options object. |
Return Value
Conversion result HTMLDocument.
See Also
- class HTMLDocument
- class TemplateData
- class TemplateLoadOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertTemplate(string, Configuration, TemplateData, TemplateLoadOptions)
Merge html template with user data. Result is HTMLDocument
.
public static HTMLDocument ConvertTemplate(string sourcePath, Configuration configuration,
TemplateData data, TemplateLoadOptions options)
Parameter | Type | Description |
---|---|---|
sourcePath | String | Path to template source html file. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
data | TemplateData | Data for merging (XML, JSON). |
options | TemplateLoadOptions | Merging options object. |
Return Value
Conversion result HTMLDocument.
See Also
- class HTMLDocument
- class Configuration
- class TemplateData
- class TemplateLoadOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertTemplate(string, string, TemplateData, TemplateLoadOptions)
Merge html template with user data. Result is HTMLDocument
.
public static HTMLDocument ConvertTemplate(string content, string baseUrl, TemplateData data,
TemplateLoadOptions options)
Parameter | Type | Description |
---|---|---|
content | String | Inline html template - skeleton. |
baseUrl | String | Base URI of the html template. It will be combined with the current directory path to form an absolute URL. |
data | TemplateData | Data for merging (XML, JSON). |
options | TemplateLoadOptions | Merging options object. |
Return Value
Conversion result HTMLDocument.
See Also
- class HTMLDocument
- class TemplateData
- class TemplateLoadOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML
ConvertTemplate(string, string, Configuration, TemplateData, TemplateLoadOptions)
Merge html template with user data. Result is HTMLDocument
.
public static HTMLDocument ConvertTemplate(string content, string baseUrl,
Configuration configuration, TemplateData data, TemplateLoadOptions options)
Parameter | Type | Description |
---|---|---|
content | String | Inline html template - skeleton. |
baseUrl | String | Base URI of the html template. It will be combined with the current directory path to form an absolute URL. |
configuration | Configuration | The environment configuration. |
data | TemplateData | Data for merging (XML, JSON). |
options | TemplateLoadOptions | Merging options object. |
Return Value
Conversion result HTMLDocument.
See Also
- class HTMLDocument
- class Configuration
- class TemplateData
- class TemplateLoadOptions
- class Converter
- namespace Aspose.Html.Converters
- assembly Aspose.HTML