Message 1 of 4
Open PDF to a specific page from a button
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
Was looking for some help with this. I would like my button to open a pdf to a specific page that is on the intranet. I can get it to open the pdf with the code below:
^C^C^P(progn (startapp "explorer" "http://intranet/media/cadd/1000/CADD%20Standards.pdf") (princ)) ^P
I have tried adding #page=6 to the end with no luck:
^C^C^P(progn (startapp "explorer" "http://intranet/media/cadd/1000/CADD%20Standards.pdf#page=6") (princ)) ^P
Does anyone know how to do this with out writing a LiSP?
Thanks!!