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

  1. #1

    Default 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 using OLE server provided with acrobat professional 8.0, but I donīt see how to send the printer name as parameter to the printing features. I donīt want to choose the printer on a acrobat application dialog. I want to do it in my application.

    Can anyone help me?

    Thank you,

    Catarina
    Catarina_Soares@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. 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...
    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: Batch printing

    Look at the printParams object in the JavaScript documentation and then read about he JSObject and JSBridge for communicating from VB or .NET languages to JavaScript.

    Leonard
    Leonard_Rosenthol@adobeforums.com Guest

  4. #3

    Default Re: Batch printing

    I have already look over it but it seems to me that it writes peaces of code into the document, am I correct? If I am not, can you explain to me how it works?

    I have lots of documents to print (it's a batch printing application). Don't you think it would make the process slow?

    Thank you,

    Catarina
    Catarina_Soares@adobeforums.com Guest

  5. #4

    Default Re: Batch printing

    JavaScript can be embedded in a PDF, but you can also run pieces of
    JavaScript without putting them in a document using the VB:JavaScript
    interface.

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  6. #5

    Default Re: Batch printing

    Can you tell me where I can find a sample of the VB:JavaScript interface using?

    Thank you,

    Catarina
    Catarina_Soares@adobeforums.com Guest

  7. #6

    Default Re: Batch printing

    Not sure whether a sample is needed. Is the documentation not clear?

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  8. #7

    Default Re: Batch printing

    There are samples in the SDK.

    Leonard
    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