Acrobat User Community Forums

You are not logged in.     Log in to your AUC account.     Don't have an account? Sign up today

#1 2007-12-12 04:03:38

sneyash59
Member
Registered: 2007-12-12
Posts: 0

Setting properties of printer Simplex to Duplex

Hi..I need to change the properties of my printer through javascript. I am using Adobe Acrobat 8.0 proffesional. I need to find out that is there any way that i can set my simplex configured printer on a network to print duplex form. Please help


My Product Information:
Acrobat Pro 8 / Windows

Offline

 

#2 2007-12-12 09:25:24

pddesigner
Member

Registered: 2007-04-24
Posts: 64

Re: Setting properties of printer Simplex to Duplex

This JavaScript is for printing booklets in duplex mode -  printing only the front pages. You can adjust the code for your situation.

pp.pageHandling = pp.constants.handling.booklet;
pp.booklet.duplexMode = pp.constants.bookletDuplexModes.FrontSideOnly;
this.print(pp);

constants.bookletDuplexModes has three properties: BothSides, FrontSideOnly and BackSideOnly.

For printers that print only on one side, use FrontSideOnly first then reinsert the printed pages and print again with BacksideOnly to complete a manual duplex printing.

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson

AcrobatUsers.com  >>  User Groups • News • Events • Articles • Blogs • How To • Resources • Member Log in