Can I use data entered in PDF form's field(s) to auto-populate Save As file name?

Hello,
I want to automate, as much as possible, the "Save As" process by using some of the data that the user entered in the fillable PDF form.
For example, I want to include the user's First Name and Last Name that they entered in the form to be part of the saved file name.
First Name: Bob
Last Name: Smith
Therefore, when you select to Save As part of the new file name will already have <BobSmith><today's date>.PDF
Form was created using LiveCycle Designer 11
PDF version: 1.7, Adobe Extension Level 8 (Acrobat X)
Thanks for any information that you can share.
Regards,
Roch

You should try the LiveCycle Designer forum, but from my experience with Acrobat forms it's not possible. What you can do is either save the file using the desired file name and path (without user interaction), if the script runs from a trusted context, or you can prompt the user with the desired file-name for the file, but not enforce them to use it, nor populate it into the Save As dialog itself.

Similar Messages

  • Seeking Pdf form help - javascript formula to auto-populate fields based on data from other fields.

    Hi there, I am new to PDF form work, and am wondering if someone could help me with a javascript formula.
    I want to auto-populate the EXPIRYDATE field, as the same date as the entered AUTHORIZATIONDATE field, but 4 years later.
    So, I want to be able to enter 11/14/2014 in the AUTHORIZATIONDATE date, and have 11/14/2018 auto populate in the EXPIRYDATE field.
    Seems simple I know, but I've messed around quite a bit and can't seem to make it work. Is this possible??
    Any help would be very much appreciated!!

    And what have you done?
    This can only be done with custom JavaScript programing.
    The value of date type fields are text field and not numeric data. The first task is to convert the dates to a number on some type of number sequence that is a mapping to dates.
    Have you looked at the Acrobat JavaScript API Reference, the MDN JavaScript reference?
    I would use the Acrobat JavaScript util.scand to covert the date string to the number of milliseconds from January 1, 1970 midnight. and then use the getFullYear method of the date object for the year value and add 4 years to that value and then use the setFullYear method to set the year for the date object. Now you can use the util.printd method to format the date object as a date string with a specific format.
    // get the date value, format of date string and years to add;
    var cDate = "11/14/2014"; // date value;
    var cFormat = "mm/dd/yyyy"; // date format;
    var nYears = 4; // years to add;
    // convert date string to date object;
    var oDate = util.scand(cFormat, cDate);
    if(oDate == null) {
    app.alert("Error converting " + cDate + " using format " + cFormat, 0, 1);
    // add years to date object;
    oDate.setFullYear(oDate.getFullYear() + nYears);
    // display result;
    var cExpireyDate = util.printd(cFormat, oDate);
    app.alert("Authorization Date: " + cDate + "." +
    "\nExpire Date: " + cExpireyDate, 3, 0);

  • Can i use data merge with pdf images in indesign?

    Hi need to do a data merge but with pdf's not jpg or tifs. I am having the result with jpgs but not with pdf's.
    Can i do it with pdf's?

    in fact that is not a problem because i have both pdfs same size and orientated, the only thing is that i cannot use the pdf docs for some reason.
    eg. in the csv file i have (this is not working)
    Field 1                                      Field2
    '@background                          '@page
    Machintosh HD:bg1.pdf           Machintosh HD:page1.pdf
    eg. in the csv file i have (this works)
    Field 1                                      Field2
    '@background                          '@page
    Machintosh HD:bg1.psd           Machintosh HD:page1.psd
    I would like to use the pdf file is there a different way to do so?

  • When I use Preview my computer locks up. Can't use it to view PDFs. Any ideas?

    When I use Preview my computer locks up. Can't use it to view PDFs. Any ideas?
    I try to save files as a PDF on external hard drives. When I select SAVE AS PDF I get spinning colorwheel and the program I am using locks (Quicken, Quickbooks, Gmail etc.)

    There were several /Library/preferences. The only one that had the file was the one under my user name. I deleted it. I was using Quickbooks when the problem started. It is locked. I have to reboot the computer to use it again. I tried SAFARI using the PRINT button then SAVE AS PDF. It didn't work. It locks Safari up. I will reboot and hopefully continue.
    P.S. I've done this procedure before and I was able to Save, but then the problem came back.

  • Can I use Visual Basic to covert form user data from multiple .pdf files to a single .csv file?

    Can I use Visual Basic to covert form user data from multiple .pdf files to a single .csv file?  If so, how?

    You can automate Acrobat using IAC (InterApplication Communications), as documented in the Acrobat SDK. Your program could loop through a collection of PDFs, load them in Acrobat, extract the form data from each, and generate a CSV file that contains the data.
    Acrobat can also do this with its "Merge Data Files into Spreadsheet" function, but this is a manual process.

  • In Responses, Can I export the data in a pdf form excluding null data?

    In Responses, Can I export the data in a pdf form excluding null data?

    Let me make sure I understand the request...  There is a feature in the Response table to "Save Response as PDF Form" and you'd like to do this excluding the null data (unanswered questions).  If that is correct it is not supported, the "Save Response as PDF form" will save a PDF that is the entire form filled out as the user filled it.
    Thanks,
    Josh

  • How do I input data to a pdf form in Acrobat 8.1.6?

    There's probably a simple solution for this but I'm wracking my brain trying to figure out how to input data to a pdf form using Acrobat 8.1.6, or how I can make the pdf file data field input ready? Thanks. 

    If you created the form Go back to Acroabt and go to advanced menu and choose:
    Extend Features in Reader. then save.
    Now open Reader and you can add information and save. (limit 500 instances per pdf).
    Now if you created the form and have Acrobat make sure Acrobat in not in Forms Edit Mode.
    Just type in your information and save.
    Caution make sure that you finished all corrections and edits. because once you confer reader right you can not edit the form. you can edit the form items you fill in, but not the form itself.
    to correct the form design you have to go back to advanced reader rights and save a copy without rights. make changes then confer rights again.

  • PDF form created in Idesign CS6 won't save data when filled out

    Why can't users save data in fillable PDF form created in IndesignCS6
    Hi
    Please help I've tried every forum and tried everything you are my only hope  ive created a Interative PDF form In indesign cs6 and when my clients fill it out it doesn't save the data, also ive put it online and again the same and the submit button doesnt work, ive tried the advanced save in Acrobat and still the same what am i doing wrong GUTTED

    I designed in InDesign, exported as Interactive PDF, opened in Pro, saved with extended options.
    I have both Pro XI and the most recent version of Reader. (Mac os x)
    I actually used a template to design the form. Would this somehow be causing an issue??
    Here's a link to the form-- (website is still being developed.)
    http://media.wix.com/ugd/258c13_937630036a284d0ebfcccd8aa9169cf2.pdf
    I've uploaded to the new website, and to Box, and the issue remains the same.
    Thanks for your help!

  • How do i import excel data base into pdf form drop down field

    Hi,
    I have a table of about 2500 rows and three columns that i would like to import into a drop down window on a PDF form to be self populated when item selected rather than entering the data. How can this be done?
    Thanks!
    Richard

    Hi,
    I did not know only two entries for each option item is it. I have manually entered data in the drop down an list boxes. With 2500 lines of data I was hoping there was an easier way other than manually entering the data.
    I have no knowledge of Java Scripting.....
    I was just wondering if there was a way from an Excel spreadsheet to import that data into a PDF form to be selectable to populate PDF fields in a form. It doesn't sound like it.
    Thanks......

  • To edit a pdf, can you do it right in pdf form or must you export the document to word first?

    I have been trying to edit a PDF, I have been using the export PDF.  This does not have great compatibility so I might as well just create a whole new document.  If I upgrade to the premium, can I edit right from the pdf form?

    Hi Satya,
    Thank you for the immediate response.
      Now I can import the pdf files and edit them.
    However there is a problem.
    I can only open the pdf files which I created by the developer studio.
    When I open the pdf files those created by a scanner, they appear blank. However, when I open the same files with acrobat reader, the contects in the file appear.
    I will be very thankful if you could help me in this.
    Many thanks
    sudeep

  • Is there a way to export the data collected with PDF forms, and saved via FormsCentral, into a MS Excel or Access file format?

    or Is there another place to save data collected by PDF forms other than FormsCentral? e.g. another database on the web server that presents the form?

    Hi,
    Yes, you can export user responses into an excel file. To do that, open the responses tab, select Files -> Export Responses and select Microsoft Excel to export response data into.
    Thanks,
    Wenlan

  • Data connection, static PDF form, and presence

    I've created a form with a dynamically populated dropdown of names. To get it populated, one step was to save it as a static PDF form. Then it worked perfectly. However, I soon found that my scripts to show hide elements no longer worked. Certain Action Builder actions still worked, but not show/hide. So I created a simple test form, and show/hide worked normally. I've tried both formcalc and javascript. So is it true that a form can be dynamic and all actions work or the form can be static and connect to a database, but a form cannot be both data-driven and change presence?

    Thank you for this information, which may be true in theory, but my forms show that only the static form can show external data, and the static form can't change presence at runtime, although other actions (like reset all fields) will work. On the other hand, in a dynamic form, I can change presence, but data will not appear in the dynamic dropdown, which is grabbing names from SQL Server. Can you try an experiment yourself? Try a data connection and changing presence in the same form, and let me know what happens.

  • Export PDF converts filled PDF form without the data - Turns filled PDF form onto blank Word doc. Is there a solution to this or did Adobe just sell me a service that doesn't work?

    Export PDF converts filled PDF form without the data - Turns filled PDF form onto blank Word doc. Is there a solution to this or did Adobe just sell me a service that doesn't work?

    ExportPDF is not for forms. In general, converting forms to Word is a really, really bad idea which can even cause legal problems. Work with the form as a PDF. Acrobat (not Reader) can export form data as simple text for example.

  • Merge data to existing PDF form?

    Been searching for this for awhile and cant seem to get an
    example that works. I have an existing PDF form with fields
    defined. What I need to do is populate this form with data from an
    existing query. I've seen examples saying that I need to export the
    FDF and use it in CF, but for the life of me, I cant find how to
    export it.
    Any help would be greatly appreciated!
    Thanks!
    -Ron

    There's a better way than using FDF's now that CF runs off of
    java. I remember reading on Ben Forta's site about a neat CF
    wrapper he wrote for using java objects to write to form fields on
    PDFs. sounds like they're bundling it into the next CF version. I
    wish I had a url for you, but I'm sure a few searches on ben's site
    should turn something up.
    P.S. its WAY easier to deal with than the FDF file format!!
    Hope that helps.

  • Extracting data from a pdf form

    Hi,
    livecycle es2, workbench 9.0
    I'm new to workbench and have a problem extracting data from a pdf form submitted to a short lived process.
    I have set up the following very simple process :
    default startpoint >  ProcessForm > exportData > set value > set value > Write Document
    The intention is to update the document and write it to disk. So far, each step works except for the 'export data' where I cannot get the pdf to extract to xml.
    The Input to the 'export data' step is a variable (myDoc), Data Type: Document,  created from the incoming PDF form.
    If I write out myDoc it is an exact copy of the incoming document, so I guess the start and finish steps of of the process are OK.
    The incoming (PDF) form I was given had no data schema, but  I thought I could access the form data by exporting to an xml variable....
      Service : FormDataIntegration  / exportData
    input (PDF Document)    variable : myDoc
      output(Data extracted)     variable : myXMLData
    Then in the next step (set value) access the xml element I am after ..
    Mappings
    Location:  /process_data/@groupId      Expression: /process_data/myXMLData/xdp/datasets/data/form1/mainPage/groupId
    This is did not work, so I got the incoming form, exported the form data to an xml file,  and created a schema using  Stylus Studio. I then imported that into the myXMLdata definition. ( BTW - Do I need to specify the root node after importing it ? )
    Still not working !
    Extra info : The XML view of my incoming  form shows I have a minimal dataset definition- is this OK ??
    <connectionSet xmlns="http://www.xfa.org/schema/xfa-connection-set/2.8/">
       <?originalXFAVersion http://www.xfa.org/schema/xfa-connection-set/2.4/?></connectionSet>
    <xfa:datasets xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/">
       <xfa:data xfa:dataNode="dataGroup"/>
    </xfa:datasets>
    The schema created by stylus studio has none of the xfdf, xfa settings I have seen on other schemas - is this OK ?
    Any help to get this fixed greatly appreciated
    thanks
    steve

    hey thanks for the offer, but I am now sorted after I found a simple working example on line.
    This is a similar process to the one I am working on, and is clearly described and easy to follow...
    http://eslifeline.wordpress.com/2009/04/25/extracting-data-from-signed-pdf-using-livecycle -server/
    girish bedekar - I thank you !

Maybe you are looking for

  • Can i inactivate a sub report?

    Hi, I'm using sub reports in a principal report. When the final user see's the report, he can clic on the sub report witch will show in a second page. I would like to disalbe this action, is it possible? If not do you know a trick to prevent it? For

  • How to authorize more than one device on my adobe digital editions Ebook reader

    I have a computer, iPhone and iPad, and can't read a downloaded ebook (EPUB) on more than one device  at a time. If I try to open the item on my Overdrive account with a device other than the one I originally used when I downloaded the ebokk,  it giv

  • Please help, 3rd gen works fine, 2nd gen not recognized

    My wife & daughter got a 3rd gen ipod for xmas, they are working fine, but my sons 2nd gen ipod is not recognized by the computer or itunes. Nor will it charge, & now to top it off the battery appears to be dead so i cannot reset, restore, or anythin

  • Seeking Labview/C/C++/Linux/Telecom Test Automation Engineer in the Denver Area

    http://www.aircell.com/company/careers/senior-test-automation-engineer-0 The Senior Test Automation Engineer will be responsible for leading the development of test automation tools, selection of new test technologies, and automation of new and exist

  • Change the font of particular cell in matrix report

    hi experts i made a report in report 6i. now i want to change a color of particular cell which has shortest value. and also i want to fill 0 ( zero ) value in blank column. i have tried it from the property pallate " Value if Null " set to 0 (zero )