Hello,
i would be very thankful for your help. Now i woud like to build a Table of Content on a static form using Designer eam Form. I such on internet how can i create bookmaks on Designer . I found something like
<subform> <!-- Any container element like subform, field or area-->
<extras name="bookmark">
<text name="name">ANY_NAME</text>
<text name="color">0,0,0|R,G,B</text>
<text name="style">normal | italic | bold | bold-italic</text>
<text name="action">gotoPage | setFocus | runScript</text>
<text name="script">ANY_FORM_LEVEL_SCRIPT</text> <!-- JavaScript only. No formcalc support -->
<extras>
...
</subform
but when i do the same on my form, it doesn´t work.
Can someone please help me to solve this problem? or to give me some tips or methods to solve this problem.
regards
Arthur
Solved! Go to Solution.
Hi Arthur,
There are a few samples around, have a look at this one a did some time ago, Adobe LiveCycle Designer Cookbooks by BR001: Adding bookmarks to a Form
Bruce
Hi Arthur,
There are a few samples around, have a look at this one a did some time ago, Adobe LiveCycle Designer Cookbooks by BR001: Adding bookmarks to a Form
Bruce
hi Bruce,
thank you but the link https://cloud.acrobat.com/file/6c846219-6c0f-4f3d-9769-68bcf2c086aa for bookmark marco doesn´t anymore exist.
regards
Arthur
Views
Replies
Total Likes
Hi, That is from Radzmar's website, you will need to contact him for a copy. But, between the two links there should be enough info to do it manually.
Views
Replies
Total Likes
hi,
i did it manually but it doenst work.
there is how i do that:
<subform w="282.575mm" name="Oem" layout="tb">
<bind match="none"/>
<draw name="TitleOemPage" w="282.575mm" h="5.939mm">
<ui>
<textEdit/>
</ui>
<value>
<text>Oem Notes</text>
</value>
<extras name="bookmark">
<text name="name">Oem</text>
<text name="color">0,0,0</text>
<text name="style">normal</text>
<text name="action">gotoPage</text>
</extras>
Views
Replies
Total Likes
it´s okay
i saw the probelm. when i save in preview tab , i just do a right click and then print to pdf with this method i can´t see the bookmarks. how can i save my form with filled data to pdf
Views
Replies
Total Likes
Hi Bruce,
thank you a lot for your answers. now have something like this:
how can i add some actions like goto the specific section on the two fields in the table of contents without using any script on the client side.
can you please help me?
regards
Arthur
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies