browser command to open a pdf at a specific page
Does anyone know why this does not work in Bricscad(COMMAND "_BROWSER" "PDF_FILE.PDF#view=Fit&page=10")This is the standard adobe method of opening a pdf file at specific page, works perfectly in AutoCADbut does nothing in Bricscad , dosen't even return a error messageAny help or an alternative that works would be apprectiatedThankscadaman
0
Comments
-
this works:
(COMMAND "_url" "c://file.pdf")
but this not
(COMMAND "_url" "c://file.pdf#parameters")
0 -
This works:
(startapp "C:\\Program Files\\Adobe\\Acrobat 7.0\\Reader\\AcroRd32.exe /A\"page=10&zoom=70=OpenActions\"d:\\bKG_tmp\\20090518\\Reader.pdf")
More info:http://www.robvanderwoude.com/commandlineswitches.php#AcrobatNOTE: Not all switches are supported on the command line. You will have to use zoom instead of fit.
0
This discussion has been closed.