I have a pdf file which has 10 pages.
I am trying to print only page number 5 from this pdf file with command line using AcroRd32.exe.
But its not working.
I am running following command using command prompt:
AcroRd32.exe /a "page=1"; /n/t "C:\Users\maninder\Desktop\sunnypatial.pdf" "Brother DCP-1600 series" "Brother DCP-1600"
Please suggest, how can i resolve this issue.