Export unique fields

Hi all

I'm trying to figure out if it is possible to export specific fields (but not necessarily all the fields) a (made in Acrobat X Standard) editable PDF form specific cells in Excel? (Excel 2010 version)

A few tips on how to do this would be appreciated, but at the moment I'm trying to really just to confirm if it is still possible.

Thank you

Mark

It is possible. If you use the JavaScript doc.exportAsText method, you can choose to export only certain fields. This method creates a file delimited by tabs that can be imported into a spreadsheet. For more information, see: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.460.html

Tags: Acrobat

Similar Questions

  • Export form field data to Excel.

    I sent a few hundred contracts to sign.  I would now like to export form field data that have been collected in an excel file.  Any ideas?  Thank you

    Hello Juanm70734078,

    Did you send these documents using a library template? If Yes, then you can export a CSV file by going to the tab manage and unique model of library by clicking on the right, and click on the history tab and click Export data.

    Otherwise, you can go to each document signed on the tab manage and click the icon of the CSV file in front of each document respectively.

    Kind regards

    -Usman

  • Exporting comment field in a form in excel with Adobe Pro DC columns

    Hello

    I created a form with Adobe Pro DC, until all is well, but I'm unable to exporter data field-by-field in a Excel sheet with a column = field of the United Nations

    Exporting to Excel, returns a file unusable

    Thanks for your help

    Hi rogerp64048495,

    Refer to this link for help can I import data from an Excel worksheet to a PDF form? (Create PDF)

    Kind regards
    Nicos

  • Need help to export form fields in Word

    My company has been creating a recipe book & collect recipes from various people in the company. I created a PDF with form fields, THINKING that I could then export the fields in Excel or Word doc, to be merged into my document final to put in shape for a cookbook.  I realize now, I could be wrong. Can anyone give me any suggestions?

    In Acrobat x: Tools - Forms - several Options form - form data management - Export

    Data / merge data files...

  • Export unique PDF pages to InDesign after the data merge

    So I got this hitch with my last job that I can't move.

    I'm generating nearly 700 labels of bag with the help of the data fusion which is each in their own PDF file with a unique file name.

    My current process is:

    1. Open my file in InDesign.
    2. Data merge all labels like "creating a merged document.
    3. Run a script that does some minor changes and then automatically add bookmarks based on a paragraph style.
    4. Export a single pdf file containing all the labels.

    Now, that's the thing that I meet. Initially, I thought open the PDF in acrobat and then divide the file based on the bookmark names - that works very well. However, I also need convert the text to outlines text, then the fonts don't get replaced by our supplier in China (long story). Ideally, I discovered Acrobat can do it himself, but unfortunately it can not be used for several single paged pdf files in the Action Wizard. If I vectorize the text before you split the pdf file, the bookmark naming convention does not seem to work...

    I thought that this might work, but if there was a script that could export PDFs page of InDesign itself and use the paragraph style name. And then I could put just a pdf preset to underline the text. I can't find anything like those well...

    So there's my pickle. I would be grateful for your suggestions!

    Thanks in advance!

    An any other Acrobat Pro script may be worth a try if you want to split based on. CSV:

    /* https://forums.adobe.com/message/5551746 */
    var CSV = function(data) {
        var _data = data.split('\r\n');
        for(var i in _data) {
            if(_data[i].length > 0) {
                console.println(i + ' ' + _data[i]);
                _data[i] = _data[i].split(',');
            }
        }
    
        var _head = _data.shift();
        return {
            length: function() {
                return _data.length - 1;
            },
            getRow: function(row) {
                return _data[row];
            },
            getRowAndColumn: function(row, col) {
                if(typeof col !== 'string') {
                    return _data[row][col];
                } else {
                    col = col.toLowerCase();
                    for(var i in _head) {
                        if(_head[i].toLowerCase() === col) {
                            return _data[row][i];
                        }
                    }
    
                }
            }
        };
    };
    this.importDataObject("CSV Data");
    var dataObject = this.getDataObjectContents("CSV Data");
    var csvData = new CSV(util.stringFromStream(dataObject));
    if(this.numPages != csvData.length()) {
        app.alert("Number of pages & CSV row count inconsistent");
    } else {
        for(var i = 0; i < this.numPages; i++) {
            this.extractPages({nStart: i, cPath: csvData.getRowAndColumn(i, 'PartnerHQ_Id') + '.pdf'});
        }
    }
    

    Note that the column header is supposed to be (this can of course be changed on line 41 of the script code):

    PartnerHQ_Id

    PartnerHQ_Id

  • Sorting the query according to the unique field data type.

    Hello

    I have a varchar data from the field in a table which cointains 'NumAriques' and 'Alphanumaric '. I need to sort the query using this field.
    While data are numAriques should sort as numAriques else data out as varchar.

    Is it posible in oracle. If so, please help me to get it.

    Hello

    I would do something like this:

    [11.2] Scott @ My11g > !cat t.sql
    with t(n) as (
         select ' 123' from dual
         union all select '123CAD' from dual
         union all select '123TAD' from dual
         union all select '123' from dual
         union all select '1234         ' from dual
         union all select '11111' from dual
         union all select 'zzrytarz' from dual
    )
    ------ end of sample data ------
    select
         n
         -- uncomment 2 following line to ease understanding :
         --,case when regexp_like(trim(n),'^\d+$') then 1 else 2 end
         --,case when regexp_like(trim(n),'^\d+$') then to_char(to_number(n),'fm00000000000000000000') else n end
    from t
    order by
         case when regexp_like(trim(n),'^\d+$') then 1 else 2 end
         ,case when regexp_like(trim(n),'^\d+$') then to_char(to_number(n),'fm00000000000000000000') else n end
    /
    
    [11.2] Scott @ My11g > @t
    
    N
    -------------
     123
    123
    1234
    11111
    123CAD
    123TAD
    zzrytarz
    
    7 rows selected.
    
  • query non-unique field

    Hello, I'm new to pl sql and I thank you for your time.

    I have 3 columns; username (varchar2 (30)), logon_time (date), logoff_time (date)

    for example
    User1...
    User2...
    User1...
    User2...
    util_3...
    util_3...

    I'm working on a script to calculate the average user session for all users time.

    I intend to make use of logon_time and logoff_time to calculate the time of average session for all users.

    That's what I have in mind,

    1 calculate the elapsed time for each session
    2. Summary of all time elapsed / number of sessions

    But I can't get my head on the selection of logon_time and logoff_time each line through the names of users that I also need to retrieve variables according to the name of each unique user. I would really appreciate if someone could tell me how I can do this.

    Published by: 892209 on October 19, 2011 03:27

    Published by: 892209 on October 19, 2011 03:32

    Hello

    jdude wrote:
    through the bad answer function return average

    good method is to (sum (logoff_time - logon_time)) / number of sessions

    Select user_logon.username,
    2 count (*) as numlogins
    3 to user_logon
    4 user_logon.username group;

    It lists the number of connections per user... How can I put this together.

    Edited by: jdude on October 19, 2011 20:33

    So the formula to use is
    (sum (logoff_time - logon_time)) / number of sessions and the number of sessions is the same as count (*) , then
    (sum (logoff_time - logon_time)) / count (*) is identical to the formula you want to use.

    Note that this account sessions who lack time or logon_time logoff as being 0 hours long. Consider these data:

    CREATE TABLE     user_logon
    (     username     VARCHAR2 (10)
    ,     logon_time     DATE
    ,     logoff_time     DATE
    );
    
    INSERT INTO user_logon (username, logon_time, logoff_time)
    VALUES      ( 'FOO'
         , TO_DATE ('20-Oct-2011 03:00', 'DD-Mon-YYYY HH24:MI')
         , TO_DATE ('20-Oct-2011 04:00', 'DD-Mon-YYYY HH24:MI')
         );
    INSERT INTO user_logon (username, logon_time, logoff_time)
    VALUES      ( 'FOO'
         , TO_DATE ('20-Oct-2011 05:00', 'DD-Mon-YYYY HH24:MI')
         , TO_DATE ('20-Oct-2011 06:00', 'DD-Mon-YYYY HH24:MI')
         );
    
    INSERT INTO user_logon (username, logon_time, logoff_time)
    VALUES      ( 'BAR'
         , TO_DATE ('20-Oct-2011 03:00', 'DD-Mon-YYYY HH24:MI')
         , TO_DATE ('20-Oct-2011 04:00', 'DD-Mon-YYYY HH24:MI')
         );
    INSERT INTO user_logon (username, logon_time, logoff_time)
    VALUES      ( 'BAR'
         , TO_DATE ('20-Oct-2011 05:00', 'DD-Mon-YYYY HH24:MI')
         , NULL
         );
    COMMIT;
    

    User BAR had two sessions: the first is 1 hour long, and the 2nd is unknown. The 2nd session could not have finished yet, or he might have taken late due to error that caused the logout_time does not have to be registered. It means of BAR, 1 hour, or should we. 5 hours?

    SELECT       username
    ,       24 * AVG (logoff_time - logon_time)     AS avg
    ,       24 * ( SUM (logoff_time - logon_time)
                / COUNT (*)
                )                    AS sum_cnt
    ,       24 * AVG ( NVL ( (logoff_time - logon_time)
                       , 0
                 )     )               AS avg_nvl
    FROM       user_logon
    GROUP BY  username
    ORDER BY  username
    ;
    

    Output:

    USERNAME          AVG    SUM_CNT    AVG_NVL
    ---------- ---------- ---------- ----------
    BAR                 1         .5         .5
    FOO                 1          1          1
    
  • unique field against db validation

    I want one field to be validated at the same time. As I have a few form fields and the first field I want to validate:

    "" < af:inputText label = "" User ID: "value =" #{nodeFlowBean.nodeVo.externalNodeId} "columns ="75"required ="true"readOnly =" #{nodeFlowBean.recordReadOnly} ' validator = "#{nodeFlowBean.validateUserId}" autoSubmit = "true" / >

    So I put a validator and autosubmit = true as indicated above. All form fields are required. Now when I tab on the first field that precedes the field validation is done properly, but with some error messages for this field; other areas also are validated and error messages shown for each of them. Is not what is expected. If a user fills in the first field and it is not valid messages should be displayed for the first field only, and not for fields that have not yet received any discussion.

    Has anyone else faced with this and found a solution?

    Then I check valueChangeListner now.

    I wouldn't say using DWR in this case - try to use the building in support of ADF Faces, as I mentioned earlier, with the immediate property.

  • Check the unique field

    Hi all!

    Check a single field? Suppose that,

    If: Block.Item = "MODIFIED" then
    .
    .
    .
    statement...
    .
    .
    .
    End If;

    Help me...

    You can compare the value of database of against-value as:

    IF :BLOCK.ITEM!=GET_ITEM_PROPERTY('BLOCK.ITEM', DATABASE_VALUE) THEN
     ..
    END IF;
    

    Some examples of code, of course, you would have to process more in detail with the NULL value, dates, and numbers.

    Published by: Andreas Weiden on 21.02.2009 10:37

  • What field in ApplicationDescriptor is unique

    What field in ApplicationDescriptor is unique?

    Javadoc, getIndex() function must be unique. but, I see that each getIndex() value is 0.

    However, getModuleHandle() function gives different numbers. It is perhaps unique? or how can I unique field for each application?

    getModuleHandle should give a unique value for each particular application installed on a BlackBerry smartphone. However, these values are not directly to an application, which means that if you get the handle of the module for the same application on an another BlackBerry smartphone you will probably get a different value.

  • Text fields for export in CS4

    I believe that it is possible to create and export text fields for the completion of a PDF file but can't find this feature in my (albeit) version of InDesign CS4. Does anyone know if it is something that only became available in CS5 go?

    Grateful for any help.

    Michael

    CS6 forward.

  • Write "Version name" in the field "title"?

    I would export JPEGs from Aperture into lots and then import the images in the "Photos" application I would like to that the opening of 'Name of the Version' to become the "title" of the image in case of 'pictures '.

    Is it possible to write the name of the Version of the opening of the batch to the export of field before (or during) 'Title' Aperture opening?

    Thanks David

    I don't see an easy way to do it.

    Batch change presets allow only a constant string for the title field.

    However, you can change the file name for the version name, if you use 'Apply to the original file' in metadata > Batch change dialog box.

    As you probably know, the pictures does not use the names of files as the default titles, but you can use the script Script: batch change the titles to the w/Extension of file name in the Photos section user tip to copy the names of files in the title, once you have migrated the photo library.

    Or modify the script to copy the version names in the field title in Aperture.

  • Extract ODBC data Long field names

    I need to extract some data created by the 4 lookout data logging (files .thd).  Is it possible to do so. I use a PC that does not have installed belvedere, I only database files

    What I got so far is to export some fields whose names are less than 62 characters (using the program Logos 4.5 and driver ODBC database of 4 of Citadel by strict limitation of the field at 62 names). If I increase the limit to about 100 required to extract all the fields I can't export to Microsoft Query or any other software (which supports the import of ODBC database). I've tried several programs but usually they jump a message you can read that one point in time (or they do not see the fields or values at all)

    Please, can you tell me a way I can extract the data?

    The lifecycle of database is not applied in an aggressive manner. The database do not try and remove data simply because life has expired. On the contrary, the life expectancy is applied only when new data are currently recorded in the database and the log would need to increase the size of the database to store incoming data. The rate at which data are removed from the database may vary according to the rate at which new data are recorded in the database. If the frequency of recording is slow, it may take a long time for the data to be deleted.

    J.D. Robertson

    National Instruments

  • Align the HorizontalFieldManager field

    Hello

    I have a few problems right align my custombutton in a HorizontalFieldManager.

    I have a simple code like this:

    public class HeaderManager extends HorizontalFieldManager{
    
        public HeaderManager()    {        super(Manager.NO_HORIZONTAL_SCROLL| Manager.NO_VERTICAL_SCROLL|  Manager.USE_ALL_WIDTH | Manager.FIELD_RIGHT);
    
            this.setBackground(BackgroundFactory.createSolidBackground(Color.RED));
    
            ButtonImage mButtonRefresh =  new ButtonImage("refresh",DrawStyle.RIGHT);        mButtonRefresh.setMargin(6, 10,0 ,0);        this.add(mButtonRefresh);
    
        }
    
    }
    

    It's a pretty simple code, but it does not work!

    My Manager to take full width but my field stuck on the left.

    My custom button (ButtonImageGadget) simply extends the field.

    Y at - it a way to make it works or we have an absolute positioning with layoutChild?

    Thanks for your help

    Its a bug in blackberry jde, try the following:

    1. If you want to add only the unique field in this Manager, and then create the domain Vertical instead of horizontal area manager Manager.

    2. If you have two or fields, and all this must be right aligned, and then create a VerticalFieldManager (Manager.USE_ALL_WIDTH |) Manager.FIELD_RIGHT), create a horizontal field Manager add all the fields to this horizontal Manager, and addition of horizontal to vertical Manager Manager

    3. If you have several fields and these should be aligned differently, then please create a horizontal field Manager add fields to this Manager, you want to align to the left. create a verticalfieldmanager using field_right and the entire width. Create fields in this handler with Field.RIGHT or Field.HCENTER style according to your needs.

  • I cannot select the names of the fields calculated field options. When I try to use the simplified field Notation: change, there is no "OK" button after typing my calculation. Why I don't see these features. I have Adobe Acrobat XI - v11.0.13

    I have Acrobat XI and I'm not able to create calculated fields. When I use the value matches the section, then click on choose to select the fields, it does not select unique fields. I can click Select all or deselect all the... but that's all. So I tried using the simplified field notation and click on modify... the Java script box opens. I can type the script... but there is no options down to say OK or cancel. I don't see any of these options. Why I use this feature?

    Kimberly

    To select a single item from list click on it and then press the SPACEBAR.

    The other question is very strange... Try to run a repair installation.

    On 27 October 2015 14:06, "kimberlyf63795453" [email protected]>

Maybe you are looking for

  • Definition of my holiday iCloud with only an iPhone response

    I'm on vacation and want to activate my out of office/vacation for mu icloud mail response. How do I do that without web access on a computer? When I try it on my iPhone I get the splash screen for iCloud Apple and he can't get through.  Thank you!

  • AT300-105: anyone read more updates in the future?

    Dear friends, No one knows if we never any form of update for AT300-105, which is currently blocked in 4.0.3.05. ? I ask this because my company has recently introduced the BYOD notion and we use our own devices to access Exchange (mail, calendar, ta

  • Specifications for Satellite 1805-S205

    I recently bought a S205-1805, but impossible to find all the features of this unit. Can anyone help? Thank you.

  • Arnt Wireless adapters on

    need help to turn on the wirless conections

  • Error message for WIndows 7 Image restoration software

    I get the error message, do a restore image on a new hard drive. It says "image has been created on the computer with the help of EFI and the computer uses the Bios". Have a backup of windows external disk image. Failed hard drive. Replaced the hard