Passing user input data to existing pdf

My customer prints business cards, currently the printing requests are submitted by a variety of methods (e-mail,paper napkins, etc.) that create more work and consume to much time. When a request is finalized it is in pdf format and at that point ready to go to press.
I am trying to simplify this process by allowing the person that needs a card printed to fill out an online pdf form that looks exactly like their business card. When completed the form is submitted and their info needs to be passed to an existing pdf (also online) that also looks exactly like their business card. This pdf will be submitted for review and approval and used to go to press.
I have been designing/hosting web sites for years but pdf's are new to me. I purchased Adobe Acrobat Professional 7.0.8 and Live Cycle Designer 7.0, I have created both of the pd's described in the 2nd paragraph and used the Designer to build the form, uploaded to server and had the data saved as XML. I am able to import the XML data to the other pdf and it does so beautifully. I did it this way first to familiarize myself with the software. I also purchased a very comprehensive book on Acrobat 7.0 which also covers the Live Cycle Designer to some extent.
I learned that a Java Script would be necessary to accomplish my goal but after scouring the web and submitting my project needs to www.rentacoder.com I have been overwhelmed. The coders that responded were going to use everything except Java Script to achieve the desired results (PHP, Java)and cost ranging from $45.00 to $700.00.
I have downloaded from the Adobe web site the following;
Acobat JavaScripting Scripting Reference
Acrobat JS Guide
I do not write scripts and thought these could help but I can't understand exactly how my script should look.
These are the fields that will be completed by users;
Job Title, Full Name, Address1, Address2, City State Zip, Ph#, Cell#, E-mail Address.
URL to user form -www.tarantulawebdesign.com/bc/twd_form1.pdf
Url to pdf that data will be passed to - www.tarantulawebdesign.com/bc/bc_tmplt.pdf
Any help with my situation will be greatly appreciated!

Hi Steven,
Luckily, you don't even have to write a single line of JavaScript code to get what you want! :-)
Just create a new data connection using an example xml-file. Then bind the form fields to their respective data connection field. Then select iomport xml-data in Acrobat Pro or insert a button (optional) with the following line of code:
xfa.host.importData();
Here's your file, I tuned a bit. You may want to have a look at it:
business-cards.pdf (download via filefactory, which is a bit slow and tricky...).
1) download the file
2) create a new text-document. rename it to something like business-card_data.xml
3) copy & paste the following example business card data:
<?xml version="1.0" encoding="UTF-8"?>
<form1>
<vcard>
  <Name>John Smith</Name>
  <Position>CEO</Position>
  <Address1>Nowhere 1</Address1>
  <Address2>Nonsense Enterprises Ltd.</Address2>
</vcard>
</form1>
4) Place both files (pdf, xml) in the same directory
5) open pdf, click the button, select the xml
Regards,
Steve

Similar Messages

  • Adobe form not saving user-input data into saved pdf file

    Hi forumers,
    I'm a new abap developer and I'm tasked to create an interactive adobe form that will require the user to input data in the form.
    No data is passed and received from PDF, but PDF has to be u2018Fillableu2019. I am able to fill out the form but when I actually save the form, it will be saved as a blank form again. I've seen the relevance of the  LS_DOCPARAMS-FILLABLE = 'X' on this forum and I have incorporated it in my code. But how should I code the abap program to enable to save the user input as well into the form.
    DATA: GV_FMNAME TYPE FPNAME,
          LS_DOCPARAMS    TYPE SFPDOCPARAMS,
          LS_OUTPUTPARAMS TYPE SFPOUTPUTPARAMS.
    CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'
      EXPORTING
        I_NAME                     = 'ZSC_ZRUFORREP'
    IMPORTING
       E_FUNCNAME                  = GV_FMNAME
    *   E_INTERFACE_TYPE           =
    *   EV_FUNCNAME_INBOUND        =
    CALL FUNCTION 'FP_JOB_OPEN'
      CHANGING
        IE_OUTPUTPARAMS       = LS_OUTPUTPARAMS
    EXCEPTIONS
       CANCEL                = 1
       USAGE_ERROR           = 2
       SYSTEM_ERROR          = 3
       INTERNAL_ERROR        = 4
       OTHERS                = 5
    IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    LS_DOCPARAMS-FILLABLE = 'X'.
    LS_DOCPARAMS-DYNAMIC = 'X'.
    CALL FUNCTION GV_FMNAME
    EXPORTING
       /1BCDWB/DOCPARAMS        = LS_DOCPARAMS
    * IMPORTING
    *   /1BCDWB/FORMOUTPUT       =
    EXCEPTIONS
       USAGE_ERROR              = 1
       SYSTEM_ERROR             = 2
       INTERNAL_ERROR           = 3
       OTHERS                   = 4
    IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL FUNCTION 'FP_JOB_CLOSE'
    * IMPORTING
    *   E_RESULT             =
    EXCEPTIONS
       USAGE_ERROR          = 1
       SYSTEM_ERROR         = 2
       INTERNAL_ERROR       = 3
       OTHERS               = 4
    IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Thanks,
    dgrachee

    Not quite yet, I have to say...
    If you check the domain "FPINTERACTIVE", you'll see these values:
                   Print Form
    X     Interactive Form with Additional Usage Rights
    N     Interactive Form Without Additional Usage Rights
    F                                                                
    So, you are not providing "additional usage rights" (Adobe Form Credentials), meaning there could be a problem when you want to use those forms in a Production environment.

  • 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.

  • How to display records that match user input date

    hi all,
      i need to display records that match user input date (i.e., for example if the difference between user input date and record date is less than 5 years then display those records) , this is for hr bw. any exit is there to check for validation for records to be displayed based on some abap coding.
    vijay

    I just see getApplication method but "Retrieves a list of all the deployed applications."
    My scenario is: I get user, end i want to discorver how application this user i enable to see.

  • Formula variable for a user input DATE value

    Hi All,
    I want to create Formula variable for a user input DATE value as I need to use it in a formula to compare between user entry date & date in the DSO. Does any body has any idea about it?
    I tried to create formula variable with manual entry but then I am not getting DATE option.
    Regards,
    Sonal

    Hi ,
    You have to create a formula variable in the formula.
    The formula variable in the general tab would have the reference characteristic as your date characteristic on which you have created a user entry variable or on which you intend to create a date entry variable.
    Give the proceesing type as replacement path.
    Next in Replacement path mention you would replace the variable with value of another variable.
    Mention the variable name.(This is the actual varaible created on the selection screen),
    Also mention you would replace only from value/to value of the variable.
    Check the following help link
    [Replacement path type formula variable|http://help.sap.com/saphelp_nw70/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm]
    Hope this helps,
    Best regards,
    Sunmit.

  • How to pass user input in automator to a variable?

    I want to ceate a workflow/application to
    -create a new folder eg Batch001 in directory B
    -grab a group of folders in directory A
    -and move them to Batch001
    -create an archive of Batch001
    -create a new set of empty folders in directory A
    I thought I had this worked out, and planned to create a small applescript to grab a user input, then pass it to a variable. Figured if I do that at the beginning I can use the variable to create the Batch folder name, which I would enter manually. There will be a number of them, but not hundreds.
    I have an applescript in automator to show a dialog, but ti does not seem to pass anything to the results. Even if I just use a simple dialog no results are passed. If I run it in actionscript editor it shows a result as expected.
    on run {input, parameters}
      --Display Dialog and Get Input
      display dialog "Batch Number?" default answer "BatchXXX"
      --Get Answer & Return Comment
      set input to (text returned of result)
      return input
    end run

    I tried that, but when I run my workflow, it fails and I get an error message: The action “Rename Finder Items” encountered an error.
    Here are a couple of screenshots of my workflow:

  • Save user input data

    I would like the ability to have a settings screen and allow the user to enter parameters.  These parameters need to be saved even when the program (VI) is shut down.  As an example I made a quick simple program, Sample test 1.vi.  Here there is input data, amplitude, a maximum setting and a minimum setting.  I would like the user to be able to set the settings (maximum and minimum) to the desired level, run the program, stop the program, shut down the program.  Upon restarting the program the settings should be at the last entered value. Any ideas or assistance is appreciated. Thanks,Brian  
    Attachments:
    Sample test 1.vi ‏8 KB

    Look through the example VIs that ship with LabVIEW. They have examples on working with ini files. I have included an example of the VIs that we use for our applications as well.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot
    Attachments:
    Application Template-Get Test Specific Parameters From Config File.vi ‏20 KB
    Application Template-Save Test Parameters To Config File.vi ‏19 KB
    Application Template-Test Parameters.ctl ‏6 KB

  • 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.

  • Passing  User enterd Data across Modules

    Hi please suggest me some design pattern for the req.....
    Its a graphics application where user action like moseClick , mouseDragged events are captured and One Bean Class MouseData is populated.
    Now differnt totally differnt components wants to use this real time data.So how should i design so that other modules can use this data on demand but i dont want to couple different modules.
    What i am thinking on is that thier is MouseData class and if any other module wants than just req for it

    First, if you haven't read the GoF Design Patterns book I suggest picking up a copy at a library or bookstore. This is the defacto foundation for OO design.
    There are quite a few approaches you could take. Here are two:
    The first is the one you have mentioned where you pass the mouse data class to each of the mouse data clients. You can always make your MouseData class an interface. This isn't terrible way to approach this but it's not my favorite. It depends on the situation. The problem with this is that some third party class generally needs to provide the appropiate MouseData instance to each client. This is often inelegant but sometimes it's perfect. Depends on how these clients are interrelated. When want to add a new client, you'll have to again provide the MouseData instance.
    The other way I would recommend is to create a Factory class for the MouseData. The Factory class will have a method on it that provides MouseData instances. When you create a client, you call the Factory and get the MouseData instance. This way new clients have less ripple effect on the rest of the code. There are many ways to create Factory methods. One approach is the Abstract Factory approach. You could even make the MouseData class have a static factory method on it. It can't be an interface in that case, but you can make it abstract.

  • APEX4: How to create a report whose data is based on user input date fields

    Using Apex 4 I've to create a report that allows the user to input two date and shows a report between the date range.
    How can I do this?
    Thank you.

    This has nothing to do with apex 4.0. If you create a report using this query:
    SELECT *
      FROM emp
    WHERE hiredate BETWEEN NVL (TO_DATE (:p1_date_from, 'mm/dd/yyyy'), hiredate)
                        AND NVL (TO_DATE (:p1_date_to, 'mm/dd/yyyy'), hiredate)and create two date picker items with names P1_DATE_FROM and P1_DATE_TO (take care of using the right date format), your report will show all records by default and those that match after you fill in the date items.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------

  • Using a "Button" to submit the user entered data as a PDF into Email

    I have created a form in which the user fills out the form and clicks a "Button" to submit the data via PDF(attached to an email) to a specific email address (mailto:[email protected]). When I email the blank to coworkers it does not allow the functon to work. Any assistance would be greatly appreciated!
    Also if you have the time is there a way to define the order of data when user's submit via xml?

    That did it. Thank you greatly!
    Pete Nappi Jr.
    A.N.A. Logistics, Inc.
    631-981-4339 Ext:110
    Please use www.goodsearch.com and
    donate to WLIX radio or your favorite
    charity with every internet search...

  • Use BEx variable for user input data, not to filter.

    Hi,
    I have a situation where I am displaying notification task data.  Each header notif has a number of tasks.  These tasks are marked either newest, oldest or no mark (in the middle) for each different task code.
    Using VKF's and by passing the user entered variables for newest and oldest I am able to make KF calculations.
    So if I have a notif that is like this:
    Notif XYZ
      Task 1  Code: SCM     Date: 1/1/2000
      Task 2  Code: SCM     Date: 1/4/2000
      Task 3  Code: SCK     Date: 1/10/2000
    If the user selects Newest = SCM and Oldest = SCK
    The key figure would use those 2 different notif tasks to calculate.
    This works fine.
    My problem now is that since the data is displayed at the line level.  When the user enteres his choices for task code, BEx will filter to find one single task item that has both the Newest and Oldest values that the user entered.  It will return no data.
    Example:
    NOTIF    TASK      NEWEST     OLDEST
    XYZ.........1.......SCM
    XYZ.........3..................SCK
    If user enteres Newest = SCM and OLDEST = SCK
    It will look for one line with both value, returning nothing.
    So, I want to simply use the BEx selection screen to pass values to my virtual code (which I already have working)-  but I do not want the report to filter on a notification that only has both values as OLDEST and NEWEST tasks.
    Is this possible?  To deactivate the BEx filtering for two infoobjects thus only passing the user entered values to my CMOD code?
    Any help/suggestions would be appreciated.
    Thanks in advance,
    Brandon

    Hi Prakash,
    Can you explain what you mean?  I know using a text variable would allow me to take the user entry and apply it to the header of a column... but how would it disable filtering on what was entered?
    Thx

  • Sql data into Existing PDF from ASP page

    I have a property form that was created use Adobe Pro X with various data fields, and a signature block. How can I get that form to get data from SQL database, then either print it out or email to the user for digital signature. So on this webpage you select
    the user, and there would be buttons to generate a property form for print out or email the pdf for digital signature then the user would email that back.
    thanks in advance.

    I have a property form that was created use Adobe Pro X with various data fields, and a signature block. How can I get that form to get data from SQL database, then either print it out or email to the user for digital signature. So on this webpage you select
    the user, and there would be buttons to generate a property form for print out or email the pdf for digital signature then the user would email that back.
    thanks in advance.
    Hi,
    I am afraid that for web development issues, please post them in
    https://forums.asp.net forum since it is dedicated for issues about web development issues.
    And you could have a check the following thread.
    http://forums.asp.net/t/1317979.aspx?Writing+PDF+documents+using+VB+Net
    Thanks for your understanding.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Making User Input Data UPPERCASE

    I am using htmlb and want  to know how to make an input field show/receive UPPERCASE data (as user types in the data). 
    Thanks, in advance, for your help.

    you do not have any property in htmlb:inputField for this.
    i just implemented what Graham Robbo has suggested in the following example code. check it out .
          <htmlb:inputField  id = "IP1"
                             width = "100"/>
          <s cript for="IP1" event=onkeyup type="text/ja vascript">
                      thas.value=thas.value.toUpperCase();
          </s cript>
    in the above code change the thas ( 2 occurrence) to this
    PS: do reward points to Graham Robbo

  • Custom Exit to count No: of Employee based on User Input Date

    Hi There,
    I have a requirement to Count the no: of Employees for each Position Id. This count value changes with time (Time-dependent).
    So, when the user Keys-in a date at the Query Execution-Prompt, it should take the date value and then count the no: of employees for each Position Id.
    Next, it should display text  like If Count = 1    "Single"
                                                      If Count =2     "Double"
                                                      If Count >=3   "Triple"
    I was informed that we should create a Calculated Key Figure and then introduce a variable in it with Replacement path as Customer Exit.
    My Question is: Could any one provide me the logic to implement the Customer Exit for above requirement. I kow that I need to implement this is BI ABAP editor as Include file.
    Further, I referred following Forums links. However, I need more information.
    counting the number of rows.
    Customer Exit Variable Code
    Any Suggestions!
    - Anil

    Hi,
    As I understood, first thing you may not have text for a key figure (will not be able to display "Single", "Doüble" etc..)
    Are you doing reporting on master data or cube?.
    If it is a master data the it will be better to include count at staging level. You just need to include one key figure count as an attribute and assign 1 over there. You may usee this key figure directly in report.
    If it is one cube/DSO then just create one CKF assign value as 1 in report in that. Use Exception aggrigation for this CKF reffering Position id in report. Dipslay this key figure.
    I hope it will help.
    Thanks,
    S

Maybe you are looking for

  • No tax information exists for billing document

    Hi We have a problem. In our scenario, we create a service order followed by service confirmation and bill from service confirmation. All prices including taxes are maintained in r/3. prices and taxes are picked in the service confirmation also. When

  • My iPod touch 4th generation charger won't work!

    I have a black 4th gen. iPod touch with 5.1 iOS. The charger won't work anymore and I think something is cut in the wire. If I get a new one do I have to pay, if so were can I get one?

  • Integration of ECC Scheduling Agreement (Doc Type LP) with SAP TM

    Hello Experts, I am trying to integrate ECC Scheduling Agreement (Doc Type LP) to create OTR in TM System. I have maintained below settings: 1. Create and Activate Control Key 2. Output determination procedure linked to LP has output type TRS0 with r

  • Wireless internet

    YEs i just bought a new laptop and then bought a router what do i need still for wireless internet at home and what are some companies i can get it from need help

  • 3rd Party Batteries for MacBook Pro      (MacBookPro5,1)

    Howdy! I need an extra battery for my MacBook. I see some pretty crappy reviews for the Apple brand, and am considering going to a 3rd party. Does anybody have any advice as to which one to go to? (I'm looking at macsales...OWC computing, but have no