ActiveX destekli Sunucu Toplu PDF Yazıcı ile yazdırma görevlerinizi kolaylaştırın.
Windows
2000/2003/Vista
7/8/10/11
and
2012/2016/2019/2022 Server
and
Docker/Citrix/Wine
Total PDF Printerx, komut satırı veya ActiveX aracılığıyla PDF dosyalarını toplu olarak yazdırmak için web sunucu çözümüdür.
Total PDF Printer X, web sunucularında onlarca PDF dosyasını otomatik olarak yazdırmanın en iyi yoludur. Komut satırını ayarlayın ve işinizi yapmasına izin verin. Total PDF PrinterX diğer uygulamalara müdahale etmez ve dikkatinizi gerektirmez (sessiz yazdırma).
Unutmayın ki Total PDF PrinterX yalnızca Windows sunucularında çalışır.
Tam değerlendirme kopyanızı şimdi indirin ve dosyalarınızda test edin. Toplu PDF yazdırma görevleri düşündüğünüzden çok daha kolay olabilir.
(30 günlük ÜCRETSİZ deneme sürümü içerir)
(sadece $450.00)
string src="C:\\test\\test1.pdf";
string dest="Yazıcının Adı";
PDFPrinterX Cnv = new PDFPrinterX();
Cnv.Print(src, dest, "-log c:\\Printer.log");
MessageBox.Show("Yazdırma tamamlandı!");
İndir .NET PDF Yazıcı Örneği
dim C
Set C=CreateObject("PDFPrinter.PDFPrinterX")
C.Print "c:\test\source.PDF", "Yazıcının Adı", "-log c:\test\PrintPDF.log"
set C = nothing
PHP Örneği:
$src="C:\\test\\test.pdf";
$Printer="Yazıcımın Adı";
if (file_exists($dest)) unlink($dest);
$c= new COM("PDFPrinter.PDFPrinterX");
$c->Print($src, $Printer, "-ps A4 -NumCopy 2");
if ($c->ErrorMessage=="") echo "Tamam"; else echo "başarısız:".$c->ErrorMessage;
require 'win32ole'
c = WIN32OLE.new('PDFPrinter.PDFPrinterX')
src="C:\\test\\test.pdf";
dest="Yazıcının Adı";
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="Yazıcının Adı";
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, 'Yazıcının Adı', '-log c:\test\PDFPrinter.log');
IF c.ErrorMessage<> Then
ShowMessage(c.ErrorMessage);
end;
use Win32::OLE; my $src="C:\\test\\test1.pdf"; my $dest="Yazıcının Adı"; my $c = CreateObject Win32::OLE 'PDFPrinter.PDFPrinterX'; $c->Print($src,$dest, "-log c:\\test\\PDFPrinter.log"); print $c->ErrorMessage if -e $dest;
"Scanprint Logistics, müşterilerimizin ürünlerini depoladığımız ve dağıttığımız bir depodur. Müşterilerimizden ve ERP sistemimizden gelen PDF dosyalarının yazdırılmasını otomatikleştirmek için TotalPDFPrinterX'i TotalFolderMonitor ile birlikte kullanıyoruz. Müşterilerimiz PDF dosyalarını (ör. Faturalar) FTP sunucumuza yüklüyor ve ardından TotalPDFPrinterX onları yazdırıyor, böylece gönderdiğimiz malların yanına ekleyebiliyoruz."
Frants Erikstrup
www.scanprint.dk
"TotalPDFPrinter ve TotalPDFPrinterX sürümünü yükledikten sonra herhangi bir sorun bulunmadı, bu yüzden geri bildirimim çok olumlu. Bu yeni sürümü kullanmaya yeni başlıyoruz (önceden bir sürümünü zaten kullanıyorduk) ve sorularımız olursa size bir mesaj göndermekle ilgileneceğim. Teşekkürler ve en iyi dileklerimle."
Silverio Pattuelli
Ravenna, İtalya
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.
Güncellendi Mon, 12 Jan 2026
(sadece $450.00)
Ücretsiz deneme sürümünü indirin ve dosyalarınızı dakikalar içinde dönüştürün.
Kredi kartı veya email gerekli değil.