OutSystems Forge 日本語データベース

CreateDocxFromHtml

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2017-07-28 2.0.1 Rajat Agrawal SQL Server .NET Connectors, Reporting
これは、htmlからdocxを生成する拡張です。 入力パラメータにfilename、Html sourceというパスを渡す必要があります。 この拡張機能は、特定の場所にdocxファイルを書き込んだ後、File_ReadBinaryを使用してファイルを読み込んだ後、ファイルをダウンロードする必要があります。
これは、htmlからdocxを生成する拡張です。 入力パラメータにfilename、Html sourceというパスを渡す必要があります。 この拡張機能は、特定の場所にdocxファイルを書き込んだ後、File_ReadBinaryを使用してファイルを読み込んだ後、ファイルをダウンロードする必要があります。 docxのMIMEタイプはapplication / vnd.openxmlformats-officedocument.wordprocessingml.documentです。

[Overview]
This is the extension to generate docx from html. You have to pass the path with filename, Html source in the input parameter. This extension write the docx file on particular location then you have to read it by using File_ReadBinary then downlaod the file.
[Detail]
This is the extension to generate docx from html. You have to pass the path with filename, Html source in the input parameter. This extension write the docx file on particular location then you have to read it by using File_ReadBinary then downlaod the file. The MIME type for docx is application/vnd.openxmlformats-officedocument.wordprocessingml.document
戻る