使用 URL 型自動化

在存取「列印」頁面時,透過將查詢參數新增至瀏覽器視窗中文件的 Print Portal URL 位址,可自動執行 Print Portal 的某些列印動作。要使用的 URL 配置如下所示:

http://[ServerName]/BarTender/Print/[RootFolderNameOrID]/[RelativePathToDocument]?[parameters]

下列查詢參數可供使用:

範例 URL

下列 URL 指定您要為名為 "serial.btw" 的文件列印兩個序列化項目,該文件位於根資料夾的基本層級。

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

下列 URL 指定您要為名為 "AIAG_PT1.btw" 的文件列印五份相同副本,該文件位於根資料夾的 "New Folder/AIAG" 資料夾中。此外,還指定將副本列印至 "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