How to flow text across multiple pages in 9

My form is lengthy, and one Master Page section will be text with no form fields, but the text is 10+ pages, depending on the version of terms and conditions provided.  In this link, http://forums.adobe.com/message/5112687, there is much discussion on how to accomplish in 8.2, but how would I accomplish in 9?  I would like to be able to paste the 10+ pages and have it automatically flow for that Master Page section. Have tried placing a text field and also tried a text into a flowable subform, setting it to multiple lines, keep with next, but just not sure how to set it up properly.  I can see the plus sign at the bottom of the text box, but when I preview, it does not flow to the other pages.  Was hoping to avoid setting up 10+ pages in the form, as from time to time these terms/conditions are updated, and it would be much faster to just be able to copy/paste from Word into a properly set up text field or subform.  Hope this makes sense, and appreciate any advice, thank you.

Get your text from Word (or wherever you'd like to edit the text so that it looks right).
Open a LiveCycle document (a new one if you're starting from scratch, anyway)
Select your page1 subform, set content to Flowed (Allow page breaks should set automatically).
Add a text field (make sure it's listed as a part of that page1 subform).
Change the text field's caption position to none and make sure Allow multiple lines is checked (as well as allow page breaks). Set height to auto expand
click on the default value for the text field. Paste that 9-page document inside.
Wait a few seconds (or minutes) for LiveCycle to catch up.
Preview and enjoy your new document with several pages automatically paginated for you.

Similar Messages

  • How to identify a user across multiple pages

    Hi,
    I'm doing a homebanking and I would like to know how to identify a user across multiple pages.
    I have already take a look at HTTPSESSION, but I didn't understand.
    Can someone help me.
    I'm send the servlet Logon.
    import java.io.*;
    import java.sql.*;
    import java.util.Date;
    import java.util.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class Cons_logon extends HttpServlet
         private Connection conexao = null;
         Login1 login1;
         public void init (ServletConfig cfg) throws ServletException
              super.init(cfg);
              try
                   Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
                   conexao = DriverManager.getConnection("jdbc:odbc:bank");
              catch (Exception e)
                   System.out.println(e.getMessage());
         public void doPost (HttpServletRequest req,
    HttpServletResponse res)
    throws ServletException, IOException
              String Suser, Spassword;
         PrintWriter out;
              res.setContentType("text/html");
    out = res.getWriter();
    String opcao = req.getParameter("log");
    Thanks

    I would recommend using the authentication mechanism that's guaranteed by the servlet spec. If you do that, you can just call
    request.getRemoteUser()
    to get the user name across multiple pages.
    If you want to use your own login scheme, you can create a new session object and map it to a user name somewhere in your app. Or you can just put the name of the user on the session. But the preferred way is to use the default authentication scheme defined by the spec.

  • How do you Spread an Image across multiple pages and print?

    I'm trying to create a large poster to be put on a bulletin board. I've mangaed to spread the image across multiple pages but I can't figure how to be able to print the pages have the edges line up successfully after cropping. I've been playing with the bleed settings but can't figure it out. Here a shot of what im working with:
    Im working in CS3 on Mac OS X

    Create your InDesign document at your final size and when you print it out put a check mark in the box for Tile

  • How to link text frames in Pages 5.2?

    How to link text frames in Pages 5.2?

    The correct term in Pages is Text Boxes, and true linking is not implemented in v5.2. You can Unite, Intersect, Subtract, and Exclude multiple Text Boxes via the Arrange panel. These attributes only appear when two or more Text Boxes are selected. Also, on the Arrange menu, you will need Object Placement set to Move with Text, and the Text Wrap set to None for more accurate positioning.
    In the following example, there was initially a Text Box with overflowing text that was duplicated. With both Text Boxes selected and aligned, I could then use the Unite feature from the Arrange panel. This allowed the text to flow into the second box. Selecting text in one box and dragging upwards continues the text selection between both boxes. Hoefler italic applied in one box is applied to both. Appropriately placed, another trip to the Arrange panel to enable Text Wrap around and text fit adjustments.

  • Verity search results across multiple pages

    Hi, I am attempting to implement verity search on my website and am using the code below for the search, and search results page.
    Currently the results are limited to 5 as specified by the maxrows command. How can I implement a forward and back feature across multiple pages? (like google search results)
    Search:
    <cfparam name="form.params" default="">
    <cfparam name="target" default="searchVerity">
    <cfoutput>
    <form method="post" action="results1.cfm">
    <p>
    Enter your search term(s) using AND, OR, NOT and parens.
    Surround an exact phrase with quotes.
    </p>
    <input type="text" name="params" size="75" value="#form.params#">
    <br />
    <input type="submit" value="Search">
    </form>
    </cfoutput>
    Result Page:
    <cfparam name="form.params" default="">
    <cfparam name="target" default="searchVerity">
    <cfsearch
    name="foundResults"
    collection="search"
    criteria="#form.params#"
    contextPassages = "1"
    contextBytes = "300"
    maxrows = "5">
    <hr />
    <h3>Search Results</h3>
    This search returned a total of <cfoutput>#foundResults.recordCount#
        </cfoutput> results.
    <cfoutput query="foundResults">
    <hr />
    <p>
    File: <a href="#foundResults.URL#" target="_blank">#
        foundResults.title#</a> (score=#foundResults.score
        #)<br />
    Highlighted Summary: #foundResults.context#
    </p>
    </cfoutput>

    Hi All,
    Has anyone tried to implement the jsptags in Servlets?
    I am using Servlets and required a Search display like this. I have my results being retrieved from a class and I am trying to display these results in a table format.
    i.e.
    Customer c = new Customer();
    c.retrieveCustomers();
    then i iterate through the customers
    while(c.next){

  • I am trying to highlight text on multiple pages, but Adobe will not autoscroll via cursor.

    I am trying to highlight text on multiple pages, but when I select the text and bring the cursor to the bottom of the screen Adobe does not advance the document. How do I make it so I can highlight from page to page without having to release the mouse button?
    Also, how do I get adobe to realize that there is a header and footer on each page, but the actual text in the file is in two columes. Is there a way to make this clear and embade it in the document so other programs recognize this too?

    Regarding your first question, change the view to Single Page Continuous.

  • Need to select and move images across multiple pages...

    Hi,
    I am using Indesign CS2 on a Windows machine and have a 25 page document with 4-up photos (4"X6") on individual pages. I used the ImageCatalog javascript to load these images so I don't seem to have any control from the Master page. I would like to group and move these images to a different location on their own pages.
    Do you know how to select these images across multiple pages? Or can a simple script be written to process this task?
    Thanks in advance for your help.
    -Greg

    Hi Greg,
    A script can certainly do what you want to do--but you have to be a bit more specific. Do you want to move them to different pages in some predefined way, or do you just want to adjust them a bit on the pages they're already on?
    Thanks,
    Ole

  • Select multiple frames across multiple pages for photos frames

    Hi people!
    How can i select multiple frames across multiple pages? I want my images to fit the frames by one click. I do not want to go through each page one by one . There must be some way to solve this.. or? Cant find a options that can do that so far?
    Useing Adobe Indesin CS6.
    thanks!

    suppien_ wrote:
    How can i select multiple frames across multiple pages?
    You can't.
    You can do it in Find/Change box. Set desired Frame Fitting Options in Object section and run find/change.

  • Orphan table header at bottom of page when page breaks a table across multiple pages

    Hi all,
    I think similar questions have been asked before but I have not found an answer.
    Here's the scenario:
    I have several dynamic tables in a dynamic form.  The layout is flowed, and everything can grow and shrink as needed.  That all works.
    However, my tables have headers.  Occasionally when one of these tables is large and needs to break across multiple pages, there will be just enough room at the bottom of the previous page to show the next table header, but not enough space to show any of the related table rows.  So it ends up looking silly, with just an orphaned header at the bottom of one page, and then the table continues on the next.
    I have my tables set up so that headers get repeated on subsequent pages, by setting the header row to "repeat row for each data item" on the binding tab.  I would like to keep that functionality, but I just want to find a way to avoid these "orphaned" table headers that sometimes appear.
    I have tried the "keep with next" option.  However, although this does push the rendering of the header to the next page, it seems that according to livecycle the table still officially began on the previous page.  Therefore I get a duplicate header because of the "repeat row for each data item" option.
    I have also tried having two header rows, one that is set to only be displayed on the initial page, and the other that is set to appear only on subsequent pages (pagination tab).  This did not work - I ended up with duplicate table headers.
    Can anyone help me?
    Thanks!

    You shouldn't have "repeat row for each data item" selected for header rows.
    You should have "include header row in initial page" and "include header row in subsequent pages" selected on the Pagination tab.
    Then using a "keep with next" might work ok.

  • Table not going across multiple pages

    I have two simple side-by-side tables that I want to stretch across multiple pages when necessary by clicking the Add Another button object.
    I think I've done everything necessary to have the table repeat on multiple pages:
    1. My table is in a subform. 
    2. The subform is set to Flowed.
    3. The table has Allow Page Breaks with Content
    4. The table is not a group table
    5. I have the Rows in Binding to Repeat Row for Each Data Item
    What I do notice is that when I click on either Table and then click the Pagination tab in Object--- Pagination is greyed out
    Can anyone offer any suggestions?
    Thank you.

    Hi,
    first of all thanks for the link to the tutorial
    function(){return A.apply(null,[this].concat($A(arguments)))}
    Niall O'Donovan wrote:
    Example of building dynamic tables here: http://assure.ly/gk8Q7a.
    I have created a header on my master-page (just a Logo-picture). When my dynamic table reaches the end of the page, it creates a new page - any problem yet.
    But on the new page, the table just starts directly on the top (y = 0). In this way the table is placed above my logo.
    Is there any way to solve this problem?
    Anything like "check if there is a header on master page and set new rows on next table under the header"?

  • Spreading a single form across multiple pages

    I'd like to implement a single record form that spreads it's items across multiple pages for the purpose of grouping related information on each page such as "Contact Details"," Education Profile" etc. There are way too many columns for a single page.
    In Oracle forms you can create a form across multiple canvases or on different tabs of a tabbed canvas. Each item has a property to position it on which canvas.
    Is this possible in ApEx? I can see that transaction processing could be complex.
    How do I avoid, for example, inserting the record a second time if I commit from a different page?
    Any comments appreciated.
    Paul P

    Another way to do this without javascript and ajax that works pretty well is to setup a list that represents the logical "sections" and display it as a sidebar list.
    Create a hidden item on the page called PX_ACTIVE_SECTION and set the visibility of each region on the page based on the value of this item. For example: :PX_ACTIVE_SECTION = 'Contact Details'. You can also have multiple regions associated with a single tab. Set the default value to whatever section you wish to display first.
    Next, set each list item to be "current" when :PX_ACTIVE_SECTION is equal to that item ('Contact Details', 'Education Profile', etc.). Also set the URL destination of each item to: javascript:doSubmit('section name');
    Finally, add a branch back to the current page that sets PX_ACTIVE_SECTION to &REQUEST.. This traps the doSubmit call so you can set the hidden item. (Add a condition, if needed, to prevent this branch from executing due to other buttons and requests).
    The result is that the user can switch freely between sections and save after all data is entered. The page does refresh (since it doesn't use AJAX), but if your regions aren't too big, it should be reasonable.

  • Span picture across multiple pages

    Besides using "careful cropping," does anyone know of a way to take a given picture and span its parts across multiple pages when printing? The lagest format I can print is 8.5x11", but I am trying to print an exploded view of a picture that would ideally be four by four 8.5x11" pages or four pages across and six deep. Regardless, I was only able to get it to work by carefully duplicating a picture four times and then cropping it into four equal and lined up 4x6 sections and then printing each 4x6 on an 8.5x11" sheet.

    Leo,
    I'm not sure I would have done this with columns. Because of your desire to link from one piece of text to another, in all three columns, I would use linking text boxes. Each of the three boxes on a page will be independent of each other, but can be linked to the boxes on the following pages. Does that seem like what you're looking for?
    -Dennis

  • Print across multiple pages

    I am setting up a financial statement that will include monthly actuals & budgets.  Is there a way to print this across multiple pages?  I currenlty have it setup in Excel and even printing on 11x17 it prints across 2 pages.
    I currently have XI but didn't now if the feature was available in this version or possibly in 2008.

    hello E Hammer,
    in XI to XI R2 you have 2 options:
    1) use a Cross-tab as it can easily print across multiple pages.
    2) try the workaround using the attached sample report...there are instructions on the report itself on how to create this "banner" style report. you do not need a special printer driver to do this. just to warn you in advance though, it's a bit of work.
    in cr2008 it is much easier as you can use the "Disocciate Formatting Page Size and Printer Paper Size" option to create a report which would print out to multiple pages horizontally.
    cheers,
    jamie

  • Diplay results which span across multiple pages

    hello friends
    i want to display my search results which span across multiple pages with next and previos buttons. example google search .ie if u search for a topic it gives severl pages with next and previos buttons.
    thanks in advance
    R.G.SHARMA

    Hi,
    There is no way to delete those records selectively from front end.
    The best possible way is to delete the records from MRP_FORECAST_DATES tables from backend.
    Hope that helps!!
    Regards,
    Mohan Balaji
    NOTE: Please mark the post as Helpful or Answered if the update has really helped you. This would also bring the thread to logical conclusion and will be helpful for the viewers.

  • How do I total across multiple Tables? Help!

    how do I total across multiple Tables? Help!
    I feel like a complete noob.

    Hi Marc,
    There is no function explicitly for that sort of array calculation in Numbers.
    My favorite way is to use a list of Table Names and the INDIRECT(ADDRESS) function combination to produce a SUM across tables. I'm making the assumption that you want to do something like adding up all the values in a particular cell of multiple tables.  For example "give me the total of all the A1 cells in tables T1, T2, T3 and T4".  For this I would use the formula:
    =INDIRECT(ADDRESS(1,1,1,,A))
    to grab the cell contents of the table names mentioned in column A of a summary table.  Once you have them collected in your summary table, add them up.
    Here's a screen shot...
    Hope that gives you an idea for approaching this problem.
    Jerry

Maybe you are looking for

  • What could be wrong? I need some help please. =(

    Hi all, I'm quite disappointed with my macbook performance. The video performance is real bad as i can't even run expose / dashboard properly (it appears on the screen laggy when it's meant to be a very beautiful transition). I have a 2 Ghz macbook i

  • Inability to print or save and open certain PDF files

    I am using Adobe Reader XI with Mac OS 10.9.4 and Safari 7.0.6.  If I obtain a PDF file online  --  for example, an IRS confirmation letter when I obtain a taxpayer ID for a client - if I attempt to print it, it is blank.  If I save it on my desktop

  • Opening multiple JPG's in Preview

    I use Preview 5.0 a lot for opening everything from PDF's to JPG's and have had very few problems other than the occasional corrupted file. However, since going to SL I am unable to open multiple files at the same time consistently. I will select 5-1

  • PROBLEMS CANCELING MOVEMENTS WITH INSPECTION LOT

    We have this situation: We need to reset the GD returns but this GD returns was posted by QM and when we try to cancel in VL09 we meet the next message Message no. QA046. So we tried to cancel in other ways with the inspection lot and the usage decis

  • Wrong photos/videos reading in About This Mac - Storage Tab

    I have updated to Photos from iPhotos but now when i hit about this mac and storage reading ... i get it all messed up it shows 1GB of photos where i have at least 20GB .. is there any way to fix this ? before i used to re-index the database but i do