|
RenderDocument method (TgtHtmlViewInterface) |
Top |
|
procedure RenderDocument(AHTMLFile: string); overload; procedure RenderDocument(AHTMLView: THTMLViewer); overload;
Description This method can be used to export from HMTL files to any document format.
AHTMLFile indicates the file name of the HTML file to be exported. AHTMLView indicates ThtmlViewer component to be exported.
|