These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

How can we set page like A3,A4 in javascript.

dkataria
Registered: Jun 13 2008
Posts: 15

Hi All,

Please tell me how can i we set page (A3,A4) in javascript.

Regards,

Deepak Kataria

My Product Information:
Acrobat Standard 8.1.2, Windows
George_Johnson
Expert
Registered: Jul 6 2008
Posts: 1876
It would help if you provided a lot more details about what you're trying to accomplish.

George
saraveenan
Registered: Oct 21 2007
Posts: 38
HI,

You can use the method

this.setPageLabels(0, ["D", "A", 1]);

Try this and see. This will work.

Saravanan Murugesan