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

  1. #1

    Default Page Resize

    I'm putting together a document of several hundred pages for a CD-ROM. Some of the PDFs are odd sizes (blueprint, 11x17). Most are 8.5 x 11. If I use the print command from the menu file, I know I can tell it to fit the page and that works fine.

    However, in my document, I have created print buttons using Java to print each section. When I print that way, the documents print their original size.

    Is there a way to a) make the document size to page using the print button or b) make the entire PDF fit to 8.5 x 11 (without recreating). I can't seem to find any kind of preference setting to change this.

    Any ideas would be appreciated.
    Craig_Moore@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. How to resize a single page?
      A strange thing happens when I create a new PDF from multiple JPEGs. Sometimes, individual pages will be radically different sizes. I took two...
    2. FRUSTRATION with Page Resize Problem
      Well, I've searched everywhere. Am I right in assuming that there is absolutely no way to resize a page inside of Acrobat (other than cropping to...
    3. Reload page on resize?
      I've finally got a menu built and it works great! Only one problem I have noticed... Flash HATES to be scaled! Okay here it is, PROBLEM: When...
    4. Auto resize web page?
      Has anyone developed a web page that automatically senses the screen resolution of the incoming browser and dynamically resizes content...
    5. How to resize a BMP?
      I want to resize a BMP to a certain W and H in pixels. Paint cuts the bitmap and I do not have Fireworks where I am at right now. I want to resize...
  3. #2

    Default Re: Page Resize

    print

    Parameters: [bUI], [nStart], [nEnd], [bSilent], [bShrinkToFit], [bPrintAsImage], [bReverse], [bAnnotations]

    bUI, if true (the default), will cause a UI to be pre-populated with any parameters supplied andpresented to the user to obtain the missing information and confirm the action.nStart and nEnd are zero-based indexes that define an inclusive range of pages. If nStart andnEnd are not specified then the range of pages is for all pages in the document. If only nStartis specified then the range of pages is the single page specified by nStart. If only nEnd isspecified then the range of a pages is 0 to nEnd.If nStart and nEnd parameters are used, bUI must be false. bSilent, if true, suppresses the cancel dialog box while the document is printing. Default isfalse.
    Graham_O_Connor@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