Variable Form Data - PDF Merge Issue

I created a VB program, using Acrobat 5 and the FDFToolkit, that took variable data and populated a form and saved it.  It then populated another form and then saved it. Each form is a set of cards 9-Up double sided.
When this process completed it merged the pages together.  It works fine Acrobat 5, but I can't seem to use it with any other version.  Now, each individual fdf and pdf have the correct data, but when I merge them each page is identical.  Where might I be going wrong?

For the most part, I just added the following at the appropriate places within my code and it works great in Acrobat X now.
Bernd - Thank you very much for the direction.
Dim oJS as Object
set oPDDoc = createobject("AcroExch.Pddoc")
set oJS = oPDdoc.GetJSObject
oJS.flattenpages

Similar Messages

  • ActiveX in BradySoft (CodeSoft) - What Class/Method/Object's would I use to send variable form data to BradySoft?

    What Class/Method/Object's would I use to send variable form data to BradySoft? I have a basic label setup in BradySoft and I want to send it variable form data (a serial number) from Labview ActiveX. I have attached Brady's ActiveX programmers guide but can't figure out what to use for this. P.S. I would call Brady or TekLynx tech support about this but they have a strict policy whereas BradySoft supports ActiveX but their tech support doesn't provide programming help with it. I figured I'd try the NI Forums.  

    Aaronb, I presume by publishing an ActiveX programmers manual the BradySoft software installs Active X objects. You may choose to interact with these objects within LabVIEW using Active X controls. The following link will provide a starting point for LabVIEW help topics on Active X communication: Select ActiveX Object Dialog Box
    http://zone.ni.com/reference/en-XX/help/371361F-01/lvdialog/insert_active_x_object/
    Building a Simple Web Browser Using ActiveX (Example of ActiveX arcitecture)
    http://zone.ni.com/devzone/cda/epd/p/id/81 Hope this helps provide a bit of guidance. Cheers!  

  • HCM Process & Forms: Date & Time Stamp issue in Prev Comments Box

    Hi
    We implemented HCM Process and Forms and we are in EHP4.  We need user name, date and time stamp in each step for audit purpose.
    Form Process Example:
    Step1: Manager -> Initiates a Form for employee pay/position changes  (REQUEST)
    Step2: 1-Up Manager -> Approves a Form for employee pay/position changes (APPROVE)
    Step3: HR Admin -> Process a Form for employee pay/position changes (PROCESS)
    Process Overview: HR Admin can open a form once all steps are completed and they want to see all 3 steps date & stamp here.
    New Comments -> To enter user comments in each step. Used data type HRASR_CURRENT_NOTE
    Previous Comments-> To display prev. step / user's comments including user name, date & time. Used data type HRASR_PREVIOUS_NOTES.
    I tried all different property settings in the form. May be I am still missing some property settings here.
    Issue:  If user enters any comments in "New Comments" box then only date & time stamp is coming along with their comments in "Previous Comments" otherwise not showing anything, just blank in the Prev. Comments.  I added some code in form script in case no data in "New Comments" then default a value ":" . It is working fine for first step but not working the same for other 2 steps.
    Trying in different way:
    Creating 3 text fields in a form just for display purpose and modifying each field (data set) with some text (combination of user name, system date and time) at each stage/step in a BADI.
    Method: IF_HRASR00GEN_SERVICE~DO_OPERATIONS
    Here it is updating correctly for first step/stage (REQUEST) and other 2 fields are not updating accordingly. I did debug for each step and updating the data set correctly but finally not dispalying the valuse in a form except first field.
    Can someone please share your ideas or inputs.
    Appreciate your time & help!
    Thanks
    Hari

    Hi Sahir
    Thank you for your reply.
    As I explained in my post, user details with date & stamp are coming when user enters some comments otherwise it is blank., All users may not enter comments because it is not a "required".
    HR is needed this for audit purpose, just at end of the process they need to see all user names, date & stamp in the form. Forget about comment boxes, Can't we make just simple text fields with user details for each step (all 3 stages)?
    FYI:
    Issue:  If user enters any comments in "New Comments" box then only date & time stamp is coming along with their comments in "Previous Comments" otherwise not showing anything, just blank in the Prev. Comments.  I added some code in form script in case no data in "New Comments" then default a value ":" . It is working fine for first step but not working the same for other 2 steps.
    Appreciate your inputs !
    Thanks
    Hari

  • Automator for PDF merge with variable

    Hi - very new to automator, but now very motivated to find a solution to this annoying problem.
    I have to scan expense receipts each week and upload them 1 by 1 into a client time & expense system. I don't think Automator can help me with this one.
    A second system requires all the expense receipts to be merged into a PDF and a 3rd copy emailed to an approver.
    This is what I would like automator to do:
    From my Expenses folder, where all my individual PDF's are located
    I select all my distinct PDF's for a particular week
    Using an automator service, right click style
    Using 'Ask for Text', I would enter the "Week of"
    My selected PDF's are merged into 1 PDF, with the name = "Week of <VAR>"
    Mail starts (can't figure out how to use Gmail in a browser in Automator)
    Creates a message to the approver guy with the merged attachment from #5 above
    Sends the message
    Quits Mail
    I can get the automator to run without the variables trick...but it really would save a lot of time if I could just key it in once (instead of #filename, #email subject, #body of the message).
    I also tried looking up the UUID for the variable and inserting it into the email body and subject line - but it didn't take.
    Can anyone help with this?
    Many thanks
    bforeste

    Can't help you with automator, but you can create an app with the applescript below that will do what you want.
    Procedure:
    1. Open the Applescript Editor by typing Apples in the spotlight search field and hitting 'return' on your keyboard.
    2. Copy the entire script below and paste it into the Editor window.
    3. Hit 'Command-K' on the keyboard and ensure there are no compiler errors. If there are, please look at the script and see if one part of it was highlighted. Report back what part of the script was highlighted and any error messages.
    If the compile didn't produce an error, then:
    4. Hit 'Command-S' on the keyboard, choose a snazzy name ("PDF merger" or something...) and a location to save it in (your Apps or Desktop folders).  Be sure to change the 'File Format:' to Application at the bottom of the Save screen before hitting 'Save'.
    5. The first time you run the app (you run it by double-clicking on it, like any other App), you'll be asked to put in the details manually. On subsequent runs, it will fill in the defaults for you. I haven't set up the default locations for looking and searching for the files as I'm not sure where they would be on your system. I can do that if you tell me the path from your 'home' or user directory.
    Also note, I've written the script so that it doesn't send the message until you've reviewed it. i.e., you might want to double check you've attached the correct file, or add a message. If you want it to send automatically without review change the following lines near the end of the script:
    change the line 'set visible to true' to 'set visible to false'
    change the line 'save' to 'send'
    property defaultFolder : ""
    property msgSubject : ""
    property theRecipient : ""
    property theWeeklyname : ""
    property outputFile : ""
    getInfo()
    mergePDFS()
    sendMail()
    on getInfo()
              display dialog "Type the recipient's email address: " default answer theRecipient
              set theRecipient to the text returned of the result
              delay 0.25
              display dialog "Set the subject of the message: " default answer msgSubject
              set msgSubject to the text returned of the result
    end getInfo
    on mergePDFS()
              display dialog "Please choose the files to merge…" default button "OK"
              set inputFiles to choose file of type "PDF" with multiple selections allowed without invisibles
              delay 0.25
              display dialog "Please choose a folder to save the merged PDF…" default button "OK"
              set outputFolder to choose folder
              delay 0.25
              display dialog "Type the name of the combined pdf (without the .pdf extension): " default answer theWeeklyname
              set theWeeklyname to text returned of the result
              set outputFile to (outputFolder as text) & theWeeklyname & "(" & (count of inputFiles) & ").pdf"
              set pdfFiles to ""
              repeat with p in inputFiles
                        set pdfFiles to pdfFiles & " " & quoted form of POSIX path of p
              end repeat
              do shell script "/System/Library/Automator/Combine\\ PDF\\ Pages.action/Contents/Resources/join.py " & "-o " & quoted form of POSIX path of outputFile & pdfFiles
              return outputFile as alias
    end mergePDFS
    on sendMail()
              tell application "Finder"
                        set theAttachment to outputFile as alias
              end tell
              tell application "Mail"
                        set newMessage to make new outgoing message with properties {subject:msgSubject, content:"" & return & return}
                        tell newMessage
                                  set visible to true
      make new to recipient at end of to recipients with properties {address:theRecipient}
                                  tell content
      make new attachment with properties {file name:theAttachment} at after the last paragraph
                                  end tell
      save
                        end tell
              end tell
    end sendMail

  • Send form. data from standalone pdf to LC Forms

    Hello,
    I am new in Adobe LC ES platform and would like to ask for advice with following.
    I need to provide user with a standalone pdf form, user should then be able to fill the form and send it to LiveCycle Forms server.
    I originally thought that easiest way to implement it is via SOAP, but I have not been able to make some working HelloWorld example. I have red some articles that suggests some workarounds (pdf form -> webserver -> SOAP to LC server; or to use coldFusion).
    Is there any tutorial or example which would describe posting of form to LiveCycle forms, when not using LC Workspace (not over mail or watched folders) ? Or what way would you suggest to deal with this ?
    Do I need reader-enable form to make SOAP call to store form data by Reader?
    Thanks.

    It looks, that using web services may be after all most suitable for task needs.
    Perhaps last problem I have is to properly bind pdf form  to a process variable.
    I need to send pdf form to some livecycle process, which would store form entries to database. I am trying it in this way:
    - as a process start poin is defined [Set Value] service with execute action.
    - there is defined input, process, required variable "form" of type xfaForm with associated template-url pointing to mentioned .pdf form
    - in [Set Value] service it is only asserted some parts of "form" variable to another process variables
    tests:
    If I run process via wokbench (right-click on swim line + ivoke process), it returns job-id and values are stored in db (internal adobe table created for this process). But if I send (soaps) directly the pdf form and sniff the response packet, there is :
    <faultstring>
    The input BLOB object should have attachmentID, remoteURL, or binaryData field specified.
    </faultstring>
    ... and nothing is stored to db.
    Am I doing wrong mapping (wrong variable type? wrong assertion? ) or is this way bad completely.
    I have searched some article about the process side of WS binding, but haven't found nothing for LC 8.2.
    Thanks for advice.

  • Share form data between PDFs

    I have a series of 26 PDFs that are all different forms to be filled out during a real estate short sale. Each form is unique but there are several pieces of data that need to be repeadidly entered (i.e. client's name is on every single form normally multiple times.) Is there a way that I can connect the form data between each PDF so that when I fill in the data on one form it auto populates the form of the other PDFs?
    I know how to do this within a single PDF (Just name the different fields the same and it copies the contents of that form box to all of the others) but I was hoping to be able to keep these PDFs seperate as normally only about half of the forms are actually needed.
    Thank you for your help in advance.

    Why don't you store the user's information in an ACCESS database table, and pre-populate the PDF from the datasource using a 3rd party form tool.
    Tools clients will need:
    Internet access
    PDF Reader
    Tools developer will need:
    iText (PHP/JAVA), iTextSharp (.net), or FDFToolkit.net (.net)
    MS Access
    (PHP Editor, Notepad or Visual Studio)
    For more information:
    http://www.fdftoolkit.net/

  • How to copy form data from one pdf to another?

    Hi,
    I have created a pdf, added form data to it. Saved the form data as a fdf file - all good.
    I've updated the document and saved as a new pdf and would like to load the fdf data into it.
    So I select tools - forms - more forms options, and press the "import" function  - it goes grey and nothing happens.
    If I re-open the document the import function remains greyed out.
    I can find no way to import this data.... any ideas?
    I've tried going into form edit mode - adding a new field.  The import option is no longer greyed out so I click it and can select the fdf file hit open and ... the dialogue disappears and nothing happens.
    Is my Acrobat XI 11.0.07 badly installed - or what?

    You need to learn about the different types of PDFs. PDF/ A is an archive format that does not allow changes. PDF/X is used for graphics exchange
    For forms I would use only the PDF with a target version. Do not use the Optimizer feature.
    Forms always become larger due to the need to include the font for the various form fields. You might have to review the type fonts used by the form fields and one standard font as much a possible.
    It is possible to use the FDF file to move field values from one PDF to another.
    If you are trying to replace the underlying content and keep the form fields, use the replace pages.

  • How to generate a new predefined PDF from certain form data?

    Hi,
    I want to create a form (in either Word or PDF) with diffrerent sections for people to fill out. I then want them to easily turn some of the data from the form into a new predefined PDF template.
    For example, I have created a case study form for academics to complete. Then i'd like them to be able to generate an actual case study that they can distribute. The case study will be a predefined template that only needs to contain certain data from the form. Some of the sections on the form will be for internal purposes only.
    How can i do this? I have Abobe Pro, but not everyone does.
    Thanks
    Kellie

    This type if thing is fairly easy to do for people who have Acrobat since the form data can be readily exported from one PDF and imported into another, but this isn't an option with Reader. There are methods you can use to easily copy data from one form to another with Reader, but it relies on JavaScript programming in both of the forms. If this sounds like something you want to pursue, post again and I can provide some guidance.

  • PC users can't save PDF form data from form created on Mac

    I'm trying to create a PDF form for a client that will be accessing the form on a PC. However, when the client opens the form, a message appears saying that any data filled in the form cannot be saved and the document must be printed. If the client tries to "Save As" a message appears saying the form will be saved without the data. This defeats the whole purpose of using PDF forms.
    What can I do to allow my client to save data in the form? When I check the permissions on my end, there is no security and no restrictions.
    Developer environment:
    Acrobat 9 Pro
    OSX Snow Leopard
    Client environment:
    Windows 7
    Acrobat Pro X

    Thanks for the quick response, Karl.
    The client downloaded the trial version of Pro X, to verify that the form works before buying. Would the trial version impose restrictions?
    The client does not want to store data on a server. He wants the form to function as a template that he can save-as to customize. The completed forms will be shown on the computer as a part of a presentation, sometimes without Internet access.
    I tried using the Advanced > Extend Form Features options to enable to ability to save form data, but when I tested the PDF on my PC (Vista, latest version of Reader) I got an error message along the lines of "this document has been modified from previous version, please get a copy of the original" and all form fields are gone.
    I'm currently downloading the trial of Pro X so I can test the PDF.
    I am also using a Javascript to allow the client to place photos in the document. This is achieved using a button with a Javascript attached to it: event.target.buttonImportIcon();
    This works correctly in my environment, but could it be screwing up the file as it's opened on a PC?

  • I would like to use Formcentral form data to populate a pdf with the same fields.  Is that possible?

    I would like to use Formcentral form data to populate a pdf with the same fields.  Is that possible?

    Randy,
    We have an application that I would like to have in Formscentral.  That application is also in a larger PDF file that once filled in populates all the other forms below it (lease, credit check form, ect).  If the Application on Formscentral keep the same field names as the pdf can I pull the data from formscentral and sill populate the old application pdf so that all the forms below it will be also populated. 
    Greg

  • Value Help for Date inverval in Variable Form in Visual Composer

    Hi all,
    I have created a variable form which has Date interval with value help as one of the parameters.
    when i click on the value help and select any date interval then it is displayed as say '20081015:20090101' but when i submit this value i get an error "INVALID_VARIABLE_VALUES".
    this variable is working fine when i manually enter the interval as '10/15/2008:01/01/2009'.
    is there any way where we can input the date interval value as '10/15/2008:01/01/2009' using the value help.
    any help is highly appreciated.
    regards,
    RK,.

    Hi Ramakrishna,
    Value help is considered as a popup iview in visual composer. You can change the fields in popup iview like normal iview. Drill down the popup iview of the value help and change the date format using DSTR function.
    Try the below link for change the date format.
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/63f340e8dd8431e10000000a1550b0/frameset.htm
    Regards
    Basheer

  • Lose form data when combining PDF fillable forms

    I would like to combine into one PDF document two completed form-fillable PDFs. The PDF forms have identical fields, but the data collected on the forms (from different users) is different, of course.
    When I add the second form to the PDF document containing the first one, the data from the second form is erased and replaced by the data from the first.
    So, I end up with a PDF document with two forms containing identical user data.
    I suspect Acrobat is freaked out because the forms contain the same field names or something. I know I can solve this by making a new PDF from the form-fillable PDF--flattening the layers, in Photoshop-speak. Is there another way to solve the problem?

    With Acrobat forms form fields with the same name and type will change together. This has how Acrobat forms have worked since they were introduced.

  • Exporting pdf form data to a web server via Submit Button

    Hi
    I am working on a project where a pdf form is dynamically filled by user information. So, when the user click Print Application on the web, it will create a pdf with form data and download to the user computer.
    After that, users will have to add more data (since not all user data is captured). Then, after that I'll want user to hit the Submit button so that the filled pdf form is exported as an xml file to a folder on the web server.
    I've been looking at the forum. There is a solution where I add a submit button on the form and add a submit form action with the link to localhost since I'm trying to test it out on my local server. But I keep getting the security certificate exception. I'm using Adobe Acrobat Pro 9.0.0. , Max OS x and Firefox. My question is that is there a way for user to just click submit button and the pdf is exported as xml to the server? Does it require additional scripting language?

    HI again,
    I want to have a pdf fillable form opened on a link.Once user has entered data, the user clicks a button(or some action to invoke saving). At this point I want the filled pdf file to be saved on a certain directory.
    How can save a filled pdf form in pdf format on a certain directory?
    Is it possible to dynamically give the final pdf a name so that it doesnt overwrite everytime it saves the file?

  • Email form as pdf (with data)

    I'm new to using LiveCycle and Adobe Forms- so I know this question is redundant.  I have read several threads regarding this same issue I'm having, but don't see any follow-up responses that provide solid solutions. 
    I have created a fillable form using LiveCycle Designer 8.0.  I need to be able to allow users to submit the filled out form as pdf via email (using Outlook-all users uave Outlook on their stations).  I've adjusted the button properties (using button, not email submit button), adjusted the xml code (to submit as pdf instead of xml), etc.  I may have done too much or adjusted things so that they negate each other.  I am able to get the process to work fine using Acrobat 8.0 Pro, but the button does nothing when using Adobe Reader XI. 
    Users will be using the Adobe Reader XI when filling out & emailing the form.
    All responses are greatly appreciated!  As usual..there's a time crunch with this project. 

    Looks like you need to Reader Extend the form.  Acrobat Pro has the capability to perform the functions you are after automatically.  If you want Reader to have the same capability, then you need to use PRO to 'Reader Extend' the PDF.
    If you have a LiveCycle server, that can be used as well - providing you have a server certificate.
    Please read the limitations in Pro for using it to extend documents - as per the EULA.
    Mark

  • Issue with PDF merging

    Hi,
    I am doing PDF merging using using assembler. But the issue is after merging some of the fields of pdf are non editable. Can some one tell me why this is happening.

    Please upload your document and ddx.

Maybe you are looking for

  • Bluetooth Motostream no longer working after upgrade

    I can connect but once i do nothing will play anything with sound, Chrome, Safari, iTunes, none will play anything. Videos won't start, iTunes won't even pretend to play. The really impressive thing is that I can't play anything even through the inte

  • New Characteristic in Report Painter using table CCSS

    Dear all, Can someone help me add characteristic "Original Business Transaction" COBK-ORGVG into a report painter report that is using table CCSS. Any help would be appreciated and points will be assigned. Kind regards to all. Orestis Chaitas

  • JavaFx Image Bundle Deployment

    Hi All, Is there way to dundle up multiple projects(apps) into one image? Basically I would like to deploy mutltiple apps with one instanceof runtime(jre). Thanks.

  • Cannot Drag and Drop a Field from Connection manager to a worksheet.

    Hi I've recently installed the latest version of SQLDEVELOPER (1.5.3) onto winxp. I used to be able (previous version) to drag fields from the connection manager and drop onto a worksheet to save typing the field name when writing sql. This new versi

  • Sql server agent permission

    Hello Experts Very Urgent here what kind of permission do we need to grant for night operators that execute/kick off a sql server agent job ? because I saw some of them have a sysadmin access? Always Thankfull!