Printing a single page document multiple times on a page

I have a half page document that I am trying to print 2 up to a page and make multiple copies of. Is this something that is possible with Acrobat? I know how to do it with publisher and it's pretty easy. The way that I have done it with my pdf's normally is to make multiple copies of it and bring them into the document as seperate pages. There has to be an easier way to do it though.

There was no need to post a second time. This is a double post and the answer was already posted for your question from yesterday. Click on your name in the post above and you can see the original post with the same name.
In any case, I hope you are able to get the job done now.

Similar Messages

  • Insert pages from a single document multiple times

    I'm trying to create a simple program that I can use to display PDF files that I can use to play at the piano. I perform often, and need to create "play lists" from which I can pull all, or part of, a PDF file containing music and display it.
    I have it all working, except for one problem. I may need to "repeat" a section of a piece. I'm building up the play list by calling AcroPDDoc.InsertPages for each item in the play list. If a PDF file appears multiple times in the play list, when I call InsertPages, the call fails.
    In this code snippet, pdDoc is the main doc to which I'm adding pages. playList is a generic List of my own PlayList objects, and I need to iterate through all the items in the playList except the first one, which is already loaded.
    This code works great unless the fileName I specify has already been opened. The call to AcroPDDoc.Open succeeds just fine, but the call to pdDoc.InsertPages fails if the file has already had pages from it inserted. All other documents work fine. The documentation, of course, doesn't mention this.
            int insertPage = pdDoc.GetNumPages() - 1;
            for (int i = 1; i < playList.Count; i++)
              var newDoc = new AcroPDDoc();
              var item = playList(i);
              int startPage = 0;
              int endPage = 0;
              if (newDoc.Open(item.fileName))
                startPage = Math.Max(0, item.startPage);
                endPage = Math.Max(0, item.endPage);
                var totalPages = newDoc.GetNumPages;
                if (item.endPage < 0 || item.endPage > totalPages)
                  endPage = totalPages - 1;
                int numPages = (endPage - startPage) + 1;
                if (pdDoc.InsertPages(insertPage, newDoc, startPage, numPages, 0))
                  insertPage += numPages;
    So, the questions:
    1.) Is it possible to load pages from a single document multiple times?
    2.) Is there a better way to do this? (That is, loop through a list of file names, starting and ending page numbers, and add the documents to an existing document.)
    Any help appreciated! Thanks -- Ken

    Hi Ken,
    >The documentation, of course, doesn't mention this.
    The documentation does not state explicitly that you can't insert pages again from a PDDoc you open again and never close.
    But it mentions that you get references only from an already opened PDDoc.
    "...Opens the specified document. If the document is already open, it returns a reference to the already opened PDDoc. You must call PDDocClose() once for every successful open..."
    It doesn't state that you can't insert pages from a referenced PDDoc but it seems so.
    I would close the PDDoc within your for-loop after inserting pages and release newDoc.
    Regards
    Norbert

  • PDF's print two sided.  How can I get them to print on single pages?

    PDF's print two sided.  There is no option shown.  How can I get thelm to print on single pages?

    1: Go into iTunes.
    2: Right click on the song and choose 'Get Info' (or press cmd+i on a Mac).
    3: In 'Info' change the album name to the one you want it to go into, when you start typeing it should automatically come up.
    4: Check that the disk number and track number is correct.  It should be automatic.
    4: Press OK.
    You should see it go into the album now.

  • Fiori  web service  GetEntity single record show multiple times

    Hi Guys
    I have created Purchase Order GetEntity Web Service. In single Purchase order there are multiple Products. I have show that products in Line Item.
    In that line item a single records show multiple times.
    From Netweaver Geteway  GetEntity  service. I got data in below format.
        "d":
            "results":[
                    "__metadata":
                        "id":"http://<IP><PORT>/sap/opu/odata/sap/ZHR_VF_RCV_SRV/PurchaseOrderItems('4500000215')",
                        "uri":"http://<IP><PORT>/sap/opu/odata/sap/ZHR_VF_RCV_SRV/PurchaseOrderItems('4500000215')",
                        "type":"ZHR_VF_RCV_SRV.PurchaseOrderItems",
                        "properties":{
                            "PurchaseOrderHeader":{
                                "associationuri":"http://<IP><PORT>/sap/opu/odata/sap/ZHR_VF_RCV_SRV/PurchaseOrderItems('4500000215')/$links/PurchaseOrderHeader"
                    "PoNumber":"4500000215",
                    "PoItem":"00010",
                    "PurMat":"H12",
                    "ShortText":"Trading Good,Reorder Point,Reg.Tr.",
                    "Unit":"EA",
                    "DispQuan":"20.000",
                    "PurchaseOrderHeader":{
                        "__deferred":{
                            "uri":"http://<IP><PORT>/sap/opu/odata/sap/ZHR_VF_RCV_SRV/PurchaseOrderItems('4500000215')/PurchaseOrderHeader"
                    "__metadata":{
                        "id":"http://<IP><PORT>/sap/opu/odata/sap/ZHR_VF_RCV_SRV/PurchaseOrderItems('4500000215')",
                        "uri":"http://<IP><PORT>/sap/opu/odata/sap/ZHR_VF_RCV_SRV/PurchaseOrderItems('4500000215')",
                        "type":"ZHR_VF_RCV_SRV.PurchaseOrderItems",
                        "properties":{"PurchaseOrderHeader":{
                                "associationuri":"http://<IP><PORT>/sap/opu/odata/sap/ZHR_VF_RCV_SRV/PurchaseOrderItems('4500000215')/$links/PurchaseOrderHeader"
                    "PoNumber":"4500000215",
                    "PoItem":"00020",
                    "PurMat":"H11",
                    "ShortText":"Trading Good,PD,Reg.Trading",
                    "Unit":"EA",
                    "DispQuan":"20.000",
                    "PurchaseOrderHeader":{
                        "__deferred":{
                            "uri":"http://<IP><PORT>/sap/opu/odata/sap/ZHR_VF_RCV_SRV/PurchaseOrderItems('4500000215')/PurchaseOrderHeader"
                    "__metadata":{
                        "id":"http://<IP><PORT>/sap/opu/odata/sap/ZHR_VF_RCV_SRV/PurchaseOrderItems('4500000215')",
                        "uri":"http://<IP><PORT>/sap/opu/odata/sap/ZHR_VF_RCV_SRV/PurchaseOrderItems('4500000215')",
                        "type":"ZHR_VF_RCV_SRV.PurchaseOrderItems",
                        "properties":{
                            "PurchaseOrderHeader":{
                                "associationuri":"http://<IP><PORT>/sap/opu/odata/sap/ZHR_VF_RCV_SRV/PurchaseOrderItems('4500000215')/$links/PurchaseOrderHeader"
                    "PoNumber":"4500000215",
                    "PoItem":"00030",
                    "PurMat":"H21",
                    "ShortText":"Trading Good,Reorder Point,Batch-FIFO",
                    "Unit":"EA",
                    "DispQuan":"30.000",
                    "PurchaseOrderHeader":{
                        "__deferred":{
                            "uri":"http://<IP><PORT>/sap/opu/odata/sap/ZHR_VF_RCV_SRV/PurchaseOrderItems('4500000215')/PurchaseOrderHeader"
    any one please help me on that.
    Regards
    Pankaj Kamble
    [Removed by Moderator]
    Message was edited by: Michael Appleby

    Hi  RW
    I have created  NW web sevice used  'SEGW'. In that web service there are two Methods  (PurchaseOrders  &  PurchaseOrderItems )  with   two different BAPI.
    In both BAPI   "PoNumber"   is common & Primary Key.
    so please guide me. where should i set my key.
    Regards
    Pankaj Kamble

  • HT2486 How can you put same contact in a Group multiple times so that you can print the same mailing label multiple times?

    How can you put same contact in a Group multiple times so that you can print the same mailing label multiple times?

    Hello,
    Avery...
    https://discussions.apple.com/thread/2588943?start=0&tstart=0
    Or...
    http://www.belightsoft.com/products/labelsaddresses/overview.php

  • Signing a document multiple times without saving it?

    Hello all,
    Can someone please tell me how do we sign a document multiple times without having to save the document after each signature?
    For instance, I am a realtor and have to sign the contract about 3-4 times. However, when I sign it, Acrobat 8 prompts me to sign after each signature.
    When I was using Acrobat 7, I could sign as much as I want and then save it. This is much more efficient and practical.
    Can anyone advise me?
    Thanks in advance.
    Geo

    Hi Geo,
    It may be more cumbersome in version 8 (and 9), but it's safer. In version 7 and earlier when you signed, Acrobat did everything in memory. You weren't prompted to save the file to disk until you wanted to close the file. The problem is computer memory is where the bad guys get into to make changes. The majority of computer vulnerabilities occur when the hacker escapes the allotted memory space (aka buffer overflows) and reads and writes to memory address that they shouldn't be in. Think of memory being divided up like a row of houses along a block. The bad guy gets out of his house and into yours, and that's where bad things happen.
    Beginning with version 8, signature operation all take place on disk, not in memory. It's slower, and as you pointed out it's more cumbersome, but it's safer. The file is committed to disk (the hard drive) before the signature is created and the signed bytes cannot be manipulated in the middle of the signing procedure.
    Interestingly (at least to me), when we had this discussion four or five years ago when the change was made, the example used was of mortgage contact being signed where any of the terms could be changed in memory prior to the signature being completed. It was just a bunch of geeky engineers sitting around a table discussing possible vulnerabilities with the current signing operation (i.e. signing in memory). To see the theoretical example in actual use is kind of exciting (granted I don't get out much ).
    Steve

  • Regarding Print of Single Form for multiple Transfer Order  ( LT03 )

    Hi All,
    When user creates Transfer Order and if transfer order items are more than 22 then split of Transfer Order occurrs and multiple TO's get created in system.  The standard prog. RLVSDR40 prints form for each TO's , however the requirment is to print only one form for multiple TO ( Actually TO Form containes info. abt delivery, but triggering point should be from TO creation ) .
    There is one prog. RLKOMM40 which is used for multiple processing,  whether this prog. will be useful for above requirement.  Or is there any exit available for above requirement .
    Thanks for help.

    Hi,
      is there any routines used in Copy controls from order - delivery .- re-check once.
    as your post, everything seems fine. I didnt see any reason for not creating single delivery.
    is it happening only with this customer or respective ship to's? if yes, something gone wrong in CMR - i.e. complete delivery / order combination etcc., ( just an assumption)
    Regards,
    ReazuddinMD

  • How can you print a single page of a multipage report.

    I am using Office 2003 pro, the LabVIEW Report Gen Toolkit, LabVIEW 7.0, and Windows 2000. I have created a lengthy report with the first page being a summary. I would like the user to be able to select; print the entire report, or just the first page. Any ideas?

    There are two ways you could go about doing this. They both are somewhat straight forward.
    1) Calling a macro from LabVIEW in Word.
    You could create a macro that would let you just print the first page and call this from LabVIEW when the user so desires. There is an example of how to call a macro if you use the example finder. Goto
    Toolkits and Modules>>Report Generation for Microsoft Office>>Run Macro on Word Table
    2) You can actually modify the print VI that comes shipped with LabVIEW. For Microsoft Word it is called Work_Print.vi and it is located with in the exclsub.llb. This can be found at..
    ..\Program Files\National Instruments\LabVIEW 7.1\vi.lib\addons\_office\_exclsub.llb
    You can also find this by digging through the Print Report.vi
    Inside this VI you will see an Invoke node that has the fields To and From. If you specify the start and end page here, by connecting integer controls or constants, this will let you specify the pages to be printed out.
    NOTE: If you modify the Work_Print.vi you may want to save it outside of this library and locally to your application directory. Therefore make sure any report VI you are using within your app. now dynamically references this local version of Word_Print not the one in the report library.
    Please don't hesitate to let me know if you need more information or a more descriptive explanation.
    Have a great day!
    Allan S.
    National Instruments
    Applications Engineering

  • Printing a Single Page Numbers File

    I am a new iWork user and this is a page that I had made up in Numbers. To me it appears like an average stationery size page but when I try to print it I am amazed to find that it is split up into FOUR pages no less! How can I get what appears to be a normal size document to print on a single sheet?
    Thanks
    John

    On the Numbers Menu bar > View > Show Print view.
    There is also an icon on the bottom of the widow which will do the same.
    Delete all rows and columns not required, set to landscape or portrait whichever fits the table better via the icons on the bottom of the window. Then use the slider, also on the bottom of the print view window, to change the size to fit onto one page if necessary..
    You can do every thing in print view that you can do in the normal view.
    Best.

  • Form document multiple times editing

    Hi there, I hope the title fits my situation. I was asked if I could develop a multi page pdf with a form page in it. The pdf will be send as emailing where people can fill in (parts of) the form, save it and return it. So far nothing exiting but then I was asked if it's possible to edit that received form and send it back again so the receiver again could do additional filling in, save it and send it back. Think of it as a passport that receives stamps during travelling.
    Of course, the sender should have a version of Acrobat to apply the 'stamps' but on the receiver side there's the problem of ending up with multiple versions of the document as they get it back and do additional filling in.
    My questions:
    Is there a way to get around that? For instance re-save the document, automatically create an incrermental filename, etc.
    Is there additional scripting involved? If yes what, and where would be a resource for that?
    And additional, is there a way to export the pdf data to an Excel document that holds the data of multiple pdf's?
    TIA

    Anyone please?

  • Print a single page

    I have downloaded a document from the web that has 55 pages. I only need to print 1 page (page 10). How can I do this?

    Try this help document: http://helpx.adobe.com/acrobat/kb/print-selected-pages-acrobat-reader.html

  • Printing only single page -SAPSCRIPT

    Hi,
    I am printing checks and in the page attributes NEXT Page is EMPTY.
    still it is printing scedond page which I don't need.
    Any ideas?
    rgds
    Praveen

    Praveen,
    Please check the page setup.
    Usually this problem occurs when the data overflows from current page, however there is nothing printed on the next page.
    We had a similar issue and we ended up redefining the page properties and it worked.
    cheers,
    Sushil Joshi

  • XSLT: How can I explode a single node value multiple times?

    For a given XML tree like this,
    <?xml version="1.0"?>
    <offers>
      <fcst start_hr="1" end_hr="10" value="100"/>
    </offers>how can I get an output like this? (I need to explode the value of 100 from hr=1 to hr=10, ten times.)
    100,100,100,100,100,100,100,100,100,100

    This?:
    michaels>  VAR cur refcursor
    michaels>  DECLARE
    xml XMLTYPE := XMLTYPE('<offers> <fcst start_hr="1" end_hr="10" value="100"/> </offers>');
    BEGIN
    OPEN :cur FOR
      SELECT LTRIM(VALUE(t),',') str
            FROM XMLTable ('let $s := xs:integer(offers/fcst/@start_hr)
                            let $e := xs:integer(offers/fcst/@end_hr)
                            let $v := offers/fcst/@value
                            return ora:replace(<i>{for $i in $s to $e return (",",$v)}</i>," ,",",")'
                            PASSING xml) t;
    END;
    michaels>  PRINT cur
    STR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
    100,100,100,100,100,100,100,100,100,100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
    1 row selected.

  • How do I print a single image when multiple images are open?

    There was discussion on this back in 2009 but I hope that things have been put right - if they have, I can't find the answer.
    I have multiple images open and want to print just the top image. I can't do it - PSE prints all of them and uses the same settings for all of them!
    The solution appears to be to select the image to be printed in the project bin and then print. But I hate the project bin - simply a waste of screen area.
    Is using the project bin the only way to do this?
    Mac OS 10.6.8

    Click in the project bin to select it before you enter the print window.
    Oops, sorry, just saw your comment about that. Yes, the only way unless you want to just remove the others once in the PSE print window.

  • Why Indesign CS6 keeps opening the same old Indesign documents multiple times?

    I just installed the Indesign CS6 trial version before I purchase the professional version. I opened one of my old Indesign file from CS5 and a weird thing is hapenning on Indesing CS6. Everytime I click on the page or tab of the Indesign file that I am working on (test.indd, see attached), a new file is created from a different Indesign CS5 file (edu_lipper_conv_backpage.indd, see attached). Indesign CS6 will not stop duplicating this file until and force quit Indesign CS6. Attached is a screen shot with additional information about what is happening. Thanks, Jeneffer

    Try a clearer explanation, please. Your original post claims that the windows with old converted documents are spawned whenever you click on a page or tab; your most recent post cliams that it happens only in the digital publishing workspace when you create a button. Does it not happen in another workspace?
    Why do you have to force quit? Doing so with files open will cause files to re-open from your Recovery folder, so you should stop force quitting ID and quit the normal way. That is what the Recovery folder is for, after all - to automatically re-open docs that were open when ID crashes, or when you force quit.
    I have to agree with you, though - I think it's a bug, too, that has to do with how Lion works. You may have to wait for a patch to be released by Adobe (or Apple!), or you may have to reinstall CS6.  I don't know if it will help, but you could try replacing your preferences first.

Maybe you are looking for

  • TS3147 Where are all the print settings for my HP Officejet 5510 in Mac OS X 10.8.2?  I can't find Normal, just Draft and Best.

    Where are all the print settings for my HP Officejet 5510 in Mac OS X 10.8.2??  I only have Fast, Fast B & W, and Best.  I want Normal so that it looks good but doesn't print so slowly.  Help.

  • What Are the Recommended Guidelines for Importing HTML into InDesign?

    I would like to introduce an html document into an InDesign project - is that even possible? I'm not an MS Word user, but am running Open Office, should that be required in addition to having the entirety of the Extended CS6 Design-Web suite. Thank y

  • Need a Main Indicator and assign it to a buttton!

    Dear All, I have multiple opportunites associated with my BO , user needs a provision where he can select any opportunity and make it a MAIN Opportunity! I checked there's a similar a fucntionality is there with Contact Tab in Account TI where u can

  • Photoshop and dreamweaver

    Hi all, Could someone enlighten me as to whether an upgrade from Photoshop CS to CS4 will work with my current version of Dreamweaver CS3.Basically, will Photoshop CS4 work with Dreamweaver CS3?.. Many thanks.

  • IDVD loses files

    Since I haven't received any answer to my topic and since there is at least another iDVD6 user having the same problem I am asking the question again. After I make a slide show DVD from pictures, burn it and put it away, if later on I try to open it