Re: lingo-l Open a specific page within a pdf

2004-06-16 Thread Daniel Nelson
There's always Impressario. -Daniel Is there any way of opening a particular page in a pdf, not just baOpenFile(pdf file, Normal) but more like baOpenFile(pdf file, page 500, Normal)? Can this somehow be done with a [Windows] shell command?

RE: lingo-l Open a specific page within a pdf

2004-06-16 Thread Tim Welford
be watching closely to see if a better solution presents itself Tim -Original Message- From: Daniel Nelson [mailto:[EMAIL PROTECTED] Sent: 16 June 2004 13:48 To: [EMAIL PROTECTED] Subject: Re: lingo-l Open a specific page within a pdf There's always Impressario. -Daniel Is there any way

Re: lingo-l Open a specific page within a pdf

2004-06-16 Thread Jeremy Aker
[mailto:[EMAIL PROTECTED] Sent: 16 June 2004 13:48 To: [EMAIL PROTECTED] Subject: Re: lingo-l Open a specific page within a pdf There's always Impressario. -Daniel Is there any way of opening a particular page in a pdf, not just baOpenFile(pdf file, Normal) but more like baOpenFile(pdf file, page 500

RE: lingo-l Open a specific page within a pdf

2004-06-16 Thread Mendelsohn, Michael
OK. I'm a bit surprised this doesn't seem to be able to be done via a shell command, even after perusing http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs /en-us/ntcmds.mspx. On that page, I can't figure out what would be appropriate. Thanks anyway, Michael M. [To

Re: lingo-l Open a specific page within a pdf

2004-06-16 Thread Bertil Flink
I think you will find all the available command line switches in the Acrobat SDK: http://partners.adobe.com/asn/tech/pdf/acrobatsdks.jsp Once you do, you can modify Gary Smith's old script: http://www.mods.com.au/FAQ/faqs/acrobatsplash.htm Please report back if you find something useful. ---

Re: lingo-l Open a specific page within a pdf

2004-06-16 Thread Bertil Flink
Flink Creative Media - Original Message - From: Mendelsohn, Michael [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 8:23 PM Subject: RE: lingo-l Open a specific page within a pdf OK. I'm a bit surprised this doesn't seem to be able to be done via a shell command

Re: lingo-l Open a specific page within a pdf

2004-06-16 Thread Bertil Flink
you had me do! This day wasn't a total waste after all... Regards, Bertil Flink Creative Media - Original Message - From: Mendelsohn, Michael [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 8:23 PM Subject: RE: lingo-l Open a specific page within a pdf OK. I'm

RE: lingo-l Open a specific page within a pdf

2004-06-16 Thread Mendelsohn, Michael
Bertil... Thanks, that's a really good help. I thought I was going to have to shell out a few hundred bucks for the SDK. Get it -- Shell? - Michael M. More info: http://partners.adobe.com/asn/acrobat/sdk/public/docs/PDFOpenParams.pdf Describes PDF open parameters for Acrobat 6.0, that

Re: lingo-l Open a specific page within a pdf

2004-06-16 Thread Bertil Flink
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 10:05 PM Subject: RE: lingo-l Open a specific page within a pdf Bertil... Thanks, that's a really good help. I thought I was going to have to shell out a few hundred bucks for the SDK. Get it -- Shell? - Michael M

RE: lingo-l Open a specific page within a pdf

2004-06-16 Thread Mendelsohn, Michael
Bertil, that's a great solution. I tried, and failed, to do it from the [Windows] run dialog: acrobat C:\Documents and Settings\mendelsohnm.CORP\Desktop\ADOBEuiquickref.pdf /A page=18 -- didn't work In your routine below, just curious, why did you add in the baShortFileName? When you said

RE: lingo-l Open a specific page within a pdf

2004-06-16 Thread Todd Culley
If using DMX2004 you need to use the following syntax: _player.open(theArg theDoc, theApp) todd -Original Message- Message window test theApp = baShortFileName(D:\Program\Adobe\Acrobat 6.0\Reader\AcroRd32.exe) theDoc = baShortFileName(C:\Documents and Settings\Bertil

Re: lingo-l Open a specific page within a pdf

2004-06-16 Thread Bertil Flink
, June 16, 2004 10:36 PM Subject: RE: lingo-l Open a specific page within a pdf Bertil, that's a great solution. I tried, and failed, to do it from the [Windows] run dialog: acrobat C:\Documents and Settings\mendelsohnm.CORP\Desktop\ADOBEuiquickref.pdf /A page=18 -- didn't work In your