How to print a Vbox container with several pages

I need to print a Vbox container that contains severval pages
of content with .5 inch margins and a footer with the page number.
The content is created from htmlText coming from several reccords
in a MySQL table. I have been able to print the content using
FlexPrintJob across multiple pages, but the print fills the entire
page with no margins and the footer only on the last page. How can
I best do this?

I had a similar issue, here are some tips:
Check Flex's example for printing a PrintDataGrid in mulitple
pages (
http://livedocs.macromedia.com/flex/2/langref/mx/printing/PrintDataGrid.html
or in the Printing chapter of the Flex Developer's Guide), that
will give you an idea of how to handle the footer and the header.
Now about the margins you will have to do it manually, i
can't think of any other solution for that.
If you still have doubts, let me know about it, trying to be
as specific as possible

Similar Messages

  • How to Print one PDF document (with several documents inside) at once?

    When I select several emails and convert them into one single PDF file, I would like to know how can I print (hardcopy print) all emails at once, instead of having to select each one at a time to prit it.
    I have ADOBE Acrobat X Pro V10.
    Can anyone help me with this? It would save a lot of time.
    Thank you

    I am using XI and it has a better print dialog for portfolios, but I think this Adobe blog link explains what you need for X:
    http://blogs.adobe.com/acrolaw/2011/11/batch-printing-an-email-portfolio/
    Not sure why the link I posted above looks like is has spaces, but there are no spaces in the link.
    Message was edited by: Anna Nmty

  • How to print text on container using oop on alv list

    Hello Guru's,
             pl guide me how to print text on container using alv list-display which have interactive events  using     oop classes/methods ...
                    I want to print hard coded text on coantainer , on double clicking it will call another screen.
    Pl Help..
    Message was edited by:
            paresh sonavane

    Hi Paresh,
           1.      Go to the Layout and Create One custom container box and give name it.
            2. Custom Container is the one type of tool and its used for Displaying the Reports 
                with the use of ABAP Objects.
            3. Go to se38 and Write The Following Code.
    tables ZTEAM_GD.
    DATA : OBJ TYPE REF TO CL_GUI_CUSTOM_CONTAINER,
           OBJ1 TYPE REF TO CL_GUI_ALV_GRID.
    DATA IT_TEAM LIKE TABLE OF ZPLAYER_BAT_DET       .
    SELECT * FROM ZPLAYER_BAT_DET INTO TABLE IT_TEAM.
    CREATE OBJECT OBJ
      EXPORTING
        CONTAINER_NAME              = 'ALV'.          -
    > Give ur Container Name
    CREATE OBJECT OBJ1
      EXPORTING
        I_PARENT          = OBJ.
    CALL METHOD OBJ1->SET_TABLE_FOR_FIRST_DISPLAY
      EXPORTING
        I_STRUCTURE_NAME              = 'ZPLAYER_BAT_DET'
      CHANGING
        IT_OUTTAB                     = IT_TEAM.
    *CALL METHOD OBJ1->SET_DROP_DOWN_TABLE
    EXPORTING
       I_STRUCTURE_NAME = 'ZTEAM_GD'
    CHANGING
       IT_OUTTAB        = IT_TEAM.
    CALL SCREEN 9000.
    *&      Module  USER_COMMAND_9000  INPUT
          text
    MODULE USER_COMMAND_9000 INPUT.
    CASE SY-UCOMM.
    WHEN 'EXT'.
      LEAVE PROGRAM.
    ENDCASE.
    ENDMODULE.                 " USER_COMMAND_9000  INPU     
    Thanks.
    Reward If Helpful.

  • How to print the list outout with out getting output?

    How to print the list outout with out getting output?
    My requirement is that when i exicute the program the list output has to print with out getting output list display on the screen.
    if possible cana anyone share the code....
    Phani,

    See this Sample Program.
    DATA: PARAMS LIKE PRI_PARAMS,
          DAYS(1)  TYPE N VALUE 2,
          COUNT(3) TYPE N VALUE 1,
          VALID    TYPE C.
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
      EXPORTING DESTINATION           = 'LT50'
                COPIES                = COUNT
                LIST_NAME             = 'TEST'
                LIST_TEXT             = 'SUBMIT ... TO SAP-SPOOL'
                IMMEDIATELY           = 'X'
                RELEASE               = 'X'
                NEW_LIST_ID           = 'X'
                EXPIRATION            = DAYS
                LINE_SIZE             = 79
                LINE_COUNT            = 23
                LAYOUT                = 'X_PAPER'
                SAP_COVER_PAGE        = 'X'
                COVER_PAGE            = 'X'
                RECEIVER              = 'SAP*'
                DEPARTMENT            = 'System'
                NO_DIALOG             = ' '
      IMPORTING OUT_PARAMETERS        = PARAMS
                VALID                 = VALID.
    IF VALID <> SPACE.
      SUBMIT RSTEST00 TO SAP-SPOOL
        SPOOL PARAMETERS PARAMS
        WITHOUT SPOOL DYNPRO.
    ENDIF.
    Awrd POints If useful
    Bhupal

  • How to print the Actual Check on 1st Page if line items are more for F110_p

    Hi,
    How to print the Actual Check on 1st page if the line items are more in F110_PRENUM_CHCK script. The standard script is printing at the last page of line items.
    I tried using
    IF &PAGE& EQ '1 '
    /E 545 --> text element
    ENDIF
    but it is of no use.
    Please let me know if anyone knows. Thanks in Advance.

    Hi Krishna,
    I guess, there is no other possible way to acheive this without modifying the standard driver program. Why because? in you driver program you check window will be called only on the last page... but before you change your driver program give a try like shown below....
    Not sure, but give a try... In the first page you will be printing some void check try to replace the code inside the text element of void check with original check and make all the check void... note: in this text element, be sure you write two conditions...
    IF &PAGE& = 1.
    **PRint all check values..
    ELSE.
    ***Print void values
    ENDIF.
    Close the thread if your question is answered.
    Regards,
    Sairam

  • HP Officejet 6500A How do I scan a document with multiple pages into one file?

    HP Officejet 6500A Plus e-All-in-One Printer - E710n
    Windows 7 (64 bit)
    How do I scan a document with multiple pages into one file?  My old printer (psc 2110) asked after each scan if I wanted to scan another page.  At the end I had one pdf file with multiple pages.
    This new one creates one file for each page and I cannot find a way to create one pdf file with multiple pages.
    This question was solved.
    View Solution.

    Hi mpw101,
    If you load the papers into the ADF - Automatic Document Feeder, and then select Document to PDF then they will all be scanning into one file. Let me know if this works for you?
    I am an HP employee.
    Say Thanks by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as "Accepted Solution"

  • How To Print Field Value in TOP-OF-PAGE During Line Selection.

    How To Print Field Value in TOP-OF-PAGE During Line Selection when double click on field.

    (If my memory serves me well (not used for long time ago)
    Assign values to system fields sy-tvar0 - sy-tvar9, they will replace the placeholders "&0" through "&9" in the list headers and column headers.
    TOP-OF-PAGE DURING LINE-SELECTION.
         WRITE: / 'Interactive Report &3'.
      WRITE record-vbeln TO sy-tvar3.
    Regards,
    Raymond

  • How to print header in first and last  page only in SAPSCRIPT

    Hi!
    How to print header in first and last  page only in SAPSCRIPT,
    in between pages,  I need to print all line items in MAIN window only .
    Thanks in anticipation!
    Aki.

    Hi All,
    Thanks for your early update...but my requirement here is
    I have two pages (FIRST , NEXT ) First is having Header, Main and Footer
    NEXT is having Main and Footer ..I am printing PO here..let us think that my PO is having 20lines items , let us assume that it takes five pages...
    Now how application is printing is ..first set of data is printing in FIRST page and remainiang data distributed to 4 pages printing in NEXT page ..but what my requirement is , I need fifth page print on FIRST page, instead of NEXT page... Ultimately I need last set of data always print in FIRST ie out of 5 pages 1st print on FIRST 2nd 3rd 4th print on NEXT and 5th print again on FIRST .
    hope you this will clear you.
    Thanks!

  • How to print from iPhone 3GS with OS 4.2.1?

    Hello,
    I have searched and read through the discussion forums, but I'm not sure I understand how to print from my iPhone.
    In reading the manual for the iPhone 3GS, specifically on page 44, it says the following:
    AirPrint uses your Wi-Fi network to send print jobs wirelessly to your printer. iPhone must be connected to the same wireless network as the AirPrint printer.
    My HP printer (Officejet Pro L7555) is plugged into my Airport Express so that I can do wireless printing. (I am also using an Airport Extreme for the WiFi network in my house).
    When I have, for example, an email on my iPhone that I am reading, if I tap the "reply" button, I do see the "Print" option appear. When I tap on "Print", it brings up a screen where it says, "Select Printer". I then tap on that, and it will then say, "Looking for Printers".
    The final outcome is "No Printers Found".
    Since I am following the instructions on wireless printing as found on page 44 of the iPhone 3GS handbook (with OS 4.2.1 software), I'm not sure what it is that I'm doing wrong. I can print wirelessly with my iMac and my MacBook Pro to my HP printer just fine. Everything in my home is on the same network (my iPhone, iMac, iTouch, and MacBook Pro) that the printer is on.
    I'm sure I'm missing a big chunk of the puzzle somewhere that the manual is missing. Can someone please let me know what additional steps I must take in order to print from my iPhone 3GS while I am at home on my own network?
    Thank you very much.

    From one Andy to another Andy (LOL):
    Okay, thank you for the information. I even searched the Store web page before asking my question, and somehow missed this.
    Well, I'm not about to go and buy ANOTHER Apple toy just to print from my iPhone. For now, I think I can stick to the old-fashioned way and just forward it to myself so that I can print it from the iMac. I just got Apple TV a few days ago, so I'll have to wait a little bit for the next toy.
    Thank you very much for the prompt answer.
    Andy Smith
    Pleasanton, CA

  • PSE 8: How to create a pdf with several pages?

    I want to deliver DINA4-Sheets (thats bacic European standard size of a sheet of paper for let's say writing an official letter) to print out in a copy-shop. Now the copy-shop-owner says, for him it will be much easier if I hand in my 10-20 pages in one pdf-file with 10-20 pages and not 10-20 single-paged pdf-files, cause then he only needs to do the colour-routines and adjustings once and not many times. Now there is the problem, in Elements 8 there is the option to save a psd as a pdf-file, but I don't know how to add the other files and make a pdf with more pages than just one. May be I need to do that with Scribus, a freeware prog.

    Hello Barbara!
    Your answer just proved extremely helpful. It worked that way. I first created a pse-file in the right document size. Then with copy and paste I imported the first page and flattened it to one layer. Then I chose to create the second pse-page, that shows automatically in the menue then with the pse-file open. Into the second page again with copy and paste I imported the second single sheet and flattened the second page too to one layer and so on. That way it works. Finally I first save in the pse-file and then save the whole thing as pdf.
    Very easy to do. Thanks a lot!

  • How to print a field on the last page of Smartform with more  of 2 pages?

    HI FRIENDS,
    I NEED TO PRINT ONLY ONE FIELD IN LAST PAGE OF FORM SMARTFORM
    HOW DO I CHECK last page. I tried WITH THE FIELDS OF TABLE
    SFSY BUT NOT worked.      
    The form has  more of  2 pages.
    Thank you.
    ROGERIO VAZ

    Hi ,
    You dont have to hard code anything to achieve this functionality,
    just create a window and in that window define a text element to print
    that variable.In the conditions tab of that window check the check box
    "only after end of main window".i think you might have used a main window,
    so irrespective of the no of pages the smartform prints,it always displays that
    field in the last page of the smartform.
    regards,
    srikanth.

  • How to update a versioned container with changes in the DB

    Hi,
    I've reverse engineered a database schema into a container, and then I versioned it as v1.0.
    Now, that schema has changed in the database, and I'd like to update the container with those changes, and version it as v2.0.
    What is the best way to do it?
    Is it posiible to capture only the changed or new items into the v1.0 container, and then version it as v2.0?
    Thanks

    Check the application in and then check it out
    This will take it to the next level of versioning.
    However the version will be like 1.1 and not 2.0.
    There is a way to make it 2.0 but I do not remember the steps.
    Once you check it out it will be identical to 1.0 but the version will be 1.1 and you can make your changes and the next time it is checked in and out it will be set to 1.2 etc.
    At this point I have to ask if versioning is realy what you want to do. Don't get me wrong Configuration managment is a great thing. However most people do not understand it or how to use it. And they usualy get themselves in trouble with it. So if you know what your doing with it then go for it.
    Hope this helps.
    Also once you version your repositry you cannot go back. You are versioned forever.
    Michael

  • How to print out a JPanel with its components

    Hello,
    I want to print out a JPanel where several components are placed in. The problem is just that neither the printAll() method nor the print() method works to do so. There's always just a print of the empty JPanel. Is there in general a possibility to print out a JPanel with its components or are I'm on the wrong way ?
    Thanx,
    Findus

    I just posted this link and it works here:
    http://forum.java.sun.com/thread.jsp?forum=31&thread=361445&tstart=0&trange=15

  • How to print a dialog box with all its components ?

    Hi !
    I've written an application.It has a dialog box [JDialog] containing following components:
    1) 2 JLabels.
    1) A JTextField.
    3) A JTable with some values.
    4) A JProgressBar.
    5) A JButton.
    6) An animated gif image.
    I want to print the dialog box with all its components exactly as the are [ Except the button & animated gif ].
    Would anybody please help me?
    My Operating System: Windows XP

    The article over at http://java.sun.com/developer/technicalArticles/Printing/Java2DPrinting/ has some helpful information on printing Swing components.
    It suggests creating a subclass of the JComponent that you want to print, and have it implement Printable interface.
    So, something like (note, uncompiled / untested code alert) :
    import java.awt.Frame;
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import java.awt.HeadlessException;
    import java.awt.print.PageFormat;
    import java.awt.print.Printable;
    import javax.swing.JDialog;
    public class PrintableDialog extends JDialog implements Printable {
          * Or whichever constructor you need...
         public PrintableDialog(Frame owner, String title, boolean modal) throws HeadlessException {
              super(owner, title, modal);
          * Implementation of the Printable interface.
           public int print(Graphics g, PageFormat pf, int pageIndex) {
              if (pageIndex != 0) return NO_SUCH_PAGE;
              Graphics2D g2 = (Graphics2D) g;
              g2.translate(pf.getImageableX(), pf.getImageableY());
              getContentPane().paint(g2);
              return PAGE_EXISTS;
    }Cheers,
    John

  • How to print a text file with pagebreak.......

    hi to all,
    i am new in java and i want to do print a text file with page break. that text file is converted from html view page with help of htmlconveter class and i want to set page break in the text file.ASCII 12 is not work properly.its not break a page in proper manner.plz reply soon.

    hi to all,
    i am new in java and i want to do print a text file with page break. that text file is converted from html view page with help of htmlconveter class and i want to set page break in the text file.ASCII 12 is not work properly.its not break a page in proper manner.plz reply soon.

Maybe you are looking for

  • I desperately need to uninstall 13.4.0 and go back to the immediately previous version

    Is this help site designed by the same people who keep devolving Thunderbird? Are these people bored? Are they so young they've never heard of the adage, "If it ain't broke, don't fix it!"? Because with 13.4.0 they have actually BROKEN Thunderbird to

  • 400 RAM instead of 333 ina 1,25 iMac

    I tried to buy new DDR 2700 333 RAM to upgrade my 1,25 iMac, but I can only find SO-DIMM modules, no stock of the desktop ones. In every shop i ask for I've been told I can use 400 DDR RAM instead of 333 with no problem, but some sellers tell me I ca

  • Validation in MIGO on Post

    Hi all, I am trying to Post a Purchase order in MIGO. It should display a message saying ' Please do goods receipt using Inbound delivery' If an inbound delivery exists for that particular Purchase order. If i am posting an inbound delivery in MIGO.

  • Question-DAQmx: Using multiple channels on a single device with a trigger

    The purpose of the attached VI (Switching_Controller.vi) is to wait for a trigger signal from the input and output a pulse whenever it occurs. However, at the same time I want to output and read a single sample from another input and output channel p

  • How to send mail to external email within workflow

    Hi Expert, I know this question has been questioned before in the forum but that is quite different from what i want. After researching in this forum i found out that forwarding was the way to move the inbox into the external mail (using scheduled jo