Any SDK functions for XFA ?

Ask a Question related to Adobe Acrobat SDK, Design and Development.

  1. #1

    Default Any SDK functions for XFA ?

    Hi,

    I would like to know if there are some SDK functions to read/write data into
    the xfa strings within documents created using LC8 instead of using javascript.

    I think that it would be easier to load the string into the memory and to use the DOM API than using JS in the plugin. At least this will work even if javascript is deactivated in Acrobat Reader.

    Thanks :)

    Regards
    Maher@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Too many functions!!!
      While developing a large FMS application, main.asc has become more than a bit lengthy. The bulk of the file is taken up by the custom client...
    2. web functions?
      Hi, I'd like to post some news content on my web page from another website. Are there built in php functions that will allow me to do this? ...
    3. Using ZIP functions..
      Okay, here's the scenario.. I have uploaded file_blah.zip .. It has a file compressed in it called asdf.mgx .. The thing I need to do is rename the...
    4. #10743 [Com]: class functions & PHP core functions inconsistently clash ;)
      ID: 10743 Comment by: destes at ix dot netcom dot com Reported By: jjones at net-conex dot com Status: Open...
    5. Functions
      Do you know if Sql Server User defined Functions are an ANSI Standard ?
  3. #2

    Default Re: Any SDK functions for XFA ?

    If you are writing a plugin, there is nothing stopping you from loading the XFA stream(s) up into your own DOM, manipulating them as you see fit, and then writing them back out.
    Leonard_Rosenthol@adobeforums.com Guest

  4. #3

    Default Re: Any SDK functions for XFA ?

    Hello Leonard,

    We finally opted for the Abode Javascript within the plugin.
    It was easier to work with and all works fine now :)

    Regards

    Maher Abidi
    Signature Perfect KG, Germany
    Maher@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139