One button to flatten and email

Is it possible to make a button programmed to email and flatten a fillable acrobat form?  The form will be used for reader mostly. 

Sure. This script will do that:
for (var i=0; i<this.numFields; i++) {
    var f = this.getField(this.getNthFieldName(i));
    if (f==null) continue;
    f.readonly = true;
this.mailDoc({cTo: "[email protected]"});

Similar Messages

Maybe you are looking for

  • How can i get two videos to run side by side?

    i am just wondering how to get more than one video (4 preferably) to run side by side all at the same time? thanks

  • Ipod is disconnecting as soon as it connects

    OKay, so I may have rollay screwed up my ipod. I got a new ipod nano for Christmas and a Windows laptop. I had originally connected the ipod to my mac home computer and uploaded all the songs I wanted on to my ipod. I then plugged in my ipod to my la

  • Oracle BPM custom report

    hi i'm new to this BPM product. how can i create a custom report with interface like BAM ? and i also want to add few combobox / input for the user to fill in and then can impact the report result. e.g : i have a credit approve process. at the begin

  • How to make dependent parameters.

    Hi, My whole req is like that- suppose i have 2 parameters supplier name and check number. 1-Now my req is like based on supplier number, value in check number should be populated. and 2- if we are not putting any value in supplier number then all th

  • JFrame.pack() causes problems with jtabbedpane(making new tabs)and resizing

    I have a JFrame with a JTabbedPane inside of it. Inside of each tab I put a JPanel with a JTextArea in it. When I create a new tab, I do something like textArea.requestFocusInWindow(); However, this will not work unless I do a frame.pack() right afte