Expand my Community achievements bar.

DELETING FIRST PAGE

Avatar

Level 1

hi,

In my application i have an option that, on unchecking a checkbox, the first page of the pdf should be deleted. i am able to delete the page but a blank page is appearing. how to resolve this?

i am using Acrobat pro v9.

this is an urgent issue..please help!!!

2 Replies

Avatar

Level 2

the best way is: put all your objects into flowing subfom (or  put object into static subform afterwards put your static subforms into flowing ) and on checking or unchecking your checkbox event change the presence of your subfom;
formcalc $.presence = "hidden"

java this.presence = "hidden";

it is good habbit putting all your object into flowing flowing subforms. the structure of your forms should be: one main flowing subforms which consists of two flowing subforms one wich you want to hide and another which should be printed.

best regards

dezas