Import XML into Single Page PDF Form - Form Repeats

I have a created a PDF form in Acrobat, which is a single page that has about 16 text fields to be filled in. The data I am importing is in an XML format. I am able to import the data for a single page with no trouble. I would like to be able to import multiple pages of data and have the form repeat with the corresponding additional data.
For example,
- I have a "grid report" that is 3 rows and 16 columns. Each row of data represents a separate page. The data is converted to XML format and saved as a single file (see below sample).
- I have a single page PDF Form with text 16 fields. The text fields correspond to the column data from the "grid report"
- (Desired) After importing the XML data into the single page PDF form, I would like to have a file that has 3 pages. Each page is a replicate of the original form.
          - The data contained in the 16 fields of page 1 reflect the data from Row1 of the "grid report"
          - The data contained in the 16 fields of page 2 reflect the data from Row2 of the "grid report"
          - The data contained in the 16 fields of page 3 reflect the data from Row3 of the "grid report"
I am not sure if I need to change the format of my XML, or if there is a way to add a tag of some kind at the end of the PDF From that indicates the (blank) form should repeat for each <Row> of data.
I am open to other reporting/form applications, but I am having a hard time finding anything online that indicates this specific functionality. I would think that this is a pretty standard process, but I am having quite the time finding a solution. Any help is GREATLY appreciated!
<?xml version="1.0" encoding="utf-16"?>
<Data>
  <Row>
    <BOL>82862AK</BOL>
    <Movement_Date>7/10/2014</Movement_Date>
    <Exporter_Addr_1>1568 Washburn Avenue</Exporter_Addr_1>
    <NetWeight>191,016.4580</NetWeight>
    <NetVolume>29,079.0000</NetVolume>
    <SpecificGravity>0.7879</SpecificGravity>
    <APIGravity>48.0913</APIGravity>
    <Energy>81.5100</Energy>
    <Chemical>ETHD</Chemical>
    <MovementLocation>Cherokee, IA</MovementLocation>
    <DestinationLocation>Toronto,ON</DestinationLocation>
    <Date>7/10/2014</Date>
    <City>Cherokee</City>
    <State>IA</State>
    <ZipCode>51012</ZipCode>
    <Name>Processors</Name>
  </Row>
  <Row>
    <BOL>82862AL</BOL>
    <Movement_Date>7/10/2014</Movement_Date>
    <Exporter_Addr_1>1568 Washburn Avenue</Exporter_Addr_1>
    <NetWeight>190,497.5165</NetWeight>
    <NetVolume>29,000.0000</NetVolume>
    <SpecificGravity>0.7879</SpecificGravity>
    <APIGravity>48.0913</APIGravity>
    <Energy>81.5100</Energy>
    <Chemical>ETHD</Chemical>
    <MovementLocation>Cherokee, IA</MovementLocation>
    <DestinationLocation>Toronto,ON</DestinationLocation>
    <Date>7/10/2014</Date>
    <City>Cherokee</City>
    <State>IA</State>
    <ZipCode>51012</ZipCode>
    <Name>Processors</Name>
  </Row>
  <Row>
    <BOL>82862AM</BOL>
    <Movement_Date>7/10/2014</Movement_Date>
    <Exporter_Addr_1>1568 Washburn Avenue</Exporter_Addr_1>
    <NetWeight>190,497.5165</NetWeight>
    <NetVolume>29,000.0000</NetVolume>
    <SpecificGravity>0.7879</SpecificGravity>
    <APIGravity>48.0913</APIGravity>
    <Energy>81.5100</Energy>
    <Chemical>ETHD</Chemical>
    <MovementLocation>Cherokee, IA</MovementLocation>
    <DestinationLocation>Toronto,ON</DestinationLocation>
    <Date>7/10/2014</Date>
    <City>Cherokee</City>
    <State>IA</State>
    <ZipCode>51012</ZipCode>
    <Name>Processors</Name>
  </Row>
</Data>

Hi there,
Your discussion was moved to the Acrobat Forms forum: the folks here should be well suited to answer your question.
Best,
Sara

Similar Messages

  • How to split a parallell-page PDF into single-page PDF

    My situation: I have a few hundred pages of files I made quite a few years ago, optimized for "self-publishing" via the printer. I no longer have any source files (my own bad). These files have 2 pages next to each other in an A4 landscape PDF. I would like to change and combine these files into a US Letter portrait PDF.
    I have browsed earlier, similar threads, most notably the most referred to thread:
    http://forums.adobe.com/message/3331516
    which recommends using Adobe PDF printer. However, as this thread points out, and as I for one have found on my own system (10.8.3), Adobe PDF printer is no longer an option on Mac OS X (version 10.6 and on):
    http://forums.adobe.com/thread/556366
    So the question then is: How do we now split double-page landscape PDFs into single-page portrait PDFs?

    Since at least OSX.5 adobe has removed PDF Printer which was begining to fail it was written in Adobe's altered version of javascript and it was a wonder it was working to begin with They replaced it with an Automator action that's called up through the print Driver.
    Here are the steps for applications other than Acrobat.
    create you doucument. laying it out the way you want it.
    Go to Print menu.
    click and hold the pdf button - a context menu pops up.
    now scan the list of choices and choose Adobe PDF or Adobe Quality PDF (depends on version of OS)
    wait for direction fields to come up and make the desired choices (the first screen is basically job options).
    when asked ask for name either ecept name give or choose name of your choice.
    Browse to desired location for file
    then click save.
    How the PDF is layed out in acrobat is determinedby acrobat. Adobe add an additional Layer on top of the Print Driver. You can by pass it and use the Print Driver but if there is an orientation switch in your docment the page is turned so everything comes out with same edge of Paper
    Oh, look out for a Grand idea Adobe did that even Forest Gump would have left alone.
    If you want to do duplex printing to a PDF with more than one page you won't be able to do so whether you have your printer setup for duplex printing. You can go back and forth from printer setting s to Printer setting toggling off and on til you turn blue in the face. You have to go into the document properties and loo for a command called SIMPLEX printing its on by default and needs to be turned off. Even my cat Boots would be smart enough not to put that in.
    This settinging does not permanently turn off and you have to do with each document you create or resave.

  • Exporting a multipage InDesign document to single page PDFs but with unique filenames using scripts

    Hi,
    I'm using InDesign 5.5.
    My goal is to export a multipage InDesign file into single page PDFs but each single PDF must be uniquely named.
    For example;
    InDesignFileName_487275123.00.pdf
    InDesignFileName_734876882.00.pdf
    ...and so on.
    I've spent a great deal of time searching online and the closest I have found is  software called Output Factory which works fine.
    The way Output Factory works is by placing a script label within a textframe on the master page in InDesign. Then whatever is typed into the text frame on each the separate pages defines the file name of each separate page.
    However if I can solve this problem without any investment costs my boss will be very happy
    I found PEU5 which works great for exporting into single pages, it's now a case of naming each single PDF but I know nothing how about to create a script but I get the gist of what they do. My understanding is that a script could solve the second half of my problem.
    Can anyone help?
    Thanks.
    S

    Thanks Peter but but I don't think this is what I'm looking for.
    I did find this post http://forums.adobe.com/thread/841982 but I can't seem to get the script to work.
    This is the error message I get when I run the script... any ideas what I'm doing wrong?

  • Combining Contents of 2 PDFs into a single page PDF

    I need to combine elements of two different PDFs into one, single page PDF.   
    One PDF is Template of sorts with headers to be edited, the other PDF is a non-ocr scan that includes text and images.   
    I've found no way to copy and paste on a single page b.t two PDFs. I've tried pasting into an inserted page and then dragging it up or cutting and pasting within the document (with the intention of deleting the unneeded second page) with no luck.
    This seems like it should be such a no brainer. Open 1st PDF, Open 2nd PDF, make selection Ctrl C, go to 1st PDF, place cursor where desired, Ctrl V.   But it doesn't work at all in an intuitive way like any other document program where you can cut and paste with ease b/t documents and even b/t programs.
    So instead, I've copied the part of the image PDF I want into the original word doc of the template, then created a PDF from that.  However, when I try to tell Acrobat to make the entire document OCR, it tells me it can’t b/c it contains renderable text (the header information, I’m assuming).  If I run the OCR on a PDF containing just the image, it does it no problem.   
    What is the best way to bring these two documents together in way that results in a single page, completely searchable PDF? 

    Unfortunately, another $700 software purchase is not in the cards and I can’t wrap my mind around why it should be necessary.  It seems so nonsensical to me that Acrobat has all these advanced functions for editing, combining, making portfolios etc., yet can not perform the simple task of cutting and pasting between two documents.
    While Adobe support was putting me on hold, I doodled up some generic sample documents that I could upload here to illustrate the problem. Hopefully, someone can play with these and give me a workable solution.
    The first PDF, Original Acme Clip, represents the file that is provided to me by our clipping service. They cut the item out of a magazine, put the customized info into their standard template in whatever word processing program they use, printed it out, pasted the magazine clip to that page and then scanned the hard copy to PDF-as an image only PDF, it is not optimized for optical character recognition and is not searchable.
    The second PDF, Final Acme PDF, represents the file that our workflow eventually ends up as-a PDF containing only the info we want, formatted as we want, in which both the headers and clip content are searchable. To get there currently, we print out the Original ACME Clip, type the relevant info into the headers of a Word template that includes our logo and standard footer, print out the Word template page, manually cut out the scanned image from the PDF, and paste it onto the template paper.  The resulting paper is scanned into the Final Acme PDF and OCR is run on the whole thing to make it all searchable.
    What we’d like to do is skip all the printing, and manual cutting and pasting. Any and all suggestions for work in Acrobat 9 Pro to do this would be gratefully appreciated!

  • Place Single Page PDF Multi Times into a template

    Say for instance I have a Business Card 90 x 55 which needs to be placed on a 8up layout template ready for printing.
    How do I tell Indesign to place the single page PDF 8 times.
    Or maybe this way: Is there a way of telling Indesign to export a single page 8 times to the same pdf file. Size is not an issue for the PDF as it is only a tempary file.

    I have set up a template with Place holders for the pdf to be placed in, then to place the pdf all i have to do is click inside each of the place holders and wala they are there.
    So on my 8up template i have all my required items ie: colour bars, crop marks, and guides all on their own layers, and the 8 boxes on their own layer, I import the PDF loading my curser, click on a box and artwork is placed exactly where I need it to be.
    You are right about step and repeat being one way of doing this, but I think my way if I can work it out will be even faster, no mesurements to remember no typing just 8 quick clicks.
    If by any chance I need more then 8 up adding a page is no problems the boxes are on the master page and I just release the objects on the artwork layer and its ready to go again as many times as I need it.
    What do you think of the idea to Print to PDF is this a lower quality way of making the PDF.

  • How do I output a large pdf into single pages for press?

    How do I output a large pdf into single pages for press?

    It is certainly a good point that, if they need the files separately, and don't even know how to use Acrobat to split it themselves, it might lead one to question their expertise in the PDF field.

  • When inserting a single page pdf into another pdf, some of the text disappears

    Currently working on a fairly big pdf. Have a single pdf which opens up fine. What i am trying to do is insert this single page pdf into the larger document. When it is inserted, not all the characters are being displayed like b, v, u etc. If I highlight the areas that have the text missing and choose copy, and paste it into word, all the text is there. Its just not actually showing in the final pdf. What has got me, is that if I open the single page pdf by itself, it opens up fine. Parts of the text only disappear when it is inserted into the larger pdf document. Any thoughts as it has me stumped!!!

    Does the Visio PDF look correct in Acrobat? You might try to save the VISIO file as an EMF file or other vector graphic and create a PDF from there. VISIO has had major problems in the past and that may be associated with your problem.
    Just for the heck of it, have you tried the reverse insertion? Try inserting the longer PDF into the single page one and then move the page to where you want it with the pages view.
    Excuse my mood, but I am real tempted at this time of the evening to simply say your error was in using VISIO. Like I said, sorry.

  • Howto import XML into Excel table ?

    Hi,
    I asked this before in the Excel forums but received the suggestion that I ask here instead.  The question precis : How to ungrey the "Append new data to existing XML lists" checkbox so I can select it when importing XML data into an Excel
    spreadsheet.
    I have a local server which provides data in XML form and need to import successive reloads of the XML page into successive lines in an Excel spreadsheet.  I found the Excel help page entitled "How to use XML in Excel 2003" at http://office.microsoft.com/en-gb/excel-help/how-to-use-xml-in-excel-2003-HA001101964.aspx?CTT=1&origin=EC001022986
    which was useful in so far as permitting me to import the data using the XML Source task pane and mapping the elements I need from the XML source to columns in the spreadsheet.
    In order to append successive lines from the XML source page, as I understand it from the link I quoted,  I need to change the XML Map properties to "Append new data to existing XML lists".  However this checkbox is greyed out in the
    XML Map properties dialog box so I can't select it.
    Any ideas how I can achieve my aims here ?
    Thanks in advance,
    Mike

    Hi Mike,
    Thank you for contacting Office IT Pro General Discussions Services. 
    From your description, I understand that you tried to import XML into Excel table. You selected “Use the XML Source
    task pane” when opening the XML file, then you tried to check the option in the
    Map Properties window: "Append new data to existing XML lists". 
    However, this option is grayed out. If there is any misunderstanding, please feel free to let me know.
    I have checked the issue on my side but could not reproduce this issue. I suggest download the sample XML file as suggested on the page and test the
    issue again:
    http://www.microsoft.com/downloads/details.aspx?FamilyId=B4BD3283-AD0B-408D-9CE7-AB9C3537BBBB&displaylang=en
    If the problem does not occur with the sample XML file, this issue might occur as there are some problems with the XML you were using.
    If the problem also occurs in with the sample XML file, this issue might be related to some third-party software conflicts. I suggest checking this
    issue by starting Excel in the safe mode.
    Start the Office program in safe mode
    ==============
    1.      
    Click Start, point to All Programs, and then point to
    Microsoft Office.
    2.       
    Press and hold the CTRL key, and then click
    Microsoft Excel.
    If the problem does not occur in the safe mode, this issue might be related to some third-party add-ins in the Excel program, we can try to disable
    them. Normally, you could do the following to disable the conflict add-ins in your Excel program:
    Disable add-ins
    Click
    Tools > Options > 
    Add-in, click Go button in the Manage:
    Com-in Add.
    Check if there are any add-ins,
    clear the checkbox to disable them.
    Close the Office program and
    restart it.
    Add one check back each time to the list of Add-In,
    restart the Office program, and repeat the above procedure. Once the issue reappears again, we can determine which add-in causes this problem and then disable it.
    Please take your time to try the suggestions and let me know the results at your earliest convenience. If anything is unclear or if there is anything
    I can do for you, please feel free to let me know.
    Best Regards,
    Sally Tang

  • Can't Figure Out How To Import XML into a Table?

    HELP!
    I've been using InDesign for several years now... but everything Ive ever done has been basic one off layout concepts.
    I am working on a website for a musical theater actress and for her resume, Id like to make a PDF which lists in table format the show, theatre and role she had for each job.
    I could do this manually... but Id really like to learn how to just reuse the same XML data that I have for her website and import it into InDesign.
    I have looked at Adobe's help file, I have scoured the internet, and I still can't figure it out... I have done like the adobe support file says... and I cant seem to get the values I create in her resume xml file to show up in a table I create in InDesign.
    I even tried to simplify it for the learning process and did something as basic as an XML file that has 5 colors... couldnt even get that working.
    So could someone explain it to me like Im a 5 year old... how to take a XML file, import it, place it in a table and have the data actually show up in the table.
    thanks,
    brian

    Are you sure you want to use XML with tables for this? No doubt importing XML into tables is useful for some specialized tasks, such as importing formatting information inside the XML itself, but for most of the familiar tasks that XML excels at, tables are neither necessary nor useful.
    In my (limited) experience, if the XML elements are well-differentiated, by which I mean different types of data have their own distinctive tags, then the special powers of XML can be exploited more fully using the more familiar tagged text, nested tags etc. in ordinary text frames using paragraph breaks, tab characters, etc. to achieve a suitably "tabular" finished appearance.
    If you must import XML into tables, I recommend Adobe's own PDF "Adobe InDesign CS3 and XML: A Technical Reference" availabe here:
    http://www.adobe.com/designcenter/indesign/articles/indcs3ip_xmlrules.pdf
    It sounds very daunting -- the words "technical reference" make me shudder -- but actually it's very readable and not very technical at all. Some nice pics and everything!
    Jeremy

  • Need script to place multiple single page pdfs in ID pages

    Does anyone know of a script that would place a whole folder full of single page pdf files into an indesign document one per page, alphabetically by pdf file name, and ideally add new pages as needed. The last part is optional, as the ID document could already have the required number of pages, all using the same master page with the the picture frame already in place.
    In my current project, the pdfs are all the same size as the ID document page size.
    This would be along the lines of the scripts that place multipage pdfs, but for single page ones. I have tried first creating a multipage pdf by inserting a folder full of single page pdfs at the end of an initial pdf. Acrobat 8 pro does this very well indeed, but selects the pages from the source folder in random order. I need them in alphabetical order.
    Thanks for any insight,
    Al

    For this project I could equally well use a script that would place or re link to a new pdf in a single page ID document, print device independent postscript with some sort of unique or sequential filename, and repeat the process for a whole folder of source pdf files. No new pages need to be added, and the new pdf could replace the prior one.
    What I am after is a device independent ps file for these pdf files. The ones produced by batch processing from Acrobat 8 Pro do not offer enough control, as in that method I would need *only* the black separation.
    Thanks,
    Al

  • Creating single page pdfs from a brochure designed in spreads format

    Hi there,
    So I've been asked to take a brochure that is in spreads, and save each panel as a single page pdf. So basically, in document setup, the page size is 17.75 x 8.5).  There are four panels, each panel is roughly 4.3708 x 8.5. The problem is, each panel was not created as a single page in indesign...instead, it's set up as a 17.75 x 8.5 document and the panels are created within that document size.
    I guess I wanted to find out if there is an efficient way of creating these single panel pdfs from what I've been given.
    Anybody know?

    It's either copy/paste into a properly laid out facing pages document (the best choice if it will need editing in the future), or place the pages, each one twice, into a facing pages pages doc and crop the wrong half off each page. In either case, you'll need to rearrange the pages into readers' spreads.

  • Is it possible to import xml into Adobe Muse to populate content similar to InDesign?

    Is it possible to import xml into Adobe Muse to populate content similar to InDesign?

    The only way I see this would be possible is through using JS that you can insert using the Object -> Insert HTML option, you may grab the XML to HTML code from here - http://www.w3schools.com/xml/xml_to_html.asp
    In order to test this out, simply download the sample XML file from the following location - http://www.w3schools.com/xml/cd_catalog.xml and save it somewhere locally. Now add this file to your Muse project using File -> Add Files for Upload option, it would then appear within the Assets panel.
    Add the code to your page and update the path referencing the file cd_catalog.xml to assets/cd_catalog.xml. Now on previewing the page in browser, you should see the populated HTML from the XML.
    Thanks,
    Vinayak

  • How to import XML into SQL Table

    Dear all,
    There are a lot of books about exporting data into XML format.
    Actually, how to use XML Documents? Sorry I am new that I ask such a question.
    What i think may be exchange or save data using xml. If so, How to import into MS SQL table? Do it need to do any mapping?
    Appreciate for your hints

    Are you sure you want to use XML with tables for this? No doubt importing XML into tables is useful for some specialized tasks, such as importing formatting information inside the XML itself, but for most of the familiar tasks that XML excels at, tables are neither necessary nor useful.
    In my (limited) experience, if the XML elements are well-differentiated, by which I mean different types of data have their own distinctive tags, then the special powers of XML can be exploited more fully using the more familiar tagged text, nested tags etc. in ordinary text frames using paragraph breaks, tab characters, etc. to achieve a suitably "tabular" finished appearance.
    If you must import XML into tables, I recommend Adobe's own PDF "Adobe InDesign CS3 and XML: A Technical Reference" availabe here:
    http://www.adobe.com/designcenter/indesign/articles/indcs3ip_xmlrules.pdf
    It sounds very daunting -- the words "technical reference" make me shudder -- but actually it's very readable and not very technical at all. Some nice pics and everything!
    Jeremy

  • Can't send single-page PDF files to other apps

    When someone emails me a PDF with multiple pages, the files appears as an attachment in the email and I have to click on it to view it.  Once I click on it, I am taken to a full screen view of the PDF and I can scroll to see the other pages.  When I tap the screen, the square with an arrow point up appears in the upper right corner.  When I touch the square with the arrow, I am given the option to send the PDF to Messages, Mail, etc.  I also have a app on my iPad called PDF Expert and I can send it to this app as well.  PDF expert lets me draw on the PDF so I can sign documents. 
    So here's the problem.  When a single-page PDF is sent to me, it appears in-line, in the email body itself.  It does not appear as an attachment.  When I click on it, instead of it taking it to another page where I can view it full screen, it gives me the option to Select or Copy.  This doesn't help me at all.  I have had this problem with images showing up inline in the email body as well. 
    Being able to see the attachment inline is a nice idea, but there absolutely needs to be a way to send it to another page to be viewed full screen and to give the option to send it to other apps.

    I have been having the same problem... Here is how I solved it.
    I removed all graphics from my automatic email signature line and then it worked!!!! For some reason, the ipad mail app cant handle a graphic signature block and an attachment.
    Good Luck!

  • In the mail app why can't I see single page pdf attachment created by SSRS R2 on iPad with iOS 8?

    We have reports that are generated using Sql Server Reporting Services 2008 R2 and are distributed to users by email as a PDF attachment.  This worked fine in iOS 7 but ever since users have updated to iOS 8 the single page PDF is missing even though it has the paper clip icon indicating there is an attachment with the email.  If the PDF is multiple pages then the PDF icon would appear but there seems to be a problem with the single page pdf that is embedded on the mail app in iOS 8.
    We've recreated this issue creating a test report and sent it to iPads that have iOS 7, iOS 8 using different models of iPads (2, 3, 4) and the ones that have iOS 7 work fine.  Only the ones that have iOS 8 have this issue.  Also tried changing the format of the file to a PNG, TIFF and again the same results on the iPads with iOS 7 display it correctly.  Another test we did was send the PDF to our personal email and open it on our home iPads we were not able to see the single page PDF on iOS 8.  Looking at the headers of the email I can see the that the Content-Type is multipart/mixed.  When the original is forwarded to oneself on the iPad the attachment is included but the Content-Type is application/ms-tnef.

    Can you check your email headers, I have also noticed this for reports that are generated using Sql Server Reporting Services 2008 R2. It could to be due to the Content-ID header I believe.
    As a single page attachment on iPad will try and display inline, the Content_ID header is possibly affecting this and showing a small blank square as the image instead. Although this isn't defined as inline within the Content-Disposition header and will appear as an attachment on Outlook.

Maybe you are looking for

  • LZW Patent expired 2 years ago.  Why no JAI Support?

    The Unisys patent on the LZW algorithm expired in 2003 and 2004. Why is there no support for it in JAI yet? http://www.unisys.com/about__unisys/lzw

  • Is there any application that can synch mac thunderbird contacts with Android phone?

    I am running OS X 10.9.2 with Thunderbird 24.4.0. Android phone is a Galaxy Nexus with Android 4.2.1. I have been search long and hard for a app that will allow me to synch Thunderbird contacts on the phone. None work so far.

  • Unable to edit My Settings

    My daughter put her name as an alia in my account and I am trying to change it to my name. When I try to delete the alia in My Settings the page closes without making the change. I am also unable to edit my own name but am able to make other changes.

  • Issue with 9keo

    Dear experts We have recently configured the New GL functionality in our system. In this we have also configured the Real time integration configuration points like creating the variant and assigning the same to our company code. In the variant, I ha

  • Cannot find documentation for MRCA

    Now that the new MRCA tool version 10.1.2.0.3 is available where is the documentation for it? I have only been able to find docs that were last updated in August. I'm going to install in a 10.2.0.1 db and I need the pre-install info. Thanks, Denise