IM-PDFAutoConverter for Accel Platform セットアップガイド 第25版 2025-10-01

6.2.1. intra-mart Accel Platform

intra-mart Accel Platform でのセットアップの手順を示します。

6.2.1.1. WARファイルの作成

6.2.1.1.1. アプリケーションの追加

アプリケーションの追加手順については、「 アプリケーションの追加 」を参照してください。

6.2.1.1.2. 設定ファイルの追加・編集

6.2.1.1.2.1. PDFオートコンバータEX < autoex-config.xml >

PDFオートコンバータEX の設定ファイル< autoex-config.xml >を追加し、編集する手順を示します。

注意

Office系→PDF変換 を使用しない場合、手順は不要です。

  1. IM-Juggling でプロジェクトを開き、「設定ファイル」タブを表示します。

    ../../../_images/iap_server_autoex_1.png
  2. 「 IM-PDFAutoConverter for Accel Platform 」-「 Office系→PDF変換 機能設定 」を選択し、「出力」をクリックします。

    ../../../_images/iap_server_autoex_2.png
  3. < conf/pdfa-config >フォルダ配下に、設定ファイル< autoex-config.xml >が追加されます。

    ../../../_images/iap_server_autoex_3.png
  4. 「ソース」タブをクリックし、環境に合わせて設定を編集します。

    ../../../_images/iap_server_autoex_4.png

    次は、 PDF変換サーバ 3台で運用する場合のサンプルです。

    <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
       <properties>
          <comment></comment>
    
          <!--
          ============================================================================
          クライアントモジュールの設定
          ============================================================================
          -->
          <!-- 変換対象の拡張子 -->
          <entry key="autoex.file.suffix">doc,docx,xls,xlsx,ppt,pptx,tif,tiff,xdw,xbd,bmp,jpg,png,gif</entry>
    
          <!--
          ============================================================================
          サーバモジュールの設定
          ============================================================================
          -->
          <!-- PDF変換サーバの台数 -->
          <entry key="autoex.num">3</entry>
    
          <!-- 1台目のサーバの設定 -->
          <!-- PDF変換サーバのIPアドレスまたはホスト名 + ポート番号 -->
          <entry key="autoex.1.host">192.168.0.1:8080</entry>
          <entry key="autoex.2.host">192.168.0.2:8080</entry>
          <entry key="autoex.3.host">192.168.0.2:8080</entry>
    
          <!-- PDF変換サーバへの接続のリトライ回数 -->
          <entry key="autoex.retry">3</entry>
       </properties>
    
  5. 「保存」アイコンをクリックし、保存します。

    ../../../_images/iap_server_autoex_5.png

6.2.1.1.2.2. HTML→PDF変換 < pdfa-htmltopdf-config.xml >

HTML→PDF変換 の設定ファイル< pdfa-htmltopdf-config.xml >を追加し、編集する手順を示します。

注意

HTML→PDF変換 を使用しない場合、手順は不要です。

  1. IM-Juggling でプロジェクトを開き、「設定ファイル」タブを表示します。

    ../../../_images/iap_server_htmltopdf_1.png
  2. 「 IM-PDFAutoConverter for Accel Platform 」-「 HTML→PDF変換 機能変換サーバ設定 」を選択し、「出力」をクリックします。

    ../../../_images/iap_server_htmltopdf_2.png
  3. < conf/pdfa-config >フォルダ配下に、設定ファイル< pdfa-htmltopdf-config.xml >が追加されます。

    ../../../_images/iap_server_htmltopdf_3.png
  4. 「ソース」タブをクリックし、環境に合わせて設定を編集します。

    ../../../_images/iap_server_htmltopdf_4.png

    設定値は、次の通りです。

    項目名 説明 必須/任意 初期値
    <convert-server> PDF変換サーバ に関する設定 必須
       /<url> PDF変換サーバ のアドレス 必須 http://0.0.0.0:80/htmltopdf
       /<number-of-retries> PDF変換サーバ への接続のリトライ回数 任意 3
  5. 「保存」アイコンをクリックし、保存します。

    ../../../_images/iap_server_htmltopdf_5.png

6.2.1.1.3. WARファイルの出力・設置

WARファイルの出力・設置については、「 WARファイルの出力・設置 」を参照してください。

6.2.1.2. 環境変数

IM-PDFAutoConverter for Accel Platform 用設定ファイルの環境変数の設定手順については、次を参照してください。