Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Bobby_Ezell@adobeforums.com #1
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
-
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... -
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... -
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... -
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... -
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,... -
Leonard_Rosenthol@adobeforums.com #2
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
-
Bobby_Ezell@adobeforums.com #3
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
-
Leonard_Rosenthol@adobeforums.com #4
Re: Controlling printing and printer
There is no cost to write a plugin for Acrobat...
Leonard_Rosenthol@adobeforums.com Guest
-
Bobby_Ezell@adobeforums.com #5
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
-
Leonard_Rosenthol@adobeforums.com #6
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



Reply With Quote

