The PDF list is a service provided by PDFzone.com | http://www.pdfzone.com __________________________________________________________________
Is the disclose property new for acrobat 6, or does it apply to acrobat 5 as well? I have found no documentation that mentions disclose for acrobat 5..... Sara Jane Roginson - Electronic Media Publisher Business Practices & Training <T> 204.985.8121 <E> [EMAIL PROTECTED] < The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. > -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Clark Sent: February 4, 2004 7:55 AM To: [EMAIL PROTECTED] Subject: Re: [PDF] Making links to a specific page in another file (help) The PDF list is a service provided by PDFzone.com | http://www.pdfzone.com __________________________________________________________________ Try javascript in a form field button, along these lines: var otherDoc = app.openDoc("../../..//Folder/Target.pdf", this); otherDoc.pageNum = 6; It is important that there is a document level javascript in your target document which contains just this: this.disclosed = true; Please let us know how you get on. Regards Andrew ----- Original Message ----- From: "Raymond Weisling" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 04, 2004 12:48 PM Subject: [PDF] Making links to a specific page in another file (help) > > The PDF list is a service provided by PDFzone.com | > http://www.pdfzone.com > __________________________________________________________________ > > Previously I wrote about making links from a 700+ page dictionary to > individual files of the original scanned images. We got it working ok. > Now we decided that that is not a good user interface. If the user > wants to browse among the image pages, they are separate files with no > links between them. So we decided to put the images into a larger > file. > > How does one open a PDF document and jump to a specific page? One PDF > documentation (PDFOpenParam.pdf) states that the "page=" parameter can > be used e.g.: "mydocument.pdf page=14" will open mydocument.pdf and > jump to page 14. We have tried this and consistently get the error > message: "unknown file". > > TIA -- Raymond Weisling > > To change your subscription: > http://www.pdfzone.com/discussions/lists-pdf.html > To change your subscription: http://www.pdfzone.com/discussions/lists-pdf.html To change your subscription: http://www.pdfzone.com/discussions/lists-pdf.html
