Skip to main content
June 17, 2020
Question

Print from command line

  • June 17, 2020
  • 3 replies
  • 10366 views

Hi

How can I Print PDF file from the command line ?

Thanks and Regards

Alon

This topic has been closed for replies.

3 replies

Participant
February 13, 2024

for %%d in (%WorkDirectory%\in\*.pdf) do start AcroRd32.exe /n /s /o /h /t %%d PDFCreator & timeout 4 & taskkill /IM AcroRd32.exe

Participant
February 13, 2024

Try with a loop and kill AcroRd32
For %%d in (%WorkDirectory%\in\*.pdf) do start AcroRd32.exe /n /s /o /h /t %%d PDFCreator & timeout 4 & taskkill AcroRd32.exe

Participant
February 13, 2024

ignore 

Bernd Alheit
Community Expert
Community Expert
June 17, 2020
June 17, 2020

they said It's not possible, I am looking for an answer that start with, it's possible ...

Must be a way to do that, even with other products of Adobe

Bernd Alheit
Community Expert
Community Expert
June 17, 2020

It prints the PDF file. You can use Acrobat Reader or Adobe Acrobat for this.