TotalPDFPrinterX: Optimice sus tareas de impresión con el Servidor de Impresión por Lote de PDF potenciado por ActiveX.
Windows
2000/2003/Vista
7/8/10/11
and
2012/2016/2019/2022 Server
and
Docker/Citrix/Wine
Total PDF PrinterX es una solución de servidor web para imprimir muchos archivos PDF en lotes a través de la línea de comandos o ActiveX.
Total PDF PrinterX es la mejor manera de imprimir automáticamente docenas de archivos PDF en servidores web. Configuras la línea de comandos y dejas que haga el trabajo. Total PDF PrinterX no interfiere con ninguna otra aplicación y no requiere tu atención (impresión silenciosa).
Ten en cuenta que Total PDF PrinterX solo se ejecuta en servidores Windows.
Descarga tu copia completa de evaluación ahora y pruébala en tus archivos. Las tareas de impresión de PDF en lotes pueden ser mucho más fáciles de lo que piensas.
(incluye 30 días de prueba GRATUITA)
(solo $450.00)
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!");
Descargar ejemplo de .NET PDF Printer
dim C
Set C=CreateObject("PDFPrinter.PDFPrinterX")
C.Print "c:\test\source.PDF", "Name of Printer", "-log c:\test\PrintPDF.log"
set C = nothing
Ejemplo 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 es un almacén, donde almacenamos y distribuimos productos para nuestros clientes. Estamos utilizando TotalPDFPrinterX junto con TotalFolderMonitor para automatizar la impresión de archivos PDF de nuestros clientes y nuestro sistema ERP. Nuestros clientes suben archivos PDF (por ejemplo, facturas) a nuestro servidor FTP, y luego TotalPDFprinterX los imprime, para que podamos incluirlos con los bienes que enviamos."
Frants Erikstrup
www.scanprint.dk
"Después de instalar la versión de TotalPDFPrinter y TotalPDFPrinterX no se encontraron problemas, así que mi retroalimentación es muy positiva. Estamos comenzando a usar esta nueva versión (ya utilizábamos una versión anterior) y en caso de tener preguntas me aseguraré de enviarte un mensaje. Gracias y saludos cordiales."
Silverio Pattuelli
Ravenna, Italia
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.
Actualizado Tue, 20 Jan 2026
(solo $450.00)
Descargue la versión de prueba y convierta sus archivos en minutos.
No se requiere tarjeta de crédito ni email.