2
1
I'm trying to open a TIFF file which directs toward a certain page upon opening instead of page 1.
Running this command opens the TIFF file on page 1:
cmd /c D:\mytiff.tiff
Meanwhile, I can open a PDF file with Adobe Acrobat Reader to a specific page with this command:
cmd /c start AcroRd32.exe /A "page=3" "D:\myPdf.pdf"
Is it possible to do this for a TIFF file from the command line?
If your question is about which command you need to run you only need the command you have tried, you don’t need any java code, because we won’t provide java code to you just the command. You were given bad advice at SO when you were told to submit this question as-is here at Superuser – Ramhound – 2018-04-05T08:07:54.993
@Ramhound actually yeah i wasnt expecting any java code here. Only the
cmd
line. Should i delete my question and reask about it? – Karen – 2018-04-05T08:09:02.430