Skip navigation
Currently Being Moderated

Attaching Files: Reader Extensions Enabled

May 15, 2012 6:26 AM

I may not be understanding rightly, but have used a couple of sample files that have an 'add attachment' example (below is from example), and my form is distributed with reader extensions enabled, but this does not work in Adobe Reader.  What is the best method to give the person completing the form an avenue to upload and/or attach files?  If I have a web upload address for files, is there a way to add that to the form so they can stay in the form and still 'submit' it, but send their files to the web address?  Would prefer if they could attach in the PDF form to keep everything together but welcome any ideas that will work in Reader, thank you.

 

 

var myDoc = event.target;
var sFile = "myFile" + NumericField1.rawValue;
myDoc.importDataObject({cName: sFile});
var myDataObject = myDoc.getDataObject(sFile);
var sFileName = myDataObject.path;
ListBox1.addItem(sFileName,sFile);
NumericField1.rawValue = NumericField1.rawValue + 1;
 
 
Replies
  • Currently Being Moderated
    May 15, 2012 7:01 AM   in reply to sparrowce

    Try the below mentioned steps:

     

    1. Open the PDF is Acrobat
    2. Click File>Save As> Reader Extended PDF > Enable Additional Feature
    3. Click "Save now"
    4. Then distribute the PDF again

     

    Let me know if it helps.

     
    |
    Mark as:
  • Currently Being Moderated
    May 15, 2012 8:15 AM   in reply to sparrowce

    Hi Sparrowce,

     

    I checked it at my end and i'm also getting the same issue. It seems that PDF rights enabled by Acrobat Reader extension would not provide necessary permission to the PDF to perform this task. However, i tried extending permissions via Livecycle Reader Extension server and it worked for me.

     

    Hence, i would say that for this issue you would require the LC Reader extension server as Acrobat as a desktop product would not be able to provide sufficient rights to the PDF for this concern.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points