Microsoft.HtmlTrans 名前空間
Provides types and interfaces for converting documents to HTML for display in various types of browsers.
Document converters are custom executable files that take a document of one file type, and generate a copy of that file in another file type. This transforms the content into different versions or different products to suit business needs such as archiving or customer-facing site requirements.
Document conversion is a resource-intensive process. Consequently, it relies on load balancers to determine which server can provision a job for conversion. The DocConversionLauncherService service will call the appropriate document converter.
クラス
クラス | 説明 | |
---|---|---|
CreateDCInfo | ドキュメント変換でのファイルのコンテンツと情報にアクセスし、これを管理するためのメソッドを提供します。 | |
CreateHtmlInfo | ドキュメント変換の結果を含みます。 |
インターフェイス
インターフェイス | 説明 | |
---|---|---|
IDocumentConversionsLauncher | このクラスは内部使用の目的で予約されており、コードからの直接の使用を想定していません。 | |
IHtmlTrLauncher | 適切なクライアント アプリケーションやビューアをインストールしていないユーザーがブラウザで表示できるように、ドキュメントを HTML 形式に変換するプロセスを開始する単一のメソッドを公開します。 | |
IHtmlTrLoadBalancer | Document Conversions Launcher Service をホストしている複数のサーバーの負荷を管理します。 |
列挙
列挙 | 説明 | |
---|---|---|
BrowserType | ドキュメントを HTML に変換する際に対象とするブラウザの種類を指定します。 | |
CreationErrorType | ドキュメント変換プロセスで発生する可能性のあるエラーを返します。 | |
TSReturnType | ドキュメント変換を要求するハンドラ ページに状態の値を返します。 |