TotalPDFPrinterX:使用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 Printer X 是在网络服务器上自动打印数十个PDF文件的最佳方式。设置命令行后即可完成任务。Total PDF PrinterX 不会干扰其他应用程序,并且不需要您的关注(静默打印)。
请注意,Total PDF PrinterX 仅在Windows服务器上运行。
立即下载完整评估版并在您的文件上进行测试。批量PDF打印任务可能比您想象的要简单得多。
string src="C:\\test\\test1.pdf";
string dest="打印机名称";
PDFPrinterX Cnv = new PDFPrinterX();
Cnv.Print(src, dest, "-log c:\\Printer.log");
MessageBox.Show("打印完成!");
dim C
Set C=CreateObject("PDFPrinter.PDFPrinterX")
C.Print "c:\test\source.PDF", "打印机名称", "-log c:\test\PrintPDF.log"
set C = nothing
例子 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 "失败:".$c->ErrorMessage;
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
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)
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;
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;
"Scanprint Logistics 是一个仓库,我们为客户存储和分发产品。 我们使用 TotalPDFPrinterX 和 TotalFolderMonitor 来自动打印客户和我们的 ERP 系统的 PDF 文件。我们的客户将 PDF 文件(例如发票)上传到我们的 FTP 服务器,然后 TotalPDFprinterX 打印出来,以便我们可以将它们与我们发送的货物一起包含。"
Frants Erikstrup
www.scanprint.dk
"安装了 TotalPDFPrinter 和 TotalPDFPrinterX 的版本后,没有发现问题,因此我的反馈非常积极。 我们刚刚开始使用这个新版本(我们已经使用了以前的版本),如果有疑问,我将发送消息给您。 感谢并致以最诚挚的问候。"
Silverio Pattuelli
意大利拉文纳
www.nobleagri.com
IT teams that automate batch PDF printing on Windows servers via command line and ActiveX
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.
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.
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.
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.
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.