Logo
ホーム 製品 サポート コンタクト 私たちについて
arrow1 File Converters
arrow1 TIFF and PDF apps
arrow1 Forensic
arrow1 Freeware

サーバー用 PDF プリンター

TotalPDFPrinterX: Server Batch PDF Printer powered by ActiveXで印刷タスクを効率化します。

ActiveX対応サーバーバッチPDFプリンター

Windows
2000/2003/Vista
7/8/10/11
and
2012/2016/2019/2022 Server
and
Docker/Citrix/Wine

Total PDF PrinterXは、コマンドラインまたはActiveXを介してバッチで多くのPDFファイルを印刷するためのウェブサーバーソリューションです。

Total PDF PrinterXは、ウェブサーバー上で多数のPDFファイルを自動的に印刷する最良の方法です。コマンドラインを設定し、それから任せておけば完了です。Total PDF PrinterXは他のアプリケーションに干渉せず、注意を必要としません(サイレントプリント)。

  • Total PDF PrinterXは、ファイルの日付順または時間順でPDFファイルを印刷できます。
  • ユニークなオプション - セパレーターシート。アプリは、ドキュメントの間に空白ページまたは選択したファイルを追加します。これは両面印刷に最適です。奇数ページ数のファイルも安全です。さらに、セパレーターシートはプリンターのスタック内でドキュメントを分けるのに役立ちます。
  • 自動回転および用紙サイズに合わせるオプションは、一度に多くの異なるPDFファイルを処理するのに役立ちます。
  • アプリは、ページ番号や任意のテキストウォーターマーク(著作権情報、会社名など)を各シートに追加することもできます。

注意: Total PDF PrinterXはWindowsサーバー上でのみ動作します。

今すぐ評価版をダウンロードして、ファイルでテストしてください。バッチPDF印刷作業は想像以上に簡単です。

今すぐダウンロード!

(30日間の無料試用を含む)

ライセンスを購入

(のみ $450.00)



Total PDF Printer Xの例

PDFPrinterXと.NETでPDFファイルを印刷


string src="C:\\test\\test1.pdf";
string dest="プリンターの名前";

PDFPrinterX Cnv = new PDFPrinterX();
Cnv.Print(src, dest, "-log c:\\Printer.log");

MessageBox.Show("印刷完了!");

ダウンロード .NET PDF Printerの例

Total PDF PrinterXとASP.NETでPDFファイルを印刷

dim C
Set C=CreateObject("PDFPrinter.PDFPrinterX")
C.Print "c:\test\source.PDF", "プリンターの名前", "-log c:\test\PrintPDF.log"
set C = nothing

PDF Printer X ActiveXによるPDFファイルの印刷

Example PHP:
$src="C:\\test\\test.pdf";
$Printer="プリンターの名前";
if (file_exists($dest)) unlink($dest);
$c= new COM("PDFPrinter.PDFPrinterX");
$c->Print($src, $Printer, "-ps A4 -NumCopy 2");
if ($c->ErrorMessage=="") echo "OK"; else echo "fail:".$c->ErrorMessage;

PDFPrinterXとRubyでPDFファイルを印刷

require 'win32ole'
c = WIN32OLE.new('PDFPrinter.PDFPrinterX')

src="C:\\test\\test.pdf";
dest="プリンターの名前";

c.Print(src,dest, "-log c:\\test\\PDFPrinter.log");

if not File.exist?(dest)
  puts c.ErrorMessage
end

PDFPrinterXとPythonでPDFファイルを印刷

import win32com.client
import os.path

c = win32com.client.Dispatch("PDFPrinter.PDFPrinterX")

src="C:\\test\\test.pdf";
dest="プリンターの名前";

c.Print(src, dest, "-log c:\\test\\PDFPrinter.log");

if not os.path.exists(file_path):
  print(c.ErrorMessage)

PDFPrinterXとPascalでPDFファイルを印刷

uses Dialogs, Vcl.OleAuto;

var
  c: OleVariant;
  Source: String;
begin
  c:=CreateOleObject('PDFPrinter.PDFPrinterX');
  Source:='c:\test\source1.pdf';
  C.Print(Source, 'プリンターの名前', '-log c:\test\PDFPrinter.log');
  IF c.ErrorMessage<> Then
    ShowMessage(c.ErrorMessage);
end;

PDFPrinterXとPerlでPDFファイルを印刷

use Win32::OLE;

my $src="C:\\test\\test1.pdf";
my $dest="プリンターの名前";

my $c = CreateObject Win32::OLE 'PDFPrinter.PDFPrinterX';
$c->Print($src,$dest, "-log c:\\test\\PDFPrinter.log");
print $c->ErrorMessage if -e $dest;

quote

サーバー用 PDF プリンター 顧客レビュー 2026

評価
顧客レビューに基づく評価:4.7/5
5 Star

"Scanprint Logisticsは倉庫であり、顧客のために製品を保管し、配送しています。 TotalPDFPrinterXをTotalFolderMonitorと共に使用し、顧客やERPシステムからのPDFファイルの印刷を自動化しています。顧客はPDFファイル(例:請求書)をFTPサーバーにアップロードし、その後TotalPDFprinterXがこれを印刷し、発送する商品に同梱できるようにしています。"

5 Star Frants Erikstrup
www.scanprint.dk

"TotalPDFPrinterおよびTotalPDFPrinterXのバージョンをインストールした後、問題は見つからず、私のフィードバックは非常にポジティブです。 この新しいバージョンの使用を開始したばかりですが(以前のバージョンはすでに使用していました)、質問がある場合はメッセージを送るようにします。 ありがとうございます。よろしくお願いします。"

5 Star Silverio Pattuelli
Ravenna, Italy
www.nobleagri.com


Total PDF PrinterXを使用しているのは?

IT teams that automate batch PDF printing on Windows servers via command line and ActiveX

Enterprise Printing

Automated Server-Side Printing

Print PDF files on servers without any user interaction

IT departments deploy Total PDF PrinterX on Windows servers to print incoming PDF documents automatically. The application runs silently with no GUI or pop-up messages, printing batches of PDFs via command line on schedule — ideal for invoices, reports, and documents that need to be printed as soon as they arrive.

Finance & Accounting

Invoice & Statement Printing

Batch-print thousands of PDF invoices in date order

Accounting departments print daily batches of PDF invoices, statements, and financial reports sorted by file date or time. Total PDF PrinterX adds page numbers or company watermarks to each sheet, and separator pages between documents keep the printed stack organized for distribution or mailing.

Web & Application Integration

Print-from-Web Applications

Add PDF printing to your web app via ActiveX

Software developers integrate Total PDF PrinterX via ActiveX into web applications, ERP systems, and document management platforms. Users trigger print jobs from a browser, and the server handles printing silently — no desktop software or user intervention required on the server side.

Logistics & Warehousing

Shipping Document Printing

Auto-print packing slips and shipping labels from a server

Warehouses and distribution centers auto-print PDF packing slips, shipping labels, and delivery notes as orders flow in. Auto-rotate and fit-to-page options handle different document sizes without manual adjustment, and duplex-safe separator sheets prevent documents from bleeding across double-sided pages.

Legal & Government

Regulatory & Court Document Printing

Print case files with watermarks and page numbering

Government agencies and legal departments batch-print PDF filings, case documents, and regulatory submissions on dedicated print servers. Add text watermarks with confidentiality notices or copyright information to every page, and stamp page numbers for organized physical records — all hands-free via command line.

今すぐダウンロード!

更新 Thu, 22 Jan 2026

ライセンスを購入

(のみ $450.00)




今すぐ作業を開始!

無料トライアルをダウンロードして、ファイルを数分で変換。
クレジットカードもメールアドレスも不要。

⬇ 無料トライアルをダウンロード Windows 7/8/10/11 • 79 MB
Pro Suite

完全登録版の主な機能

  • サイレント印刷
  • すべてのレガシープログラミング言語 (Visual Basic 6 または Delphi) およびスクリプティング (VBscript) への ActiveX インターフェイス経由でのアクセスを提供
  • .NET (2.00, 3.5, 4.00)、Ruby、PHP、Java を含む Web サービスをサポートする任意の言語がサポートされています。
  • ファイルの日付/時間で PDF ファイルを印刷
  • アルファベット順の印刷
  • コマンドラインサポート
  • カスタムオーダーリスト
  • Adobe Acrobatを使用する必要はありません
  • マルチスレッドActiveX
  • C#の例をダウンロード

APIサポートが組み込まれているアプリのリスト