Answers Request -- PDF with more than 600 pages

Ist that possible?
At my IE will not do this 150 pages are possible but not more.
What can I do?
Regards,
Stefan

Check the PDF settings (if any) in your instanceconfig.xml
You can set a range of values, but the one you're probably looking for is;
"MaxVisiblePages"
Although I think the default value is 1000, so I'm a bit confused why it's not working. Give it a go anyway.
A.

Similar Messages

  • Printing PDFs with more than one page size

    A large client sent me a PDF of mostly usLetter-sized pages, but with some in-line 11 x 17" pages he intended to Z-fold. I was able to vary the size of the bounding box within the Windows drivers by selecting "Choose Paper Source by PDF page size". That way I would eliminate the vast white spaces created by putting letter-sized images within an 11 x 17" bounding box, or alternatively, shrinking or masking 11 x 17" images to fit a letter-sized bounding box. With the advanced settings of our printer's drivers, I was able to program the two paper sizes into the print job.
    I can't seem to find a control like "Choose Paper Source by PDF page size" in my Mac OS X v. 10.4 (or 10.5) drivers. Are they absent or am I?

    Mike, it's a production run with lots of copies and lots of pages per copy, so it'd be too labor intensive to be cost effective if there's a high-tech way of doing it.
    That way is to put it on a Windows workstation to gain access to the "Choose Paper Source by PDF page size" control that the MS drivers offer. This sets the bounding box rather than the paper as the interface mistakenly indicates.
    Then use the PCL drivers because of the way Microsoft's PS drivers position the images.
    Make sure to set your letter-sized body pages to 2-sided and, if you can, your Ledger-sized pages to 2-sided, flip on short edge.
    Again, it's a shame that the Adobe/Apple interface doesn't offer the same ability that the Adobe/MS interface offers.

  • Smart form: Spool to PDF Conversion more than 100 pages.

    Hi folks,
    I have an issue with Function Module (FM) CONVERT_ABAPSPOOLJOB_2_PDF when the report to be converted has more than 100 pages.....i have explained this scenario as below
    We have been using the FM CONVERT_ABAPSPOOLJOB_2_PDF to convert ABAP report to PDF file and then send this via mail using FM SO_DOCUMENT_SEND_API1.....
    PDF conversion using FM CONVERT_ABAPSPOOLJOB_2_PDF works well if the number of report pages is less than 100....i.e the table pdf of the FM will contain the output as expected.....
    If the report has more than 100 pages, the the FM CONVERT_ABAPSPOOLJOB_2_PDF will schedule the conversion job as a background job and returns with a SY-subrc eq 0 and the table parameter pdf will ne empty.
    Could you suggest me a woorkaround in this situtaion...i.e how do I then get the output of the background job
    And  any process to convert Spool to PDF if having more than 100 pages.
    Thanks in Advance............

    Pb,
    If the report has more than 100 pages, the the FM CONVERT_ABAPSPOOLJOB_2_PDF will schedule the conversion job as a background job and returns with a SY-subrc eq 0 and the table parameter pdf will ne empty
    i would suggest you to if pages are more than 100 than you need to send report output to sp01 with spool request number by using fm job_open..job_close..
    than from sp01 you can convert pdf by running RSTXPDFT4 in se38.
    hope this would solve your problem.
    Amit.

  • CONVERT_OTFSPOOLJOB_2_PDF is not working with more than 200 pages

    HI all,
    i am trying to print out Inspection Results (OTFs generated by QGA3 Transaction) via the CONVERT_OTFSPOOLJOB_2_PDF funtion module.
    But if the Inspection Results have more than 200 pages the FM only creates a PDF without content.
    The PDF is there but it has 0 bytes.
    This is how i fill the FM:
    CALL FUNCTION 'CONVERT_OTFSPOOLJOB_2_PDF'
             EXPORTING
                  src_spoolid              = i_spool
                  no_dialog                = 'X'
             IMPORTING
                  pdf_bytecount            = wl_numbytes
                  pdf_spoolid              = wl_pdfspoolid
                  btc_jobname              = wl_jobname
                  btc_jobcount             = wl_jobcount
             TABLES
                  pdf                      = tl_pdf
             EXCEPTIONS
                  err_no_otf_spooljob      = 1
                  err_no_spooljob          = 2
                  err_no_permission        = 3
                  err_conv_not_possible    = 4
                  err_bad_dstdevice        = 5
                  user_cancelled           = 6
                  err_spoolerror           = 7
                  err_temseerror           = 8
                  err_btcjob_open_failed   = 9
                  err_btcjob_submit_failed = 10
                  err_btcjob_close_failed  = 11.
    Does anyone have an idea ?
    Thanks and Regards
    Volker

    That's because the function reverts to background processing when the page size is over 99 pages (see the code).  I posted how to handle this a while back but basically you can either use RSPO_RETURN_SPOOLJOB directly or you can continue to use your current function but you have to poll for the completion of the job (BP_JOB_STATUS_GET) and then get the resulting spool in RAW format with RSPO_RETURN_SPOOLJOB then convert it:
    FIELD-SYMBOLS: <fs_line> TYPE x.
    DATA: gv_pdf TYPE xstring.
    CALL FUNCTION 'RSPO_RETURN_SPOOLJOB'
      EXPORTING
        rqident              = p_spono
        desired_type         = 'RAW'
      TABLES
        buffer               = gt_buffer
      EXCEPTIONS
        no_such_job          = 1
        job_contains_no_data = 2
        selection_empty      = 3
        no_permission        = 4
        can_not_access       = 5
        read_error           = 6
        type_no_match        = 7
        OTHERS               = 8.
    LOOP AT gt_buffer INTO gs_buffer.
      ASSIGN gs_buffer TO <fs_line> CASTING TYPE x.
      CONCATENATE gv_pdf <fs_line> INTO gv_pdf IN BYTE MODE.
    ENDLOOP.

  • Spool print with more than one page doesn't work

    Hi Experts,
    I need some help.
    I have following code in my report:
    SORT ta_ausgabe BY vstel vkorg_auft fkdat.
      NEW-PAGE PRINT ON .
       LOOP AT ta_ausgabe INTO wa_ausgabe.
         READ TABLE ts_vstel
           INTO wa_vstel
           WITH TABLE KEY spras = sy-langu
                          vstel = wa_ausgabe-vstel.
         READ TABLE ta_vkorg
           INTO wa_vkorg
           WITH KEY vkorg = wa_ausgabe-vkorg_auft.
         WRITE:  wa_ausgabe-vstel.
         WRITE:  wa_ausgabe-vkorg_auft.
         WRITE:  wa_ausgabe-fkdat.
         WRITE:  wa_ausgabe-matnr NO-ZERO LEFT-JUSTIFIED,
           AT 30 wa_ausgabe-maktx NO-ZERO LEFT-JUSTIFIED,
           AT 70 wa_ausgabe-fkimg NO-ZERO LEFT-JUSTIFIED, 
           AT 79 wa_ausgabe-vrkme NO-ZERO LEFT-JUSTIFIED.
         NEW-LINE.
       ENDLOOP.
       NEW-PAGE PRINT OFF.
       COMMIT WORK.
       v_spool_attach = sy-spono.
    As you see the information of the table TA_AUSGABE will be just prined into spool. When I have only information for one page everything
    work fine, but as soon there more information to be printed I cannt open my pdf file with the spool info anymore.
    What could be a reason?
    Please urgent
    BR
    Denis

    Hi Denis,
    The code works for me for printing more than 1 page.
    Pls try giving the spool id manually  in report RSTXPDFT4 and see whether it gets Multi pages in pdf and let me know if you have any issues.
    Rgds,
    K.S.

  • Oci error in report 6i in reports with more than 1000 pages

    hi
    in a report that has more than 1000 page output , run in report 6i while formatting pages an error occurs:
    OCI error.==>SELECT NAME,
    what this means?
    please help me.
    CAROL.

    in reports that i know number of pages for example 1100 pageswhile formatting pages 150-200 this error occurs.
    Did you get the error if total report pages < 1100?
    indeed in another report with about 3500 pages output this error not occurs. Any diff. of setting/limits etc. between your two reports?

  • How to handle form with more than one page in struts

    Hai,
    i have more than one page in my struts web apps. each page has a form & i have submit button @ last page. I navigate between these pages using titles. data has to exist when i come back from another page(i.e i am in page1 i have some fields called name & address as textfield, i move to page2 & then i go back to page1 @ that time i should have the name & addess values that i entered previous in the corresponding textfield) & finally when i submit need to get values form all these pages.
    Plz tell me how to do this.

    Hi prasadmca ,
    1.Try to store those value in session variable
    2. or else store those value in DB

  • I need to upload a pdf with more than 500 fields, but not all need to be registered.

    We are working on a pdf to send to our customers. The form has more than 500 fields but we only need to register some of them, the other fields will be filled in the pdf, saved and sent bak to us. Is there any way to do that?
    Thanks in advance.

    I am sorry but there is no way to designate some fields for online collection and others not.
    Andrew

  • Is it possible to buy a book with more than 100 pages?

    I have a wedding album that is 237 photos [reduced from >700!] but I need more than the maximum pages allowed. Any ideas please?
    Grateful thanks, Bob

    http://www.apple.com/ilife/print-products.html
    The maximum possible from Apple is 100 pages, I'm afraid. Check out other vendors?

  • Report with more than 600 kb image - BO Server getting Out Of memory Error

    Hi,
       We have a report which displays images and size is above 600 KB.We are getting an "Out Of memory" Error while previewing this report in Business Object Server.
    In another situation we tried by giving a dynamic path to the OLE object, but the report is not showing error. We are not able to view the image whose size is more than 600KB
    Notes: 1. Image is stored as a BLOB  in Oracle Database
               2. Connection used inside the report is OLEDB
               3. UNIX Environment
    Regards,
    Sathish

    Please re-post if this is still an issue to the Business Objects Forum or if you have a valid support contract create a case on line.

  • Web pages with Tiff with more than one page! Can only see first page!

    Hi
    Please help me out. This is kind of a big issue for me.
    For work I need to visit regularly a webpage which contains a number of official documents that have been saved on the webpage as Tiff files with multiple pages.
    I can only view the first page on the ipad!
    I think this is a problem linked to quicktime, as I also have it on my pc I open the documents with quicktime whereas on with Windows Life photo Gallery, I see all the pages...
    thanks in advance

    I don't believe there is a single app that can view any but the first page of a multi-page tiff currently available for the iPhone or iPad, though a few paid iPhone "doc-viewer" apps' descriptions would seem to imply that they could.
    However, if you are able to upload these files to google docs, then use the **desktop** version of google docs via Safari (there's a small link to this at the bottom of the page on the default mobile version), it will correctly display and navigate to each page of your multi-page tiffs. This is completely free, and you could probably stream-line the process to your needs, but it does seem like a lot to go through for such a simple feature. It's possible that this would work with equivalents to google docs as well.
    You're right that you're not alone in needing this feature. It seems like it should be quite easy to implement, but no app appears to have done it. Maybe requests to the writers of several doc-viewing apps would do the trick, especially given the importance to enterprise.

  • Word 2013 and documents with more than 400 pages

    Hi,
    we have the Problem that Word 2013 need terrible long to load or save documents with a large number of pages (>400). Ther are no Images or Links inside the document nor are there references to any templates. The File size is not so large, its about 2.5-3MB.
    The User says that this was faster with Office 2010. I could not beleave this, cause on a test mashine with Word 2010 it wasn't faster. 
    Now my question. Are ther any Options, registry keys ore something else, we can use to speed up this behaviour? Someone has an idea on how to solve this issue? This user is killing my nerves, every 10mins he gives me a call or write an email to me, why its
    not working and why we can not solve the problem. ;-)
    Thanks for any ideas
    Micha

    If, in your testing you've confirmed the document is, in fact, no faster to load or save, then that's what matters insofar as Word is concerned. Without knowing what else might have changed, it's impossible to give a definitive answer. Possibilities that
    wouldn't show up on a stand-alone PC include documents that are attached to templates whose location no longer exists on the network, or if Windows is using a printer driver that is located on a network print server or the user's workstation has damaged/missing
    fonts. See: http://support2.microsoft.com/kb/280821
    All these issues are easily resolved - the template one can even be resolved by the user. To attach a different template:
    1. Open the document
    2.Choose Devloper|Document Template.
    3.If anything other than 'Normal' is listed, click Attach.
    4.In the Attach Template dialog box, select the template that you want, and then click Open.
    5.In the Templates and Add-ins dialog box, click OK.
    In the meantime, report the user to management for harassment! Pestering about the issue every 10mins is unreasonable.
    Cheers
    Paul Edstein
    [MS MVP - Word]

  • Keeping the values in Request bean across more than 2 pages

    Hi...,
    I have created a Bean with request scope & want to access it across 3 different pages.
    From the 1st page once I submit the values , I do a forward (redirect=no) to the second page where I can print the values . From the 2nd page I then do a forward to the 3rd page (redirect=no) & I loose the values.
    How do I keep the request bean active across multiple pages. But I don't want to make it session as this is a form to enter values & our users might open multiple forms as the same time.
    Regards,
    Praveen

    Hi....Balu,
    We are having a issue when using ajax on top of JSF . Setting the variable hidden is somehow not working.
    Secondly, what is requestMap & where can I find the information.
    Regards,
    Praveen

  • Printing page range in document with more than one page #1

    I have an insurance application which has 24 pages numbered 1-6 then restarting 1-18.  This is not just the page # at the bottom of the page but the page number that Adobe Free Reader is showing.  When on the last page the top of the screen shows [18] 24 of 24. 
    I want to print the first page 5 which works fine when I print current page or a page range.  Then I want to print 1-12 of the second section which I have tried printing as 7-18.  This gave me the pages numbered 7-18 of the second section.  But if I try printing page 1-12 I get 18 pages or 1-6 + 1-12.
    Any help would be appriciated.
    Thanks,
    Paul

    Change the Preference from using logical pages to physical pages and then select the physical pages.
    You should provide unique names for the page numbers when you apply page numbers to the PDF and you need to fix them if you merge PDFs.

  • Can the new numbers export PDF as more than one page?

    I just upgraded to the new version of Numbers for OS X Mavericks and it seems I can not
    see my document as different pages or even export a PDF as several pages.
    Thanks,
    Alex Neuman

    Hi Alex,
    It took me a while to get my head around the difference between Export to PDF (everything on one page) and Print, where we can 'Print to PDF'.
    Do this:
    Menu > File > Print...
    You will see Print Preview. At the bottom of the panel on the right,
    click on Print. It won't print yet, but will take you here:
    Now we see Page 1 of 4 .
    Click on PDF to go here:
    Choose Save as PDF to a folder of your choice (mine is called Desktop Temp). In Finder, open that folder then double click on the PDF to open in Preview.
    Then Print from Preview.
    Phew.
    Regards,
    Ian.

Maybe you are looking for

  • Why wont my paddle work anymore in my flash catching game?

    Hey guys im making a flash game for a uni project and i had it all working great! I then proceeded to move my code and content onto the second frame to add menus and such to the game and i updated all the code so it should work on the second frame an

  • Changing ringtone/text tone on an application you downloaded

    Is there a way to change a text tone or ringtone on a certain application you downloaded. I only see the option for sound on or off.

  • An i tunes update failed , and now i tunes will not open

    I deleated I tunes and attempted to re insrall, with neg results . says restricted or have no privlidges. also attempted to restore I tunes from hard drive back up, I tunes is also restricted from there also ? I could use some help please MartinJ

  • Tutorial Videos Won't Play

    Whenever I attempt to watch any of the videos that are present under the "Learn" tab on the Creative Cloud home page the area where the video should be playing is black and nothing happens. How can I make it so that the videos will play?

  • Restricting Ad-Hoc Conferences on 4501 MCU

    Does any one know how to restrict Ad-Hoc conferences on MCU 4501 running 4.3(2.18).  I don't want just anyone to have the ability to create an Ad-Hoc conference from the Auto Attendant on the MCU.