Layout multiple PDF pages onto a single PDF page

Ask a Question related to Adobe Acrobat SDK, Design and Development.

  1. #1

    Default Layout multiple PDF pages onto a single PDF page

    Hi,
    I am working with Acrobat SDK and developing a plugin for Acrobat 7.0 on Windows. I have been looking for a way to layout multiple PDF pages from a PDF document on to single PDF page but with little success. If anyone knows some way of doing it or has some sample code which can do it, please share it with me.

    Regards,
    Manish
    Manish_Shet@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. How to implement Multiple Login Pages in a single Web Application
      Hello I have a web application in which i m ineed of implementing multiple login pages with the help of forms based Authentication. on the user...
    2. error message: Single Page-layout mode when setting links
      When I want to set a link to another page in the PDF document I get the following message: The destination of this bookmark or link is currently...
    3. Printing 45x33 single page as multiple 8.5x11 pages (How to)?
      How do you print a single 45x33 Adobe Acrobat page on an 8.5x11 printer using multiple pages for legibility?
    4. How to return multiple successive pages from a single .php execution?
      Can anyone suggest the best technique for returning a page whislt continuing .php excution to then return another page? I need this to provide a...
    5. Printing multiple freehand pages to a single page of paper
      Has anyone ever gotten the "layout" printing feature of Freehand to actually work. Every time I try to use this feature, Freehand just stacks the...
  3. #2

    Default Re: Layout multiple PDF pages onto a single PDF page

    Whats wrong with PDFEdit/PDE Layer? It allows you to copy page content elements (text, images, paths etc).

    I would just create a new blank page and copy, for each page in turn, all its elements (along with any clipping objects etc).

    There are quite a few little gotchas with this approach. Such as you may have to do some translation to some elements to get everything to line up.

    However, its not a huge effort to merge page contents together if you just a visual merge. If you care about optional content, structure etc then the work is a lot more demanding.
    Sub_Filter@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139