- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
You mentioned that The file has links to other files in the package. How did those links get there? Were those links originally between PDF files in a relative folder structure? Then you put those PDF files into the PDF package?
Unfortunately, Acrobat 9 does not support hypertext linking between files in a PDF package.
You mentioned your lack of success getting the links from the second file in the PDF package. In your PackageFiles result element, you can specify the name of the file you want, but you cannot specify the ordinal number of the file. Here is a DDX that extracts a file from a package. The <NoPackage> changes the result from a PDF package to a single PDF.
<DDX xmlns="http://ns.adobe.com/DDX/1.0/">
<PDF result="myresult">
<NoPackage/>
<PackageFiles nameKeys="Recap.pdf">
<PDF source="doc1"/>
</PackageFiles>
</PDF>
</DDX>
Views
Replies
Total Likes