Bruce,
Thank you for your response.
I saw that one that you have mentioned and went to PDF995 and downloaded the
program, but haven't had a chance to look at it too closely, so I wasn't sure
if it had a way to go to a specific page. I've seen several PDF hacking
programs that will extract a single page which may be the way I have to go.
If I figure anything else out, I'll make a post here because I'd sure like
to find a way to do that. We've spent a bunch of money developing a new
catalog (the one with 460+ pages) and made it into an interactive PDF file
with quite a few links from text on one page to another page. But if I just
extract one page (for users of our Access order entry program), I doubt if
those links will still work and that will diminish the functionality. But
I'll try.
:
Dean,
To quote a post from Saturday:
According to Adobe’s web site, neither Reader nor Acrobat support command
line parameters:
“Other Acrobat applications, including Acrobat, Catalog, PDFWriter, and
Reader, are not designed to be run from a command line. Therefore, Adobe does
not support running Acrobat applications other than Distiller from a command
line.â€
(See
http://www.adobe.com/support/techdocs/321090.html )
You can open and display the pdf using SHELL [PathToAdobeReader]
(space)[PathToDocument], but I don't know of a way to go to a specific page.
If the user doesn't need to see the whole document, you can use PDF995 and
PDFEdit995 to print just the page range you need to a new pdf, then open that
one.
(You use VBA to set parameters in PDFEdit.ini to tell it where to create the
file and what pages to include.) See
www.pdf995.com
Bruce
:
I have a large 460+ page pdf file. I want to be able to open the pdf file
and go to a specific page, say page 99. There will be a control on my form
that has the page number. The pdf file will always be the same one with a
specific path. Any help or thoughts on this would be greatly appreciated.
Thanks.