I am very happy with VeryPDF PCLtool/PCLconvertor, we already use this. The output of PCLtool, is placed to c:\verypdf\pcltooloutput\to_printer.
Now I got a question to print out PDF files to a Printer. That's why I tried PDFprint. It prints to the right printer, but I have some problems with my document names. I want to print c:\verypdf\pcltooloutput\ to_printer \*.* to a HP laserjet.
If I use this command:
pdfprint -printer "HP laserjet" c:\verypdf\pcltooloutput\ to_printer \MeelFaktuur.pdf he prints well, but when I use
pdfprint -printer "HP laserjet" c:\verypdf\pcltooloutput\ to_printer \*.* or pdfprint -printer "HP laserjet" c:\verypdf\pcltooloutput\ to_printer \*.PDF
he no PDF-files. I want to use this command in a batchfile and I do not know how many files are in that folder, and I also do not know exactly the filenames.
My question is: How to print all pdf files from 1 folder with PDFprint to a printer without mentioning the filenames exactly.
Greetings,
============================================
Hi,
You can run following command line to print all PDF files D:\temp folder,
for %F in (D:\temp\*.pdf) do "C:\VeryPDF\pdfprint.exe" -printer "HP laserjet" "%F"
Please don't hesitate to contact us if you have question on this.
Thank you!
Best regards,
VeryPDF
==============================================
Hi,
In the .bat file, please use "%%" to instead of "%" to try again.
Please don't hesitate to contact us if you have question on this.
Thank you!
Best regards,
VeryPDF