Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Bill_Shamburg@adobeforums.com #1
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
-
.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, ... -
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... -
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... -
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... -
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... -
MichaelAPeters@adobeforums.com #2
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
-
Bill_Shamburg@adobeforums.com #3
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



Reply With Quote

