OutSystems Forge 日本語データベース

LINKIT PdfGen

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

Forge英文サイト

2018-06-29 1.0.1 Parma Bhagwandin All .NET Developer Tools
HTMLやURLからpdfを生成する拡張機能。 この拡張機能は、サーバー上にバイナリーをインストールする必要はありません。 拡張機能はiTextを使用します。
拡張には、CreatePdfFromHtmlとCreatePdfFromUrlという2つの関数が含まれています。 最初の関数はhtmlをフィードし、バイナリデータを返します。 2番目の関数では、関数に完全なURLを与えることができます。 ほとんどのインターネットページは印刷されることを意図していないので、結果は素晴らしいとは限りません。 このコンポーネントは、iText .Netライブラリを使用します。 このバージョンはAGPLライセンスの下で使用されます。 AGPLライセンスにはいくつかの制限があります。 最も重要なものは次のとおりです。 AGPLライセンスの下で、あなた自身のアプリケーションの完全なソースコードを開示することなく、ネットワークに展開することはできません。 あなた自身の製品やWebベースのアプリケーションを含め、すべてのソースコードを配布する必要があります。 iTextに加えられた変更を開示する必要があります。 iTextに目立つように言及し、iText著作権とAGPLライセンスを出力ファイルのメタデータに含める必要があります。 詳細はhttps://itextpdf.com/agplで確認できます。

[Overview]
Extension to generate pdf's from html or a url. The extension does not need any installation of binaries on the server. The extension uses iText.
[Detail]
The extensions contains two functions, CreatePdfFromHtml and CreatePdfFromUrl. For the first just feed the function the html and it will return binary data. For the second function, the full url can be given to the function. Remember that most internet pages are not meant to be printed, so the result won't be as fancy. The component uses the iText .Net library. This version is used under the AGPL license. The AGPL license comes with the a couple of restrictions. The most important ones are: You may not deploy it on a network without disclosing the full source code of your own applications under the AGPL license. You must distribute all source code, including your own product and web-based applications. You must disclose any modifications made to iText. You must prominently mention iText and include the iText copyright and AGPL license in output file metadata. More info can be found at https://itextpdf.com/agpl
戻る