Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

page n of m doesnt not wok in reader 8 while it does in reader 9

Avatar

Former Community Member

Hi,

I have a smart form developed using the life cycle designer ES. I added the page number increment field "page n of m" on the form. The pdf when opened in an adobe reader version 8 crashes when I try to print a mdi while it prints fine when I use the adobe reader version 9.

Can someone please confirm if there is a work around for this or it is a bug in the reader 8.

Thanks

Viju

3 Replies

Avatar

Level 10

Keep the Page n of m field on the form and change the presence to hidden. Place an another text field on the screen and change the type property in value tab to protected. Place the below code in the Layout Ready event of the TextField.

this.rawValue = "PAGE " + CurrentPage.rawValue + " OF " + PageCount.rawValue;

This is a work around.

Thanks

Srini

Avatar

Former Community Member

Thanks Srini..!

This solution seems to work in some scenarios and not all.

When I try to add entities/signatoies as per form design this problem is still there. "Adobe reader 8 encountered a problem and needs to close " is the error message when i click on the print form.

Regards

Viju

Avatar

Level 10

You can post your form to LiveCycle9@gmail.com so I can have a look at it..

Thanks

Srini