Selecting Tray while batch printing pdf

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

  1. #1

    Default Selecting Tray while batch printing pdf

    I currently am trying to print a series of PDF files in a batch mode. The print must come out in sequence and select from various trays (some will print on white paper and some on blue). Using batch script I can get all the files to print in sequence out of the same tray. I also can get them printing from the correct tray by setting up 2 printers with different print preferences. However, when I print that way the sequence gets lost. I am trying to determine if this can be done using SDK. If so, could someone point my in the right direction.

    Thank you
    Bill_Shamburg@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. .NET Batch Printing On Client Side
      Hi, I need to be able to batch print PDF documents at the client side using ASP.NET, C#. Can someone point me in the right direction? Thanks, ...
    2. Batch printing
      I need to print pdf documents in batch mode to 3 network printers (deppending on document type I want to send it to one of the 3 printers). I am...
    3. Only printing page 1 of a batch, foomatic rip error.
      I have a powerbook running the latest version of the acrobat reader, whenever we print either a group of pages (like 1-20) or a selection of pages...
    4. Batch Printing PDF files
      I have a folder containing many .pdf files. Is there any way that I can merge some of the files together and then have the client print them in a...
    5. Batch printing an entire folder of images
      Is there any way to print out a whole folder of pictures from PSE, on individual sheets (not a layout of multiple images on one sheet), rather than...
  3. #2

    Default Re: Selecting Tray while batch printing pdf

    Yes this can be done via the SDK and the plug-in interface provided that you are using a PostScript printer. If you are then you inject the tray selection code out of the printer ppd by capturing the PDDocWillPrintDoc notification and using SetPageDevice.
    MichaelAPeters@adobeforums.com Guest

  4. #3

    Default Re: Selecting Tray while batch printing pdf

    Are you describing an existing plug-in or one I would need to write? I cannot find anything on PDDocWillPrintDoc or SetPageDevice.

    Thank you
    Bill_Shamburg@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