Take a survey

Developing Applications Using APIs > Assembling PDF Documents > Working with Annotations > Working with links > Removing links

Removing links
You use the NoLinks element to specify that links within a scope should not be included in the result. In the following example, the NoLinks element is in the scope of doc1.pdf. Therefore, any links in doc1.pdf are effectively removed during the assembly. Any links in doc2.pdf and doc3.pdf are included in the result.
Example: Removing links
<PDF result="doc2.pdf">
	<PDF source="doc1.pdf">
		<NoLinks />
	</PDF>
	<PDF source="doc2.pdf">
	<PDF source="doc3.pdf">
</PDF>
Note: You cannot specify both a Links and NoLinks element as siblings.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/sdkHelp/assemblePDFComments.98.6.html