• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Printing from command-line no longer working as expected

New Here ,
Feb 07, 2023 Feb 07, 2023

Copy link to clipboard

Copied

My company has an internal tool that uses AcroRd32.exe to print PDF files from the command line. It uses, and has used for some time now, the following syntax, 

proc.StartInfo.FileName = "AcroRd32.exe";
proc.StartInfo.Arguments = String.Format("/h /t \"{0}\" \"{1}\"", filePath, printerName);

Where "printerName" is in the form of "\\192.168.0.1\Printer Name"

This has worked just fine until the January update to version 2022.003.20314. Now the only way I can get Reader to print from the command line is by omitting the printerName parameter, but this integral to the way our backend works. There are no errors being logged anywhere so I am unsure why specifically it doesn't work.

Is this a known bug or a "feature"? Are there any work arounds?

TOPICS
How to , Print and prepress

Views

146

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation