To Print Static content on the back of every page

I have a requirement where I need to print "Terms and Conditions" on the back of every page.
One way of achieving this is to use a preprinted form where one side of it contains "Terms and Conditions". But my customer doesnot want to use that method.
So I need to prepare a layout template in RTF which when converted to a PDF report should have terms and conditions on every alternate page.
The challenge is that in case I have a table with multiple rows, so typically spanning across pages, on the back of every page "Terms and Conditions" should be displayed.
Can I have a solution to this please

As it was recently discussed in this forum, you can do this by using Word functionality of displaying headers/footers only on Odd or Even pages (in Page Setun). In this case, the preprinted text will occupy entire page footer of the even pages. What you will not be able to do, however, is to increment page numbers only on every odd page. At least, XMLP folks keep silence on how to do this.

Similar Messages

  • How to print window contents at the backside of a page(In scripts&smartform

    Hi,
    How to print the window contents at the back side of a page
    in scripts and smartforms?
    regards,
    prajwala

    Create a new page with the window and select "duplex" printing. Use Search button to get more information.

  • How to print header lines at the top of every page with Alv list display?

    Dear all,
    I need a requirement with printing issue. A program list should be printed with the function reuse_alv_list_display.
    The list has several pages and then can be printed but the header lines appear only first page when they printed. The other pages don't have header lines, they continue with the next record of the list remaining from previous page. I use the alv parameters as below:
      CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
        EXPORTING
          i_callback_program       = l_repid
          i_callback_pf_status_set = 'ALV_PF_STATUS'
          is_layout                = ls_layo
          it_fieldcat              = lt_fcat
          i_default                = 'X'
          i_save                   = 'A'
          is_variant               = ls_variant
          it_events                = lt_events
        TABLES
          t_outtab                 = lt_data
        EXCEPTIONS
          program_error            = 1
          OTHERS                   = 2.
    and lt_events as below:
      ls_event-name = 'END_OF_LIST'.
      ls_event-form = 'ALV_END_OF_LIST'.
      APPEND ls_event TO lt_events.
      ls_event-name = 'END_OF_PAGE'.
      ls_event-form = 'ALV_END_OF_PAGE'.
      APPEND ls_event TO lt_events.
      ls_event-name = 'TOP_OF_LIST'.
      ls_event-form = 'ALV_TOP_OF_LIST'.
      APPEND ls_event TO lt_events.
      ls_event-name = 'TOP_OF_PAGE'.
      ls_event-form = 'ALV_TOP_OF_PAGE'.
      APPEND ls_event TO lt_events.
    So, how can I print header lines for every page?
    Best Regards,

    Hello Saba,
    Your point might be very close to solution.
    Because in the selection screen of the program there are two radio buttons, one of them visits 'REUSE_ALV_COMMENTARY_WRITE' function and the other doesn't. The one which visits has a problem with header liens in every page when printing. But I couldn't find out the solution yet.
    reuse_alv_list_display uses 4 event and of course I call subroutine. There are end_of_list, end_of_page, top_of_list and top_of_page. I use in the subroutine for top_of_page:
      CALL FUNCTION 'LVC_TRANSFER_TO_SLIS'
        EXPORTING
          it_fieldcat_lvc         = gt_fcat
        IMPORTING
          et_fieldcat_alv         = lt_fcat
        EXCEPTIONS
          it_data_missing         = 1
          it_fieldcat_lvc_missing = 2
          OTHERS                  = 3.
      CALL FUNCTION 'REUSE_ALV_LIST_WIDTH_GET'
        EXPORTING
          it_fieldcat = lt_fcat
        IMPORTING
          e_width     = l_width.
    WRITE l_reptx TO l_reptx CENTERED.
      NEW-LINE.
      WRITE: AT (l_width) l_reptx CENTERED.
      SUBTRACT 10 FROM l_width.
      WRITE: AT l_width sy-pagno RIGHT-JUSTIFIED.
        CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
          EXPORTING
            it_list_commentary       = lt_header
      I_LOGO                   =
      I_END_OF_LIST_GRID       =
    Do you have other suggestions ?

  • Printing text on the back of each page

    I have a question about printing on the "back" of each page. I am trying to create documents (like Purchase Orders, Order Acknowlegments, Invoices) that have Legal Terms and Conditions that need to print on the back of each printed page(so it needs to be every other page). I can't figure out how to make that happen with reports. My report output is pdf.
    I see that a Trailer page has a "Repeat On" property...but that is based on groups. I need it to be based on pages. Even so, they all print at the end.
    I also see there is a between_pages report trigger...can I somehow use that?
    Using Reports 10.1.2.0.2 with Unix App Server(hp-ux).

    Hi curiouslyfun,
    You wrote:
    I'm working on a long document.
    Peter wrote:
    I suspect that it may ultimately be a matter of just how much document can be held in RAM and calculated as to its layout, something Pages is not noticeably efficient at doing.
    Ahem.
    Pages is a $20 word processor. It is not a clone of Microsoft Word. Pages is a user-friendly app for short documents. If you need strong horsepower, buy and use Word for Mac.
    Popcorn wrote:
    an editor will get the document. They requested pages.
    Hi Pop, perhaps your editor will accept your work in a number of small Pages documents. Split your work into several "chapters" in separate Pages docs. If your editor is a Pages user, they will understand.
    Ian.

  • How can I back up my I Tunes library to an external hard drive?  Also how do I add my new content to the back up?

    How can I back up my I Tunes library to an external hard drive?  Also how do I add my new content to the back up?

    See this User Tip.
    tt2

  • Print Terms & Conditions in the Back page in Sapscript

    Hello Experts,
    I need your help.
    I have one sapscript. I want print Terms&Conditions in the back page.
    My Sapscript is a copy of MEDRUCK.
    I want: When NACHA = 1 --> Print Terms&Conditions on the reverse side of each page.
              When NACHA = 5 --> Print Terms & Conditions in the last page (Not in the back).
    I did one example of sapscript with only one page First. I created a second page Back.
    The first point at Back and has the print mode 'D'.
    The Back point at First and doesn't has any print mode.
    My problem is:
    1- Always, i have the last page without Back page. Always  i have an odd number of pages. Normally i must have a peer number. Each page has the back page. But, is not the result.
    I tried to call NEW-PAGE BACK at the end of the last page First like that:
    If &NEXTPAGE = 0&
    NEW-PAGE BACK
    Endif.
    But doesn't work. NEW-PAGE works only in the Window Main and &NEXTPAGE& = 0 works only in a window not main. So, i can't use them at the same time, in the same window.
    Can any one help me please? I'm blocked and i can't resolve the problem?
    And what i must do for NACHA = 5?
    Thank you.
    <MOVED BY MODERATOR TO THE CORRECT FORUM>
    Edited by: Alvaro Tejada Galindo on Aug 15, 2008 4:59 PM

    Hi,
    This problem is caused by the printer which does not understand the sapscript page commands.  Basically you need to embed printer specific commands for controlling output so that on particular conditions the output in printed double sided for the first 2 pages then each page single sided.
    This is not easy, and can change depending on the printer being used.  I would not recommend this type of action in SAPscript or SMARTforms.
    Cheers
    David Cooper

  • Feel a static sensation on the back of new iPad Air when charging?

    When plugged into the wall charging socket my new iPad Air produces a tingling/static sensation when the back of it is touched. Sensation is reduced when two hands holding it, but still present.
    Not great.

    if you go to the store they might evenm give you the repair free if the new ipad came with a dent in it
    samfromia wrote:
    My new iPad has a tiny dent on the back of it. It is noticable but I am going to the guniess bar on April 6. I dont have applecare but I am willing to pay for the repair. Can anyone tell me what to expect when I go to the store?

  • How to add footer at the end of every page

    Hi,
    I need to add some text at the bottom of every page in my application. I have made a footer region where i have put that text component. I have simply included that footer region as the last element of every jspx page. This shows the footer at the end of the content and not at the end of page(which is required).
    Using css like position:absolute;bottom:0px; shows the text at the bottom of bowser window, not page(so, problem for pages having scoll).
    It is not feasible to make any changes in each jspx page. So, what is the way out to achieve this by keeping the change limited to pagefooter region page and/or ss.css
    Note: I am using Jdev10.1.3

    With JDev 11g, you can create pageTemplate however, in 10g though support for page template is not available, you can achieve basic functionalities like this through web template. See sample here:
    http://www.developer.com/db/article.php/3513706/Easy-Web-Templates-with-Oracle-JDeveloper-10g.htm
    And if incase you use JHeadstart tool for development, JHeadstart provides templating facilities too.
    If you want to achieve using CSS, check this example:
    http://www.electrictoolbox.com/html-css-footer/
    regards,
    ~K

  • How do I create a text box or form field on the top of every page of a pdf in XI Pro for titles?

    I generate pdf content from another program and then in Acrobat XI Pro I want to add titles to each page.
    I'm thinking I can use form fileds and duplicate across all pages but how do I make each form filed unique?
    Or could i add a form field to a background and then apply the background to every page in the pdf?
    thanks.

    This type of thing is probably best done with a script, either by adding a uniquely named field to each page or by spawing a template page that contains just the form field (like your last idea). There's not a built-in method for doing this. If you add a blank page to the beginning of the document, create the field in the location you want, and make the page a template, you can run the following script in the interactive JavaScript console (Ctrl+J):
    // Get a reference to the template
    var t = getTemplate("Field");
    // Spawn the template on each page, automatically renaming the fields
    for (var i = 1; i < numPages; i += 1) {
        t.spawn({nPage: i, bRename: true, bOverlay: true});
    To run the code, select it all in the console and press Ctrl+Enter, or Enter on the numeric keypad.
    To make a page a template in Acrobat 11, make sure you're on the page you want to make a template and select: Tools > Document Processing > Page Templates
    and enter a name. I used a name of "Field" in the example above, but you can use anything.
    To create a blank page, you can use the following script:
    newPage({nPage: 0, nWidth: 8.5 * 72, nHeight: 11 * 72});
    for an 8.5"x11" page. Adjust the numbers to match whatever your page size is. It will be added to the beginning of the document and you can then add the field and make it a template. Once the fields have been added, you can remove the template page.

  • How can I take off FINAL DRAFT written in diagonal in the middle of every pages of my document.

    How can I take off FINAL DRAFT written in diagonal in the middle of every pages of my document.

    Then ask whoever sent it to you to remove it and create a new PDF.
    There is one thing you can check first and that’s layers in the PDF. Perhaps whoever created it put that on a top layer and you can just turn it off.

  • W3c valid site, initially no error reported by developer toolbar. But upon right click (giving the validation menue), the the toolbar reports two errors: width and height. Despite the fact that every page is validated! On the forum for the toolbar, this i

    w3c valid site, initially no error reported by developer toolbar. But upon right click (giving the validation menue), the the toolbar reports two errors: width and height. Despite the fact that every page is validated! On the forum for the toolbar, this is said to be a Browser error. So, how can this be fixed? I'm using FF 3.6.6
    == This happened ==
    Every time Firefox opened
    == after update from 3.5?

    Hi Sara,
    Can you give us the URL of the page you're having problems with and of the forum thread you mentioned?
    Thanks!

  • How to print the contents of the table in new page?

    Hi,
    I want to print my table contents in the next page by clicking on a button. ie., kind of a print preview. I'm using netweaver2004s.
    Thanks & Regards,
    Suresh

    Hi,
    1)Create a new View, map the context node which is bound to the table to the context of this view.
    2) Iterate throught the element and print them to the screen.
    3) Embed this view to a window.
    4) on click of the button open the newly created window.
    Code to iterate through the nodes
    for(int x=0; x< wdContext.nodeTest().size(); x++) // Replace nodeTest with yours
    ITestElement nodeElement = wdContext.nodeTest().getElementAt(x);
    nodeElement.getAttribute("TestAttribute"); //Replace with yours
    nodeElement.getAttribute("TestAttribute"); //Replace with yours
    Regards
    Ayyapparaj

  • I just updated to the newest Firefox and now my Facebook is messed up: big white space at the top of every page and all left hand column content is in the middle of the page. :-(

    I've turned off my non-essential add-ons and nothing seems to fix it. Any ideas?

    If you have increased the minimum font size then try the default setting "none" as a high value can cause issues like you described.
    *Tools > Options > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
    *Tools > Options > Content : Fonts & Colors > Advanced > [X] "Allow pages to choose their own fonts, instead of my selections above"
    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    You can use an extension to set a default font size and page zoom on web pages:
    *Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/
    *NoSquint: https://addons.mozilla.org/firefox/addon/nosquint/

  • Using Acrobat 9.5.5, I scanned a catalog in several segments, to merge later. How do I reverse the order of pages of the back side (odd) pages, and can I renumber each set as even numbers only and odd numbers only?

    I scanned a catalog for my archive - double sided pages of course.
    It was easy enough to scan the front pages first (odd numbers, 1-3-5) , in several sets of 30 pages, therefore several separate pdfs.
    Then I scanned the back side (even numbers 2-4-6) pages but in their natural reverse order, rather than manually reordering all 300 pages.
    Now I need to reorder the even pages which are naturally in reverse page number order (300-298-296...)
    and I need to renumber all of the pages as only odd or even numbers - set 1: pages 1-3-5-7... Set 2: 2-4-6-8...
    Then I can merge everything into one pdf.
    How can I reverse the page order?
    How can I renumber pages as only even or only odd numbers?
    Anyone have these solutions?  I don't use much of acrobats features, but it seems to be a pretty basic demand to be included. I can't find any clue in the software menus or online help.

    You can do such ordering with JavaScript. There is a recent post with a JavaScript for dealing with another aspect of page order that might provide what you want. You will have to search the forum for the post that was about 2 or 3 weeks ago as I recall.

  • Placing content at the bottom of each page

    I have a dynamic form with several content areas that are hidden until certain options are checked. Upon opening the form it is 1 page long, but can easily spread out to 3 pages or more after fields are filled. I want to be able to have content placed at the bottom of each page such as a customers name. I have tried the pagination overflow trailer (Which I figured out has to be a subform that trails) But the problem I am having is that instead of placing it at the bottom of the page it places the field right underneath the last subform that fits on the page. Sometimes that subform will be a couple inches up the page because the next subform will be 4 inches tall. I just want the content to be on the very bottom of each page. How would I adjust this? Thanks

    You can place the Fields in the Master Page that you want to be displayed on each page.
    You can adjust the Content area in the Master pages to be above the fields at the bottom of the page so that the data will always be displayed at the bottom.
    Thanks
    Srini

Maybe you are looking for