Controlling printing and printer

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

  1. #1

    Default Controlling printing and printer

    I am trying to control Adobe Pro (create OLE object of AcroExch) during the printing phase with a number of different options for a print shop. So far so good with a couple of exceptions:

    a) If Adobe is up when we go to set the printer, I cannot, the print job comes out on the last printer used. Is there a way around this?

    b) In most cases I am printing the same number of pages as before, i.e. splitting a 4000 page job into x-number of pages (in order to staple automatically at EOJ) - but the "sub-jobs" are not coming out in the spool in order for some reason.

    c) The customer wants to save (to use later) and change certain settings, i.e. staple, fold, ... through my external application. These types of items are not usually in the printer DevMode, though occasionally some are. Is there a way to pass a DevMode or an extended DevMode through Acrobat object calls to reset/set different print options for a specific run?

    Bobby
    Bobby_Ezell@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Controlling file location of fles created with PDF Printer
      I drag a group of Excel files from a folder directly on to the PDF printer. Everything opens and converts to PDF just fine. However, all of the PDFs...
    2. Printing to local printer
      I have developed a web page using VB.net which prints data from a MSSQL database. I cannot figure out how to get a list of the local printers for...
    3. printer getting data but not printing
      I'm running Breezy with a HP Laserjet 1200 printer connected to it via parallel port. I've had the printer working last week both locally and...
    4. Controlling Printing
      Hi Everybody: I have been given the task of creating an online coupon. The major challenge that I see right now is controlling printing so that...
    5. b&w printing with 4 color printer
      I am needing to make some reasonably good 8x10 black and white prints from scanned photographs. I tried every possible combination of color space,...
  3. #2

    Default Re: Controlling printing and printer

    The type of work you are doing is MUCH BETTER done as a custom plugin to Acrobat where you have deeper access to the printing process.
    Leonard_Rosenthol@adobeforums.com Guest

  4. #3

    Default Re: Controlling printing and printer

    A plug-in seems like overkill for a single application and a single-run for a print shop - especially once you start reading the fine print and cost on the plug-ins.

    A secondary question would be - does the Acrobat object know if it has other instances running whereby we might post a Windows message to shut down?
    Bobby_Ezell@adobeforums.com Guest

  5. #4

    Default Re: Controlling printing and printer

    There is no cost to write a plugin for Acrobat...
    Leonard_Rosenthol@adobeforums.com Guest

  6. #5

    Default Re: Controlling printing and printer

    Kind of a mis-quote on my behalf. I was refering to the Reader IKLA costs, but I could/should do this under Pro. So ignoring that point...

    From AcrobatPro I still have the same questions:
    a) I need to automate all the printing and splitting of a document. Can this all be automated where a specific plug-in runs on startup?

    b) If Acrobat is running (via a user), can I manipulate the printer and it's settings for a new instance? This cannot be done under the OLE model, setting the pritner seems to be ignored.
    Bobby_Ezell@adobeforums.com Guest

  7. #6

    Default Re: Controlling printing and printer

    a) Sure, your plugin can do that.

    b) Your a plugin written in C/C++, you can call any OS API calls that you wish. OR you can pass specific settings to the printer APIs available to a plugin - if relevant. You can also intercept the print stream and add your own "code" if you want.
    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