ActiveX로 구동되는 Server Batch PDF Printer로 인쇄 작업을 효율적으로 관리합니다.
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는 다른 애플리케이션과 간섭하지 않으며 사용자의 주의가 필요하지 않습니다 (무음 인쇄).
Note that Total PDF PrinterX는 Windows 서버에서만 실행됩니다.
지금 전체 평가판을 다운로드하고 파일에서 테스트하세요. 배치 PDF 인쇄 작업은 생각보다 훨씬 쉬울 수 있습니다.
string src="C:\\test\\test1.pdf";
string dest="Name Of Printer";
PDFPrinterX Cnv = new PDFPrinterX();
Cnv.Print(src, dest, "-log c:\\Printer.log");
MessageBox.Show("Print complete!");
Download .NET PDF Printer example
dim C
Set C=CreateObject("PDFPrinter.PDFPrinterX")
C.Print "c:\test\source.PDF", "Name of Printer", "-log c:\test\PrintPDF.log"
set C = nothing
Example PHP:
$src="C:\\test\\test.pdf";
$Printer="My Printer Name";
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;
require 'win32ole'
c = WIN32OLE.new('PDFPrinter.PDFPrinterX')
src="C:\\test\\test.pdf";
dest="Name Of Printer";
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="Name Of Printer";
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, 'Name Of Printer', '-log c:\test\PDFPrinter.log');
IF c.ErrorMessage<> Then
ShowMessage(c.ErrorMessage);
end;
use Win32::OLE; my $src="C:\\test\\test1.pdf"; my $dest="Name Of Printer"; my $c = CreateObject Win32::OLE 'PDFPrinter.PDFPrinterX'; $c->Print($src,$dest, "-log c:\\test\\PDFPrinter.log"); print $c->ErrorMessage if -e $dest;
"Scanprint Logistics는 우리가 고객을 위해 제품을 저장하고 배포하는 창고입니다. 우리는 고객의 PDF 파일과 ERP 시스템에서 PDF 파일의 인쇄를 자동화하기 위해 TotalPDFPrinterX와 TotalFolderMonitor를 사용하고 있습니다. 고객이 PDF 파일(예: 송장)을 우리의 FTP 서버에 업로드하면, TotalPDFprinterX가 이를 인쇄하여 우리가 보낸 상품과 함께 포함할 수 있게 합니다."
Frants Erikstrup
www.scanprint.dk
"TotalPDFPrinter와 TotalPDFPrinterX의 버전을 설치한 후 문제를 발견하지 못했으므로, 제 피드백은 매우 긍정적입니다. 우리는 이 새로운 버전의 사용을 막 시작했으며, 질문이 있다면 메시지를 보내드리도록 하겠습니다. 감사드리며, 안부를 전합니다."
Silverio Pattuelli
Ravenna, Italy
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.
무료 평가판을 다운로드하고 몇 분 만에 파일을 변환하세요.
신용카드나 이메일이 필요하지 않습니다.