How to set DuplexType property of PDF using Acrobat SDK?
How can I set the DuplexType Property of PDF to Duplex Flip Long Side using Acrobat SDK preferrably through Javascript or IAC using VBScript?
I am generating a PDF which needs to be set to Duplex mode by default, no matter even if it gets overridden in print dialog.
Can it be achieved through PDDoc.SetInfo() method? If yes, what would be the InfoKey and its value?
Is there any other approach to do this?
