Get document paper size - using AxAcroPDF?

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

  1. #1

    Default Get document paper size - using AxAcroPDF?

    Hi,

    Is it possible to retrieve the size of the document loaded into the AxAcroPDF control programatically?

    I'm using VB.net 2008.

    My intention is to retrieve the document size of a file and dependent on that send the document to print on a specific printer, for example if it's size is A0 or A1 it will use the plotter and if it's A3 or A4 it will use the Photocopier.

    Rob
    Rob_Whittlesey@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Print an 8.5 x 11 document 2-UP on 11 x 17 paper
      For large quantity printing purposes I need to find a way to print a multipage pdf file 2-up on 11 x 17 inch paper. The original pdf is 100+ 8.5x11...
    2. Specifying Paper Size in WinXP ID CS
      How do I spec a particular Paper Size properly in WinXP ID CS? In the Print dialog box, I spec the printer as our LJ 8550, but the PPD is grayed out....
    3. mixed paper size
      i'm in the it dept. - our users have a need to create pdf files with 8-1/2 x 11 (for text) and also 11 x 17 (for diagrams) sheet sizes. we can't seem...
    4. paper size
      trying to print things via enscript and mpage. they're both defaulting to a4 paper, and i can't figure out how to specify letter paper. with...
    5. A4 paper size not available for printer
      On Fri, Jun 27, 2003 at 01:25:18AM +0100, Mark C wrote: What print software and printer are you using? I'm using cupsys with gimpprint drive with...
  3. #2

    Default Re: Get document paper size - using AxAcroPDF?

    You can't retrieve the page size with AxAcroPDF. Read the documentation.
    Bernd Alheit Guest

  4. #3

    Default Re: Get document paper size - using AxAcroPDF?

    I will also point out that a PDF DOCUMENT does NOT have a page size. EACH PAGE in a PDF is separate, and can be its own size. So you would need to check the size of EACH PAGE...
    Leonard_Rosenthol@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