Printing portfolio: wrong sequence

Hi,
I'm working with Adobe Acrobat 9 Pro Extended.
I've created a acrobat pdf portfolio with a directory structure in it. For example:
- Dir 1
     - file 1
     - file 2
- Dir 2
     - file 3
- Dir 3
     - file 4
     - file 5
I added the file by drag-and-drop from my explorer.
When i print this portfolio or when i combine the files into 1 single pdf, the sequence of the files is wrong: file 3, file 4, file 5, file 1, file 2.
Is there anybody who can explain this and can tell me how to solve this problem?
Kind regards,
Kees

hi,
the bug u r telling is a functional issue and some thing related to printer configurations. this has nothing to do with our coding .
correct me if i am wrong.

Similar Messages

  • Paper printing in wrong sequence

     Is there a way to change the way the paper feeds/finishes?  I have three-part, carbonless paper.  How do I get it to print and staple in the proper sequence.  What is the settings for changing this ?

    Try this:
    1. Unplug the power cord from the back of the printer without turning off the printer.
    2. Press and hold the pound (#) key and the number three (3) while the power cord is still unplugged.
    3. While holding pound and three, reconnect the power cord to the back of the printer and then release pound and three.
    4. Turn on the printer when it won't turn on.
    5. Follow the on-screen instructions.
    Let me know if it helps.
    Please click on KUDOS if you find my solution helpful.

  • Wrong sequence of printout's.

    Hi!
    When I print on an SAP printer, the output requests are issued in the wrong sequence, even though the SAP output device in SPAD is defined with the "sequential processing" attribute. This situation appear when I have got more than 400 spool requests. When I put more requests some printout are missing and the sequence is wrong.
    I checked the SAP notes especially Note 412065 - Incorrect output sequence of output requests.
    I check the parameter rspo/global_shm/job_list and It is 1000. That mean I can put on spool queue 1000 requests before it will be full. I put less becouse 400. What is wrong and how can I fix it.
    THX for answer.

    hi,
    the bug u r telling is a functional issue and some thing related to printer configurations. this has nothing to do with our coding .
    correct me if i am wrong.

  • Acrobat Pro XI portfolio file sequence

    How do I maintain the Acrobat Pro XI portfolio file sequence when I convert it to a single PDF?

    Unfortunately there isn't a way to control this during the extraction process. If you open the portfolio in the Combine Files dialog though, at least you'll be able to visually rearrange the files.

  • Wrong sequence of Packages in the tp buffer

    Hi,
    We are upgrading our solution manager 7.0 system to EHP1. We have
    already upgraded kernel to 701 and java patches to EHP1. Then all addon
    patches have been copied into the EPS/in . Then add-on upgrade
    operation have been started from SAINT transaction. But we have an
    error in DDIC_IMPORT phase like below:
    Import phase 'DDIC_IMPORT' (04.01.2011, 20:46:30)
    Wrong sequence of Packages in the tp buffer (e.g. SAPK-50001INCRMUIF)
    Abort the import due to an error situation (04.01.2011, 20:46:33)
    How can we solve and continue to Solution manager upgrade operation?
    Best regards,

    Hi,
    I solved problem. But now I have another problem in phase DDIC_ACTIVATION. Error information is like below:
    Error during executing the tp command 'tp ACT ALL TRS ...'
    tp return code: '0012' , tp message: 'A tool used by tp aborted' , tp output:
      initial value of NLS_LANG: 'AMERICAN_AMERICA.UTF8'
      This is tp version 372.04.88 (release 701, unicode enabled)
      Warning: Parameter DBLIBPATH is no longer used.
      standard output from tp and from tools called by tp:
    Details of the error situation can also be found in the import logs
    Abort the import due to an error situation (05.01.2011, 22:55:34)
    How can I solve it?
    Best regards,

  • ALE Change pointer idocs generated in wrong sequence

    We are using the serialization group to generate the MATMAS and CLFMAS idocs with the sequence MATMAS generated first and then CLFMAS.
    Normally,this seems to work fine with the idocs generated in the right sequence.
    However, during a period of every 24hours, I could see a couple of MATMAS and CLFMAS idocs being generated in the WRONG sequence with CLFMAS generated first and not MATMAS as maintained in the serialization group.
    What could be the reason?
    I checked in the BDCP and BDCPV tables, the timestamps for the wrong sequence idocs seem to be correct with MATMAS before CLFMAS. However the actual idoc creation time is not in correct sequence.

    Hi,
    Can you check your serialization group via tcode BD44 and check the sequence number for MATMAS and CLFMAS?
    Hope this will help.
    Regards,
    Ferry Lianto

  • Printer shows wrong cartidge for my hp allin one

    Printer shows wrong cartidge for my hp allin one printer.It was working 4 /5 days ago?if noone can help me is there a toll free number i canc all hp without having to pay for it,I posred this 4 times now and nobody has helped me,,,,,,,,I have windows vista and a DX series gateway computer about 7 nonths old now...Well i cant do anything with my printer now??????????

    call 1-800-474-6836.

  • Function modules invoked in wrong sequence  bapi_po_create

    trying to use bapi_po_create in se37
    enter purch org     vendor   doc type    purch group 
    when test get the following
    function modules invoked in wrong sequence
    what does that mean?
    how an i create

    Not sure, but  I do think you need more information than that.  Here is an example program calling the BAPI.
    report zrich_0001.
    constants : c_x value 'X'.
    data: del_date type sy-datum.
    data: pohead  type bapimepoheader.
    data: poheadx type bapimepoheaderx.
    data: exp_head type bapimepoheader.
    data: return  type table of bapiret2 with header line.
    data: poitem  type table of bapimepoitem with header line.
    data: poitemx type table of bapimepoitemx with header line.
    data: posched  type table of bapimeposchedule with header line.
    data: poschedx type table of bapimeposchedulx with header line.
    data: ex_po_number type bapimepoheader-po_number.
    parameters: p_matnr type ekpo-matnr.
    parameters: p_werks type ekpo-werks.
    parameters: p_lgort type ekpo-lgort.
    parameters: p_menge type ekpo-menge.
    parameters: p_lifnr type ekko-lifnr.
    parameters: p_ekorg type ekko-ekorg.
    parameters: p_ekgrp type ekko-ekgrp.
    parameters: p_bukrs type ekko-bukrs.
    * Header Level Data
    pohead-comp_code = p_bukrs.
    pohead-doc_type   = 'NB'     .
    pohead-creat_date = sy-datum   .
    pohead-vendor = p_lifnr.
    pohead-purch_org = p_ekorg.
    pohead-pur_group = p_ekgrp.
    pohead-langu      = sy-langu   .
    pohead-doc_date   = sy-datum.
    poheadx-comp_code  = c_x.
    poheadx-doc_type   = c_x.
    poheadx-creat_date = c_x.
    poheadx-vendor     = c_x.
    poheadx-langu      = c_x.
    poheadx-purch_org  = c_x.
    poheadx-pur_group  = c_x.
    poheadx-doc_date   = c_x.
    * Item Level Data
    poitem-po_item  = 1.
    poitem-material = p_matnr.
    poitem-plant    = p_werks.
    poitem-stge_loc = p_lgort.
    poitem-quantity = p_menge.
    append poitem.
    poitemx-po_item    = 1.
    poitemx-po_itemx   = c_x.
    poitemx-material   = c_x.
    poitemx-plant      = c_x .
    poitemx-stge_loc   = c_x .
    poitemx-quantity   = c_x .
    poitemx-tax_code   = c_x .
    poitemx-item_cat   = c_x .
    poitemx-acctasscat = c_x .
    append poitemx.
    * Schedule Line Level Data
    posched-po_item        = 1.
    posched-sched_line     = 1.
    posched-del_datcat_ext = 'D'.
    del_date = sy-datum + 1.
    write del_date to posched-delivery_date.
    posched-deliv_time     = '000001'.
    posched-quantity       = p_menge.
    append posched.
    poschedx-po_item        = 1.
    poschedx-sched_line     = 1.
    poschedx-po_itemx       = c_x.
    poschedx-sched_linex    = c_x.
    poschedx-del_datcat_ext = c_x.
    poschedx-delivery_date  = c_x.
    poschedx-quantity       = c_x.
    append poschedx.
    call function 'BAPI_PO_CREATE1'
         exporting
              poheader         = pohead
              poheaderx        = poheadx
              testrun          = ' '
         importing
              exppurchaseorder = ex_po_number
              expheader        = exp_head
         tables
              return           = return
              poitem           = poitem
              poitemx          = poitemx
              poschedule       = posched
              poschedulex      = poschedx.
    call function 'BAPI_TRANSACTION_COMMIT'
         exporting
              wait = 'X'.
    if not ex_po_number is initial.
      call function 'DEQUEUE_ALL'.
    else.
      call function 'DEQUEUE_ALL'.
    *  message i036.
    endif.
    Regards,
    RIch Heilman

  • Print Views And Sequences As Reports?

    Hi,
    We are trying to convert our Data Modeling tool from Oracle Designer to SQL Developer Data Modeler. We send out 4 data model reports with each release of our software: Table Definition, Sequence Implementation, View/Materialized View Definition and a pdf of the Data Model Diagrams. I have been able to print reports for the Table Definition and Data Model Diagrams but cannot find a way to print out the Sequences and Views in the schema.
    Is there a way to print off a report that is formatted like the Table Definition report in SQL Developer Data Modeler but for Views and Sequences?
    Thanks for your help.
    --Justin                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi Justin,
    There is no built-in reports for Views & Sequences. But you can use reporting repository to create custom reports.
    If you export your models to DB you'll see that Views data is in table called DMRS_TABLEVIEWS. Sequences are not exported not reporting repository at this stage. There is table called DMRS_COLUMNS which has field Auto_Increment_Sequence_Name, but that's it.
    Hope this will help you.

  • Multipass F30 has error message "check printer" then "wrong cartridge".

    Multipass F30 has error message "check printer" then "wrong cartridge".  When I open the lid the printhead does not move to center.  Manually moved and replaced cart with 2 new black carts. No change. removed power for 15 minutes. No change. What do I do next?

    Hi DSCkeith,
    It looks like you've already gone through the normal troubleshooting we would do to try and fix this issue.  If what you have tried has not resolved the issue, service would be required.  I recommend using the Contact Us link to get in touch with our support staff.  They can provide any applicable service options.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • Why Transaction Date Line Earlier Created than Creation Date and Make Wrong Sequence?

    Hi Guys,
    In material transaction record, we have two different item and transaction : First is Move Order Issue and then WIP Completion.
    Both of them have same problem. The problem is in the transaction_date and creation_date. If we see the transaction_date is earlier created than creation_date
    The query data from material transaction order by descending :
    SEGMENT1
    TRANSACTION_QUANTITY
    TRANSACTION_TYPE_NAME
    TRANSACTION_DATE
    CREATION_DATE
    PCG-001-0047
    150
    PO Receipt
    6/10/2014 16:54
    6/10/2014 16:57
    PCG-001-0047
    -30
    Move Order Issue
    6/10/2014 16:26
    6/10/2014 17:00
    SEGMENT1
    TRANSACTION_QUANTITY
    TRANSACTION_TYPE_NAME
    TRANSACTION_DATE
    CREATION_DATE
    BM-200-1
    774.48
    WIP Completion
    27-FEB-2014 23:07:47
    27-FEB-2014 23:08:38
    BM-200-1
    -165.77
    WIP Issue
    27-FEB-2014 23:01:58
    27-FEB-2014 23:09:21
    BM-200-1
    -213.21
    WIP Issue
    27-FEB-2014 14:11:44
    27-FEB-2014 14:12:50
    BM-200-1
    -770.04
    WIP Issue
    27-FEB-2014 06:01:50
    27-FEB-2014 06:06:46
    BM-200-1
    -332.19
    WIP Issue
    27-FEB-2014 05:51:11
    27-FEB-2014 05:51:37
    BM-200-1
    990.86
    WIP Completion
    27-FEB-2014 01:16:54
    27-FEB-2014 01:17:44
    This problem have made each transaction in wrong sequence. The PO Receipt must be created before Move Order Issue and The WIP Completion must be created before WIP Issue.
    And also this wrong place record take effect to costing.
    How can be happened? And any solution to solve and prevent this problem?
    Thank for your attention. Please Reply.
    Regards,
    Contrasena Luz

    HI luz..
    In your case number 1, its look like hapened due to date in form transact move order not automaticaly update.
    but i dont know. why transaction date in form transact move order not automaticaly update if we dont open close that form.
    anyone explain this?
    maybe little tips, you must inform your user to be close that form after he / she doing allocate / transact move order.
    or you can personalize that form.
    hope this help.
    regards,
    the pooh

  • Prints with wrong font and drops letters. Preview shows font correctly.

    I'm having problems printing some pdfs in Leopard. The preview shows correctly but the resulting printout is in the wrong font and has missing letters. Specifically every time there are two 'f' in sequence they get left out.
    Printing the same files on Tiger or even (Sigh) Windows yield the correct result. I've tested this with 3 printers (OKI C5800, Canon iR5000 and Canon iR C2620N). All with the same result.
    The pdf in question were created with LaTeX.
    Has anybody experienced something similar? What could be wrong?
    I can provide the sample .pdf file if necessary.

    After upgrading to Leopard, I was having trouble with my Samsung printer (ML-2150). Samsung hasn't upgraded the driver since OS 10.3, and it doesn't seem likely that they will ever do it. I found that the Linux-Foundation has an open source driver, which is compatible with a lot of printers. I downloaded the three components, and my Samsung is working perfectly now.
    I would suggest that you give it a try, here is the link:
    http://www.linux-foundation.org/en/OpenPrinting/MacOSX/hpijs

  • Printing portfolio - but only document for document ...

    Hi there,
    I am suffering the following difficulty: I received a pdf-portfolio which contains 10 different documents. For an unknown reason there is for me no possibility given to print them all at once. So I do have to initiate printing for every single document and sort it afterwords -- which isn't funny at all ...
    In the online-help from Adobe I found the hint, that I should mark all the documents in the side bar at the left. But this doesn't work either. There doesn't appear the promised windows that asks if I want to print a single document or all that are marked.
    Who can give me the answer what I am doing wrong?
    Thanks a lot in advance!
    schungala

    Well then, it took a little while but eventually the problem has been solved!
    I deinstalled the newest version of the reader and
    installed the version 9.0.0.
    The print-dialogue from now on appears exactly as should be, I can decide eather to print some or to print all of the included documents.
    So it seams as if there exists a bug which does't cause trouble for numerically enough people to become mentioned.
    Who found out this solution?: http://www.m-dv.de/
    schungala

  • Changing the order for printing portfolio files in adobe acrobat 9 pro

    Does anyone know how to change the order for printing pdf files that are part of a portfolio in adobe acrobat 9 pro?  The documentation seems to say that it prints files alphabetically by filename rather than by the internal sort order.  This won't work for me. Any ideas? Thanks.

    Question1: No.
    Question2: No.

  • Printing to PDF: prints the wrong page size and orientation

    I am trying to print a simple 60 page document composed of 8 x 11 inch pages to a pdf. I want the pdf in spreads, so that 2 8x11 inch pages in portrait orientation will be next to each other as a spread. Each time I try to print, the pdf comes out in the wrong orientation or the wrong size or both. When I export it to a pdf, it is the right orientation and page size, but the file size is way too large. So how do I fix this annoying problem? I have tried adjusting the print setup but it still won't print right. This seems like a simple operation, but indesign has been giving me trouble with this for weeks. I should mention I'm using CC. Thank you.

    Go to the AdminUI ( http://<servername>:<port>/adminui ), and to Services, PDF Generator.  Pick File Type Settings, and click on the Standard entry.  If you pop open the HTML to PDF section, you can edit the size, margins, orientation, headings and footers, site recursion, and pdf initial view settings.  <br /><br />Save your settings as a new Filetype (you can make as many as you want), and pass the name the filetype as the second parameter to the call to the htmlToPDF method on the web service client.<br /><br />http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/com/adobe/livecycle/g eneratepdf/client/GeneratePdfServiceClient.html<br /><br />I am unfamiliar with interacting directly with the web services via SOAP, so if you are not using the pre-built GeneratePdfServiceClient supplied by Adobe and this information does not solve your issue you will need to see if anybody else can help.  I imagine that there is a similar String parameter where you place the Filetype name defined in the AdminUI.<br /><br />(edit: I should mention, the GeneratePdf service is a part of PDF Generator ES, not Output ES, so you may have better luck in the general Livecycle ES forum)

Maybe you are looking for