Merges multiple data on one page

I created a post card that I need to be sent to customers. To save money, we put three postcards on 12 x one 18 sheet of paper. I'm putting three mergers of data on each sheet for the addresses of customers. Is this possible? I can provide a picture if necessary.

Hi ryaniscreative,

It is quite possible, as I often do for the variable data on labels Avery labels. However, our printer should be able to get this done for you automatically if you print this digitally. Our Canon printers have the ability position (front and back) 2 - up, 3 copies files, etc. I don't know that this is the case for most digital printers on the market. Ask your printer and they should do it automatically, in which case you build the file at full size and merge data as usual.

Never-the-less, here's how do it manually:

1. create your 12 "x 18" document in InDesign CC (2014).

2. drag your postcard art 12 "x 18" paper and create crop marks manually for this model of postcard art.

3. position the art of model of post card in the upper left corner of the document.

4. card all of your variables as usual in this art of model of a postcard on the two pages to your. CSV file.

5. in your data merge Paletteand in the Drop Down Menu in the upper right hand corner, select create a new Document merged.

6. in the section of documents for the Page of the Document , select multiple records and then at the bottom of the dialog box select Overview several cliché registration.

7. click on the multiple record layout tab.

8. adjust the margins and the spacing between the columns in the dialog boxes depending on your intention of positioning and design specifications.

9. press the OK button so that InDesign can start to create a merged document on all of your variables.* list *.

* If you just want to generate a PDF file then in step 5, instead of select Create a merged Document hit export to PDF.

NOTE: This is possible with a unilateral design. If you need to print graphics across the postcard (for purposes of dissemination of course), you will have to do this process again exactly the same way, in another document InDesign manually create pages between existing on the front pages and then paste in place, to another InDesign document.

Tags: InDesign

Similar Questions

  • Best way to move data from one page to another within the app

    Hi all as I started to write that and was way to complicated to explain in full without a novel.

    Brief description. I use the query string that begins in the parent (from href in JSON) window must then be moved in the iframe url when moving to other pages to avoid security as a page and iframe is conflicting http and https. and are not accessible... It seems that there must be a better way.

    So my question is what is the best way in a platform open to move data from one page to another?

    You do it this way, it's in the menu.json, but when you work within the iframe and if your loading pages in applications using vairable relative URLS cross they come through.
    Discovered only this framework using the browser and you can se the construction and scope of all URLS used.

    The apps are sandboxed you cannot access aything in the parent frame, this is a feature of derliberate if something you can not do.

    As I said, you have a few methods to your own data storage space.

  • Multiple textfields on one page or one?

    Hello

    It is better to have multiple textfields on one page (A4, nothing complicated, see attachment), or just one?

    I guess if I had to have one, by applying styles to paragraphs to titles, body text, and so on, I would get a more consistent spacing between things and I wouldn't have to depend on a manually by aligning things to grids on each page. Any thoughts?

    Much obliged!

    You better have all the text in a single image per page.

    You can use the paragraph Styles for the text you want to apply a space before and one space after.

    You can also apply to body text keep Options so that you have widows or orphans on your page.

    If you do things in indvidual blocks of text then this is a night Mare when the text moves as headers will not move with the text.

    With the help of styles will keep your coherent document and using the spacing options in the styles will keep the coherent document.

  • IDCS6 MACOSX JS: data merge multiple txt files one after the other

    Hello everyone.

    I have a situation where I have to data merge multiple text files to a single file indesign real "base". Databases formats are the same, the point of difference is a code in the second field of the database that refers to a postal box (not a zip/postal code, a code of 'distribution center' that has possibilities of 56 or greater). I would prefer data merge a file and then somehow split the PDF via Acrobat, but the length of postal areas resulting is incompatible and something that cannot be done if the document "split" feature in acrobat.

    The database starts as one massive file but using a one line code, can be divided into postal areas in separate text files.

    My last question: is it possible data merge several files at the same time (for example one after the other) and to give them their names based on the names of the input text file?

    OLE Kvern had a script to merge the data to a file without the user interface. I changed the last line slightly so that it generates a PDF file based on [high quality]:

    if(app.documents.length != 0){
            var myDocument = app.activeDocument;
            app.dataMergeOptions.removeBlankLines = true;
            //Select a source file.
            var myDataFile = File.openDialog("Select a data file")
            var exported = "file location(redacted for the sake of this post)"
            if(myDataFile != ""){
                    myDocument.dataMergeProperties.selectDataSource(myDataFile,);
                    myDocument.dataMergeProperties.exportFile(exported,"[High Quality Print]",);
            }
    
    }
    

    I guess that the answer has to do with the variable "myDataFile" and rather than just being open a dialog box, it could be somehow by selecting a table of text files, but it is where I am out of my depth.

    Ideas or thoughts which may not involve trying to do both the many mergers, but can somehow revolve around a great fusion of PDF?

    Thank you very much

    Colin

    Since writing my last response, I realized there was a better answer. It is a scenario of Peter Kahrel and a modified version of a script by Olav Kvern. Details can be found here: batch of merge data | Adobe Community

    I have since made other mods to the script is easier to understand:

    if(app.documents.length != 0){
    // make sure to use the document that is open
            var myDoc = app.activeDocument;
    // get the name of the document that is open for future naming purposes
            var myName = myDoc.name
    // get the location of the folder that contains both the indesign files and the text files
            var myLocation = "FULL PATH LOCATION OF FOLDER CONTAINING TEXT FILE AND DESTINATION FOR FINAL PDFS"
    // define the names of the data files to use based upon the names of the indesign files
            var myImport = myLocation + myName + ".txt"
    // define the names of the data merged PDFs to be created
            var myExport = myLocation + myName + ".pdf"
    // the actual engine for the merge, including DM instructions such as remove blank lines, object fitting etc.
            var myDataFile = myImport
            app.dataMergeOptions.removeBlankLines = true;
            if(myDataFile != ""){
                    myDoc.dataMergeProperties.selectDataSource(myDataFile,);
                    myDoc.dataMergeProperties.exportFile(myExport, "[PDF/X-1a:2001]", );
            }
    
    }
    

    If this script will automatically merge a file which is open as LONG as the data file is the same name as the indesign file with .txt at the end for example

    Woodward.indd (indesign file)

    Woodward.indd.txt (used for merging text file)

    This script does still not the original memory and who was using an indesign document, to browse for many text files and merging of PDF based on text files.

    HOWEVER, I am sure that the answer to that is based only on the use of the script above (no need to Peter batch convert script) and changing the line 9 to be a loop for... but again, this is where I come to a grinding halt. Any help would be appreciated.

    Colin

  • Print multiple photos on one page

    How can I select four photos to print on one page?  Whenever I select the second photo, one goes.

    Hi Sue

    You can use the free Live Photo Gallery to do this.

    Microsoft - Windows Live Essentials Download Center:
    http://www.Microsoft.com/download/en/details.aspx?ID=21732

    The Ctrl Key, select 4 photos you want to print.

    In the main menu, select print.

    This will show a printer configuration page where you can select how you want the willing photos, number of photos on the page and other options.

    Concerning

  • Data merge several people on one page

    I create a file of data merge to create a travelogue of emergency contacts. The previous file was done in Publisher (YUCK) and needs to be rethought. I'm trying to set up the file properly in InDesign to perform a data merge in which there are 3 contacts per page (one primary, secondary and substitute for each county in New York). See below

    Publisher File Screen Shot.jpg

    Currently, I can't figure out how to get multiple contacts on a single page. The way it is set up now, I can get information for a person to appear on each Board.

    InDesign Screen Shot.jpg

    Any ideas on how to help?

    You have the same problem with which I tried to help in this thread: repeat pages

    As you've found data merge InDesign really only merges a record of several sets of fields... OR (what you want)... multiple records to a set of fields.

    So what you need is just a set of fields; one. Follow these steps:

    And delete everything except the first page.

    1. Now, with emphasis on the page of the document (and not his mistress), choose Create a merged Document in the data merge Panel menu.
    2. Tab records the dialog box create a merged Document, choose multiple records in the accounts rendered by menu Page of the document.
    3. Check the box saw several shot record.
    4. Switch to Multiple record layout tab and set the controls to set folders as desired (3 per page) while previewing in real-time.
  • Multiple forms on one Page

    In my Web design, I have user account area that allows them to update their contact information.

    Bootstrap using fades, I put three forms in a single page, but in hidden sections.

    I'm doing so that when one of the forms has been changed, the Send button does not affect the other two forms and then produces a success message following this tutorial.

    My problem comes with first of all, the success message is not appear, instead, it presents a summary of submitting the web form, and second, the first form submits when changes are made to a different form.

    You can see the form here.

    Thank you.

    You can do this in two ways: add static content of 'Success' in the div from the outset and show it after sending the form, or dynamically fill the content of the div - these would work.

    Multiple forms - it seems that 2 forms, one with the personal details form ID and the one with the billing details of identification are the two using the function jqsub() in the AJAX submit. This is fine except in the jqsub function to form is hardcoded for personal details form, which means that when submitting or the other of the two form the staff-details-form is the one that is presented each time.

    Here the simplest solution would be to add a parameter to the jqsub function that specifies the ID of the form submit them, for example:

    function jqsub (formID) {}

    var $f = $('#' + formID)

    the rest of the function remains unchanged

    }

    and in the forms make sure to trigger a jqsub ($(theForm) .attr ('id')) instead of jqsub()

    I hope this helps!

  • Merge multiple records on a page

    I have two questions to properly set up a mail merge:

    1. I have a .csv file that contains many records.  All of the columns contains a single line of text.  I have a column in the record that contains several paragraphs of text.

    Problem: The merger see paragraph returns (or line breaks) as indicator to go to the next record.  What is the workaround for this?

    2. I need the records to flow one after the other.

    Problem: It is merge one record per page.

    Background which may help (maybe fusion is not the feature I use):

    I'm a newspaper design that contains about 150 book reviews.  The comments come from a database I export to a csv file.  Rather than the conversion/formatting of criticism of the database by hand (as I did), I thought that indesign must have automated a way to handle this.

    It is an example of what a single record looks like:

    Italian For Beginners

    By Kristen Hammel

    Random House, $12.95, 53 pages

    Don't be fooled by the //Italian for beginners / / picture of a look-alike of Audrey Hepburn on the back on an Italian bike with his arm around a handsome man in coverage. This novel is stronger and more than another story of love «American falls love in Italy» in  Yes, the Cat Connelly protagonist escapes in Italy to meet after tiring of being the center of dismay each one as a sister too-responsible single age of 34 years, daughter and granddaughter.

    And Yes, there is romance, but there is a twist.  The best part of the novel is to look at that cat lost his carefully constructed identity and the past.  Character of Harmel detects a from authentic Rome of a family, the insider perspective. Italizan zest for life and its own connection in Italy allows him to shake his accounting style character and take risks.  As Cat examines her deep fears and prejudices, she also discovers the things that give his true peace, joy and satisfaction.

    CAT will fall in love with a beautiful Italian? Or she will fall in love with his Italian heritage long repressed and the natural gifts? Read the novel to find out and you will also find a bonus at the end of the novel: five authentic recipes inspired by the Italian for beginners.  Mangi, mangi, buon appetito!

    Reviewed by John Smith

    Can anyone help?

    You will find a clever script, I think that the Rorohiko website which is screwed all of the individual records in a simple story (I think it is called text stitich or something like that. The strategy is to run, and then delete all but the first image, resize the image to fill the page, then pick up the text in excess and auto-flux on the rest of the document. From there, you can select all and copy. Besides, if you want to just copy and paste somewhere else, you could probably skip the part on the removal and autoflowing and do a select all and copy.

  • Use the model of multiple data in one report

    You can have several data model and integrated into one report?
    How can I do? Have some examples of how to implement this.

    Yes

    http://download.Oracle.com/docs/CD/E12844_01/doc/BIP.1013/e12187/T518230T518233.htm#4510518

    try to create a report with the two queries.

  • Mergeing multiple procedures in one package?

    Hello gurus,


    I m moving data from a diagram i, e la source (SRC) schema to the schema an another i, e target (trg) table, only selected columns of a few tables (i, e for 4 tables)


    I m, writing procedures to achieve and maintain this procedure a planner on a daily basis to load



    I m 4 procedures of writing for each of the table... is the procedure that I got
     
    
       create or replace procedure mov_tbl1
       is 
        cursor tbl1_cur as
          select  src.col1,
                     src.col2,
                     src.col3,
                     src.col4
             from source.tbl1 src
              where col1 = ' xyz'
           
        tbl1_cur_rec   tbl1_cur%rowtype;
            
          begin 
                for  tbl1_cur_rec  in tbl1_cur
                loop 
                    insert into tgt.tabl1(col1,col2,col3,col4)
                          values (   tbl1_cur_rec.col1,
                   tbl1_cur_reccol2,
                   tbl1_cur_rec.col3,
                   tbl1_cur_rec.col4);
                         commit
                      exception 
                         when others then 
                            rollback;
                  end loop;
          end;
    
       ---for table 2
    create or replace procedure mov_tbl2
       is 
        cursor tbl2_cur as
          select  src.col1,
                     src.col2,
                     src.col3,
                     src.col4
             from source.tbl2 src
              where col3 = ' abc'
           
        tbl2_cur_rec   tbl2_cur%rowtype;
            
          begin 
                for  tbl2_cur_rec  in tbl2_cur
                loop 
                    insert into tgt.table2(col1,col2,col3,col4)
                          values (   tbl2_cur_rec.col1,
                   tbl2_cur_reccol2,
                   tbl2_cur_rec.col3,
                   tbl2_cur_rec.col4);
                         commit
                      exception 
                         when others then 
                            rollback;
                  end loop;
          end;
    
       
    same procedures for table 3 and table 4...

    Here's my question...
      
    
    1.How can i build a single package for all these four procedures in one package ???
    2. ANd i don't want to call each procedure every time ...so can i do it by passing parameters ???  how can i accomplish that ??
    
     
    I m back to writing packets... all help is greatly appreciated... Thank you so much gurus!

    First your code does not compile because the exception block is inside the loop while begin and end are on the outside.
    You must decide whether a row error should invalidate the full load or if the wrong single line must be rejected, but all other lines have been downloaded.
    I guess you need that last so I change the code as follows:

    create or replace procedure mov_tbl1
       is
        cursor tbl1_cur as
          select  src.col1,
                     src.col2,
                     src.col3,
                     src.col4
             from source.tbl1 src
              where col1 = ' xyz'
           -- the record variable declaration is implicit in FOR LOOP
          begin
                for  tbl1_cur_rec  in tbl1_cur
                loop
                  begin
                    insert into tgt.tabl1(col1,col2,col3,col4)
                          values (   tbl1_cur_rec.col1,
                   tbl1_cur_reccol2,
                   tbl1_cur_rec.col3,
                   tbl1_cur_rec.col4);
                         -- REMOVED COMMIT, Commit outside or at the end.
                      exception
                         when others then
                           null; -- May be is better to (somehow) log the error ...
                  end;
                end loop;
          end;
    

    On the package, create you it in this way:

    create or replace package p is
    procedure upd (tab1 in boolean, tab2 in boolean, tab3 in boolean, tab4 in boolean);
    end;
    /
    
    create or replace package p is
    procedure upd (tab1 in boolean, tab2 in boolean, tab3 in boolean, tab4 in boolean) is
    begin
      if tab1=true then
         mov_tbl1;
      end if;
    
      if tab2=true then
         mov_tbl2;
      end if;
    
      if tab2=true then
         mov_tbl2;
      end if;
    
      if tab2=true then
         mov_tbl2;
      end if;
    end;
    
    procedure mov_tbl1   is
        cursor tbl1_cur as
          select  src.col1,
                     src.col2,
                     src.col3,
                     src.col4
             from source.tbl1 src
              where col1 = ' xyz'
           -- the record variable declaration is implicit in FOR LOOP
          begin
                for  tbl1_cur_rec  in tbl1_cur
                loop
                  begin
                    insert into tgt.tabl1(col1,col2,col3,col4)
                          values (   tbl1_cur_rec.col1,
                   tbl1_cur_reccol2,
                   tbl1_cur_rec.col3,
                   tbl1_cur_rec.col4);
                         -- REMOVED COMMIT, Commit outside or at the end.
                      exception
                         when others then
                           null; -- May be is better to (somehow) log the error ...
                  end;
                end loop;
          end;
    
    procedure mov_tbl2   is ...
    
    procedure mov_tbl3   is ...
    
    procedure mov_tbl4   is ...
    
    end;
    /
    

    You can call the procedure upd (calling others) this way:

    begin
      p.upd(true,false,true,false);
    end;
    /
    

    Update only table1 and table3.

    Max
    http://oracleitalia.WordPress.com

  • Multiple Webcontents on one page translates into crazy behaviors

    Hi people,

    Ive encountered a strange problem:

    I have 2 MSO placed on a page. the two MSOS can be activated (= become visible) and both of them have a slide show HTML (via contenuWeb) in the visible state. Each HTML slideshow contains different images and are the two HTML files separated into different folders...

    for example:

    User/dps_content/article_a/mso_a/Gallery/gallery.html

    User/dps_content/article_a/mso_b/Gallery/gallery.html

    However, every time I test the page with my iPad, two galleries show the same exact images. which of the images depends on wich webcontent that I placed last.  When I opened the two gallery.html in a regular as browser chrome or safari two slideshows are displayed correctly, so the HTML code works perfectly.

    any ideas?

    I have a PDF v22 with CS6 and iPad Folio 3.

    I'm sure that you must give the galleries of unique file names. If they are both called gallery.html you will encounter problems. It goes the same for assets used in the galleries.

    Neil

  • Photos of multiple passports on one page

    I need to print pictures of identity new for my work I have 60 passport photos to print how to print different photos on the same page. EG 16-a page of A4 format. So I'm not just print a picture on a single page.

    Chipmonk109

    The simplest is within the pse Organizer 9.

    Go to file > print, and choose either the Picture Package or

    Board-contact.

    more information:

    http://help.Adobe.com/en_US/elementsorganizer/using/WSae2ea3b149d0c3591ae939f103860b3d59-7 f1d_WIN.html

    MTSTUNER

  • Pass data from one page to the other

    Hi all, I'm doing an upload of CSV file in a database application, and I wonder if it is possible to transmit the data from the file field to another php file that performs the command insert the data from the csv file into the database? Thank you!!

    Wanqi

    Hi, good news! I managed to solve the problem. It turns out that the bug was the connotation of the variable. Thanks a lot for your help!

  • How to manage the attribute date, passing the parameter from one page to another

    Hi friends,

    I want to spend attribute data from one page to another page-

    I'm passing as below, in the log window jdev I get error below.
    String StatusUpdateDate = row.getAttribute ("StatusUpdateDate");
    params.put ("StatusUpdateDate", StatusUpdateDate)
    Error (121.50): incompatible types. found: java.lang.Object, required: java.lang.String


    Suppose that I'm passing as below, while moving from one page to the other, I am getting error in the application below
    String StatusUpdateDate = row.getAttribute("StatusUpdateDate").toString)
    Date of update of State - Houston-25009: failed to create an object of type: oracle.jbo.domain.Date with value: 26-MAR-2009

    Please you can suggest me how to handle this error.


    Thank you and best regards,
    Vandenplas

    Hello

    Vandenplas

    you're right, this method is to launch error, which is why I got, bcz timstamp is also not implmenting Serializable interface, is there he throwing error at run time

    u just go this way

    another page of request-Destination page Controller-Process-

    Add a new line below the following line

    DATE StatusUpdateDate = (DATE) pageContext.getTransactionTransientValue ("StatusUpdateDate");

    String stringStatusUpdateDate = StatusUpdateDate.toString ();

    and also in your AM CODE

    change your method like this

    public void testselection (String Name, String Email, String product, the string, String StatusUpdateDate)

    hope this will solve the problem

    thanx

    Pratap

  • Multiple Data Sources

    Can you Essbase to connect to multiple data in one same sources and build size and load data. We need to extract data from multiple data sources at the same time.

    PL suggest.

    Rahul

    You can have mutiple load rules and each rule charge using a different data source connection, a charge rule can use a data source connection well.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

Maybe you are looking for