I managed to open the PDF document through the command line using: start test.pdf
But I would like to open it in full screen via the command line, does anyone know how to do this?
[edit] I need a windows command ...
That should do it.
start "" /max "c:\nameofpdf.pdf"
This has the advantage that it should work if the user uses other PDF documents that are not Adobe readers. It should just use a standard PDF reader on the machine.
Windows 10:
explorer.exe "file:\\path\to\file.pdf"
, . Linux:
evince -f "filename"
xdg-open "filename"
Adobe Reader 10:
start "" /max "C:\Program Files Xxxxx.exe" /A "pagemode=FullScreen" ".pdf"
Acrobat.exe /A "zoom=1000" "C:\example.pdf"
http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdf_open_parameters.pdf
, acrobat, .
AcroRd32.exe/Acrobat.exe Edit => Preferences => Full Screen .
Edit => Preferences => Full Screen
start "" /max "C:\Program Files Xxxxx.exe" /A "pagemode=FullScreen" "yourfile direction and name.pdf"
adobe, acrord32.exe filename, . Adobe Adobe Reader .
acrord32.exe
filename
.