Skip to main content
TheRealbigE
Participant
July 10, 2020
Question

Can't Open PDFs using URL command line argument

  • July 10, 2020
  • 2 replies
  • 1367 views

On windows, why does this work:

acrord32.exe //server/myfile.pdf

 

But this doesn't:

acrord32.exe https://www.xyz.com/myfile.pdf

"There was an error opening this document. The filename, directory name, or volume label syntax is incorrect."

However you can File->Open using a http url just fine but just not from a command line.

 

Can someone successfully open a pdf from the command line using HTTP path?

This topic has been closed for replies.

2 replies

Legend
July 11, 2020

Many Windows apps take a file name on the command line

\\server\point\file.pdf 

c:\tmp\file.pdf

are both normal Windows file names in all apps.

URLs are not windows file names. That would be an entirely different feature.

 

Bernd Alheit
Community Expert
Community Expert
July 11, 2020

Acrobat Reader doesn't support this.