URL ベースのオートメーションの使用

[印刷] ページにアクセスするときにブラウザウィンドウでドキュメントの Print Portal URL アドレスにクエリパラメータを追加して、Print Portal の特定の印刷操作を自動化できます。使用する URL スキームの例を以下に示します。

http://[サーバー名]/BarTender/Print/[ルートフォルダ名または ID]/[ドキュメントの相対パス]?[パラメータ]

以下のクエリパラメータを使用できます。

サンプル URL

次の URL では、ルートフォルダのベースレベルにある "serial.btw" というドキュメントの 2 つのシリアル化された項目が印刷されます。

http://localhost/BarTender/Print/[RootFolderNameOrID]/serial.btw?SerialNumbers=2

次の URL では、ルートフォルダの "New Folder/AIAG" フォルダにある "AIAG_PT1.btw" というドキュメントが 5 部印刷されます。印刷は "Easycoder IP" プリンタで行われます。

http://localhost/BarTender/Print/[RootFolderNameOrID]/New%20Folder/AIAG/AIAG_PT1.BTW?Copies=5&Printer=Easycoder%20IP

次の URL は前の例と同じですが、クライアント印刷モジュールが読み込まれたときにドキュメントが自動的に印刷されます (要求される場合はデータ入力フォームが表示されます)。

http://localhost/BarTender/Print/[RootFolderNameOrID]/New%20Folder/AIAG/AIAG_PT1.BTW?Copies=5&Printer=Easycoder%20IP&Task=Print

次の URL は前の例と同じですが、クライアント印刷モジュールが読み込まれたときにドキュメントの印刷プレビューが自動的に表示されます (要求される場合はデータ入力フォームが表示されます)。

http://localhost/BarTender/Print/[RootFolderNameOrID]/New%20Folder/AIAG/AIAG_PT1.BTW?Copies=5&Printer=Easycoder%20IP&Task=PrintPreview

次の URL では、"Text Input Box 1" データ入力コントロールの既定値を "Sample Text" に設定します。

http://localhost/BarTender/Print/[RootFolderNameOrID]/[DocumentName].btw?Text%20Input%20Box%201=Sample%20Text

The following URL specifies the named data sources that are used for the print job.In this example, the named data sources are "Surname," "StreetAddress," "City," "State," and "ZIPCode."

http://localhost/BarTender/Print/[RootFolderNameOrID]/[DocumentName].btw?Surname=Jones&StreetAddress=206%20Elm%20Avenue&City=Fremont&State=WA&ZIPCode=98129