The PDF list is a service provided by PDFzone.com | http://www.pdfzone.com
__________________________________________________________________

>Is it possible to set a hyperlink to go to a particular place within
another document.  In other words...I have two PDF documents on the same
CD. I want the link to take me from a point in the middle one doc to a
point in the middle of the other doc.
  
(I'm creating links using PDFmarks in the source files before PDF creation
- with Acrobat 5)>>

Yes.  Example from a PowerPoint addin we sell that does exactly this:

%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 0 0 72 72
%%Title: PDFMark EPS
%%Creator: Prep4PDF
%%EndProlog
/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
[ /Rect [ 0 0 72 72 ]
/Border [ 0 0 0 ] /Color [ 0 0 0 ]
/Page /Next
/View [ /XYZ null null null ]
/Subtype /Link
/ANN pdfmark

This creates a link to the Next page.  You could substitute 

/Page /Prev  % Previous page
/Page 42     % Page 42

I'm pretty sure you can use named destinations as the link target as well,
but you have to first create the destination as well.  




=============================================================================
Steve Rindsberg
http://www.steverindsberg.com/


To change your subscription:
http://www.pdfzone.com/discussions/lists-pdf.html

Reply via email to