Automated Printing

Hi All,
I have read numerous topics on this site regarding automated printing of documents. It basically boils down to finding the record you want, simulate clicking the print button and then send a ENTER command to the keyboard to click the OK Button on the print dialog.
Everything works perfectly, but up to the point where the print dialog opens. I have now moved the SendKeys.Send("") to the menu event that I catch on the print menu click (520), but the print dialog is still not open at this point in time. I've also tried using System.Threading.Thread.Sleep(X), but that doesn't help either.
Any suggestions?
Thanks a lot in advance,
Adele
PS: This development is on SBO 2004

Adele,
I am assuming that you already read this thread on this subject, but I just wanted to check.. I have not tried this, but the folks on this thread state that this works ...
Document printing SDK
HTH,
Eddy

Similar Messages

  • Automated printer installs.

       Hello,
         I work for a school board that has many IP based printers in many locations. Every year we re-image close to 90% of the PC's in every school. We have the imaging down so that it is nearly automated. What we are now looking for is an automated printing solution, one that will be able to automatically install printers on a PC with out any user intervention. Most of these sites do not have a local server or high bandwidth lines. So scripting from a login script is out.
         Does anyone happen to have any good suggestions?
           HP Jet directs are the flavour of choice.
           TX.

    What kind of printers and PC's are you running?  Are all the printers and computers accessible from a common network?
    There are a couple of ways to automate printer installation.
    You could create an image that includes the printer installation so when the next time you re-image the printer installation is automatically installed.
    Some of our printers have command line installation tools (like this one for the C8100).
    I've used Apple's Bonjour application with great success to quickly install print-only drivers on PC's.  I've put this application and a copy of the print drivers on a shared network drive and was able to install drivers on a set of new PC's quickly this way.
    I'm curious what others suggest.  While I'm mostly a real-time wireless engineer, I've always been fascinated with the complexity of IT issues.
    Regards / Jim B / Wireless Enthusiasts
    ( While I'm an embedded wireless systems engineer at work, on this forum I do not represent my former employer, Hewlett-Packard, or my current employer, Microsoft )
    + Click the White Kudos star on the left as a way to say "thank you" for helpful posts.

  • How do I rename an Automator Print plugin?

    Hi
    I created an Automator print plugin to save a PDF in gray scale. This plugin now appears in the print dropdown and I cannot figure out any way to rename it.
    Please Help.
    Thanks
    -Nakul

    Tried this but now I cannot use the plugin.

  • Networked P4015tn, automated printing issues.

    I support a program that uses MS Word to create reports automatically.  The process opens a Word template, feeds in the data, saves the new document then sends it to a HP P4015tn printer on the network.  This process is repeated for each report the user requests, usually 20-50 documents.  The problem we are having is that some documents arent being printed and some documents arent printing in their entirety, they get a page or two then it starts the next document.  I know that our software is functioning correctly because the word documents are being created and saved, and they are printed if the user picks a different printer.
    This problem is happening to one of our clients, so I dont have much more information on their setup.  The only other information I have is a test I did.  I ran the report process with the printer paused, and all the documents spooled into the printer queue.  Once the process finished and all the documents were queued, I un-paused the printer, and all the documents printed correctly.  When the process runs with the queue live (not paused), documents get lost.  Any help would be greatly appreciated.
    Thanks,
    zir39

    katiefinn,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Automator Print Finder Items always aborts

    I have an automator script to print a document two-sided that worked in Tiger, but fails in Leopard. I recreated the script from scratch, but the Print Finder Items step works for a while and then aborts the script.
    I've tried using Default Printer and a specific printer in the Print Finder Items step, but both have this problem.
    Is this a known problem? Is there a known workaround?

    Dale Boss wrote:
    Thanks for your offer, and I'd love to take you up on it, but I can't figure out how to post the workflow. I don't see a way to attach, and using the clipboard doesn't work.
    It's a duplexing script. It starts with Extract Odd&Even Pages (even) and then Print Finder Items (default printer). That second step fails. There's more to the script but that may be enough for you. If not, a hint on posting a workflow?
    just write down the sequence of actions and options that you use. It shouldn't take too long. I don't know any other way of posting workflows.

  • Can Automator Print to PDF?

    I want to create a workflow that includes printing a selected file to a PDF.  But Automator can't seem to do it.  The one command that looked the most promising, "Save as Adobe PDF" won't load.  Every time I try to add it to the workflow I get an error message reading "The action 'Save as Adobe PDF' could not be loaded because it is not Universal."
    Is there any way to get Automator to print a file to PDF? 
    Is thre some 3rd party PDF printer I could add to my Printers that it culd then access?

    I wonder if this will work for you.  I found this in Automator's help:
    Process PDF files from the print dialog
    You can run a workflow on a PDF file in the Print dialog by saving the workflow as a print plug-in. You can then choose your plug-in from the PDF pop-up menu in the Print dialog. This is useful if you want to do changes to multiple files when printing.
    Some sample printing workflows are included with OS X in the Scripts folder inside the Library folder.
    Open Automator
    Choose File > New.
    Click Print Plugin.
    Click PDFs in the Library. You can now drag PDF related actions into your workflow.
    When you save your finished Print-plug in, you can use it from the print dialog from the application you are printing from.
    Choose File > Print. Click the PDF pop-up, then choose Edit Menu, and select your workflow.

  • Need help with Automating Printer and LPR installation

    I work for someone who has a need for automating the print installation of LPR print port to mac laptops. Obviously this will need to cover anything OS X 10.3 and above. All of this needs to be done command line via a batch file of sorts.
    I am a windows and Linux guy, however I just bought a Mac and starting to like the new Leopard OS and the capabilities of boot camp.
    What I need:
    1) how to install LPR port to the laptop
    2) installing a printer from a some sort of cab file with correct port and drivers. (in windows we use print migrator, however the cab files we use for windows will obviously not work with different port types and drivers)
    3) finally some clean up type script that will clean up any temp files I had to create or such.
    I kind of need this soon so if anyone knows how or could point me in the right direction. It would be greatly appreciated.

    If you force restart the computer on the freeze up, or force quit the printer adding window, does the printer appear in the print and scan system preference?   In other words, did the printer successfully install?  (is it possible that the setup part of the install failed, but the actual install worked?)
    If so, you might be able to set the configurations yourself.
    Open up the print and scan system preference.  Double click on the printer.
    When the printer queue window opens up, you should be able to click on the printer setup button.
    Go through all the tabs and set things up the way you like.
    HTH
    -Graham

  • Automator prints to wrong printer

    I have a very simple Automator service with a single item in it: Print Finder Items. It receives selected documents in Finder.app, and allows the user to choose the printer they want to print them to.
    The only problem is that it prints them to a different printer than the one selected.
    The documents are Pages files. Running under Snow Leopard, v. 10.6.1

    ttomj30:
    Welcome to the Apple Discussions. Did you repair disk permissions after installing 6.0.5? If not do so first. Delete the iPhoto preference file, com.apple.iPhoto.pllist. It may be "stuck" on the Brother and not updating the printer selection.
    If that doesn't help there's another preference file located in the User/Library/Preferences/By Host folder title com.apple.print.Cache.0016cb3791b6.plist. Then numbers and letters may be different in your files. You can try moving that to the desktop and then launching iPhoto and giving it another try.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.

  • Automated printing to Adobe PDF printer driver

    Hi,
    my application is hosting a 3rd party control that also offers some printing functionality to the default printer driver. However, it does not support PDF export yet. Thus, I would like to implement PDF export using the Adobe PDF printer driver. This export should happen silently and should not force the user to interact with the pdf printer driver. The PDF needs to be stored on a predefined folder using a predefined file name.
    My question is: How can I use the Adobe PDF printer driver from my own application as a custom printer driver?
    I would like to have a workflow like the following:
    1. User presses "export PDF".
    2. The application does:
        - store the current default printer
        - set the default printer to the Adobe PDF printer driver
        - trigger the 3rd party control print mehtod (prints to the default printer)
        - wait until the print job has ended
        - collect the printed PDF from the predefined folder / filename for further processing
        - reset the default printer to the previous default
    Ideally I would like to have some progress information during printing.
    Is this possible using the Adobe Acrobat SDK? If yes, how? A first glance at the documentation did not reveal how to steer the Adobe PDF printer driver from an own application (COM?).
    Thank you,
    Max

    Thanks for your hint. I've found the example AdobePDFSilent in the SDK which nearly does what I am intending to do. However, one thing remains open:
    How can I get progress information about the corresponding print job from the destiller. Ideally I'd like to have an event after each page + one event after the file has beens successfully saved.
    Is this information exposed by the destiller API?
    Regards,
    Max

  • Problem in automated printing

    Hi All,
    I have an issue where in when we create a delivery and save the TO is created, a print of the delivery should trigger while saving the delivery.
    But in my case only the layout of the form is getting printed the data is missing, but the date, time and the user responsibe is gettting printed.
    The funny part is that if we go to LT31 and try to print the TO manually the output is perfect, all hte required data is getting printed.
    below is the print log of the failed print job
    Class     Area     Job Status     Printout     Message                                                               
    Information     SAP Spool          Not printed     Processing completed by spool work process                            
    Information     SAP Spool          Not printed     Statistics: 0 sec, 1 pages, OTF, (ci=0 op=0 co=0 ji=0 fo=0 cl=0)      
    Information     Data transfer     Waiting in host spoo     Not printed     Request passed to host spool system                                   
    Error     Data transfer     Completed     Not printed     Internal message not found (mssg ID = PO, mssg no. = )                
    Information     R/3 format     Formatting     Not printed     Formatting completed by spool work process                            
    Information     R/3 format     Formatting     Not printed     Formatting begun by spool work process                                
    Information     SAP Spool     Formatting     Not printed     Processing begun by spool work process                                
    Information     SAP Spool     Waiting for spool se     Not printed     Print request 155279/1 created

    edit the check printing program using your abap team.
    EX:
    form:F110_PRENUM_CHCK
    Edit this form according to your requirements
    chandra

  • I cannot get automator to print to 4x6. It only recognizes 8x10. Help.

    I am trying to create a folder action that will print to 4x6 paper. I've set up my default printer and paper size correctly yet automator "Print Images" does not recognize the default and tries to print it in letter size.
    Is there any way around this?
    Thanks

    Anyone ever figure this one out? I've got the same problem. When I print to my printer from another app, there is a specific paper size that shows up, as defined by the printer's driver. For some reason, in printer setup, this paper size isn't selectable from the list of defaults, and adding it manually still won't fix it.
    It seems to print ONLY when the paper size is specifically set to what the driver wants, and Automator seems to totally ignore that.
    Help?

  • Print PDF with special print options of Canon IR printer

    Hi,
    We have a collection (db driven) of PDF documents that we want to send to our network printers. Some document need a hole punch of some other specific printeroptions of a Canon IR printer.
    The ideal solutions is a windows application where i could define virtual printers with their print options (pdf and printer specific).
    Eg:
    A user creates in a the windows app a virtual printer with name and print options
    - FastPunch: Printer IR5570 with hole punch
    - Fast: Printer IR5570
    - Color: IR C4080
    - ColorBooklet: IR C4080 with booklet options
    When the app starts its batch it will look at de db and find rows with an PDF and the name of a virtual printer. The documents are printed with specific printer preferences.
    Does someone has experience with such an solution? Tips?
    Someone wants to make this in vb.net (or c#)? What cost?
    gtx, Pierre

    I have downloaded the Acrobat SDK but I haven't really waded through the documentation or samples yet. I've only been working on this project for about 3 days now and not full time. This isn't the highest priority at work. I've worked a bit with the adobe reader control and that looks like it has some promise.
    I have two significant problems:
    1) I don't want the user to see any windows appear other than my console application. That way I have it working right now, Acrobat is required and appears minimized while the file is spooled and then is closed after spooling completes. Not so horrible but I'd like to get away from it if possible. To print the file right now I'm using the startprocess module or something (new version of shell I think). I'm starting the pdf with the verb "Printto" and that tells Acrobat to print to a printer that I specify.
    2)Biggest problem. I have no reliable way to change the number of copies or any other print settings. I am not willing to write a program that spools a single copy multiple times just to get multiple copies. Currently my program uses rundll to open a printer preferences dialog, and SendKeys to modify the print settings. This means that the computer cannot be used while automated printing is occurring.
    Right now the program's only saving grace is that it allows the user to be ignorant of the job settings so that all the user has to do is indicate an item number and quantity and walk away (hoping nothing changes the focus and derails SendKeys - but we know that kind of thing never happens in XP :P )

  • Printer spewing out blank pages

    hi. suddenly yesterday when i try to print anything from my documents which i use microsoft office 2010 , it is spewing out blank pages.
    it sounds as if it is printing but nothing comes on the paper, i have new inks in and if i use a craft program it will print.
    i have done the help doctor program and it says eveything is okay and prints a test paper
    anyone any ideas please

    Does this printer have a removeable print cartridge and was there a long period of time that the printer was not used? Have you tried performing the automated print-head cleaining? Do that three times as well. 
    -Spencer 

  • Petition to bring back "Print PDF" to InDesign

    Would anyone else like to join a petition for bringing back "Print PDF" as an option in the InDesign Print menu?
    I am on CS4 and my colleagues are on CS5 and they have no end of problems getting their PDFs the way they want them from the command near the Export options under FILE.
    We work at a printers and in the end my colleagues come to me with CS4 to get the print ready files through to our RIP for making plates for litho printing.
    The vital parts that are missing for CS5 is the option to choose the sheet size of the PDF and much more precise management of the colours and DPI/LPI.
    We can't afford the latest kit for everything or to upgrade everything just because InDesign CS5 has lost a bit of functionality. I don't know what I'll do when it comes to my turn to upgrade and I know that there will be consequences for how we get our InDesign files through for printing. One big headache.
    Why oh why oh why did Adobe decide to take this extra functionality away?

    On behalf of Adobe:
    I assume you are referring to InDesign running on under MacOS.
    (1)     Adobe never “took away” any ability to produce PDF via distillation of PostScript. In what was described by Apple as a security enhancement, Apple themselves disabled the ability of Adobe Acrobat to have an automated “print to Distiller” capability via the Adobe PDF PostScript printer driver instance on the Macintosh (this feature remains available under Windows). If you are going to complain to anyone, complain to Apple. This has nothing to do with a particular version of either InDesign or the Creative Suite, but rather, MacOS version.
    (2)     You still can conceivably produce PDF via distillation of PostScript by producing a PostScript file and then either manually distilling it or using the “watched folder” capability to automate the process of distilling PostScript into PDF.
    A “petition” isn't going to change anything in this regards.
    However, even though production of PDF via distillation of PostScript is still available, albeit not quite as convenient, we would wonder why you believe that you need to produce PDF in that manner?
    PostScript generated by InDesign is not optimized for creation of PDF, but rather for printing directly to a PostScript device. It is highly device dependent with no support of color management and live transparency. It is created for a specific page size, a specific device resolution, and a specific color space. The fonts are embedded in the PostScript file in a manner that is not conducive for high reliability PDF creation.
    Adobe most strongly recommends that all PDF creation from InDesign be performed by the Export function in which PDF is directly generated from the InDesign document without any PostScript intermediary. This provides the ability to produce highly optimized, device independent PDF with full color management, live transparency, searchability, etc.
    You state that the vital parts that are missing for CS5 is the option to choose the sheet size of the PDF and much more precise management of the colours and DPI/LPI. Sorry, but that doesn't make sense at all.
    Regardless of the “page size” chosen for your InDesign document, you can effectively choose a different (larger, but not smaller, obviously) page size for the exported PDF by judicious use of the bleed and slug areas either as defined originally for the document or as overrides at PDF export.
    In terms of color management, PDF export fully supports ICC color management and by selecting appropriate export joboptions (such as PDF/X-4), you can fully manage all colors (RGB, CMYK, LAB, and spot colors) through the rest of your workflow.
    I am not quite sure what you mean by precise management of DPI/LPI, but neither for composite PostScript (which is what you would distill to get a composite color PDF file) nor for PDF export does InDesign support direct specification of screening parameters (what I assume you mean for DPI/LPI). If you print separations directly from InDesign to a PostScript device, yes, the InDesign Output Print dialog allows you to specify generic (not on an image by image basis) frequency and angle for each of the separations which results as setpagedevice parameters in the PostScript file (and subsequently ignored by the Distiller). And if in fact you are creating pre-separated PDF, you are really using a non-supported, strongly not-recommended workflow.
    Assuming that you are using a composite color PDF workflow, separation colorant line frequency and angles is normally handled automatically by any modern-day RIP. If you are sending your PDF files directly to a RIP, this separation colorant line frequency and angle information is normally either set via JDF commands or via the RIP's operator console and/or job submission system and is not somehow extracted from the PDF file itself. Many RIPs totally ignore such information, especially if they use FM or proprietary screening techniques.
              - Dov

  • Is it possible to have NEW emails print automatically?

    We operate a small restaurant and are setting up an online order form.  If possible, we would like the new email orders to print automatically so the kitchen can hear a new order coming in, and then simply grab the paper for the order WITHOUT having to mess around with the computer.  Is it possible to make a folder or "something" that will print all new arrivals?
    Any help is appreciated!

    Thanks for your quick response, but I have no clue how to use automator, is there someplace to look up this subject of how to make automator print emails?

Maybe you are looking for

  • On how many macs can one install LEOPARD?

    What if one owns 2 G5's and a MacBookPRo intel ( over 10,000 dollars ) you mean to tell me that if one buys one Leopard DVD it will only install on one of those three computers? how is it that a friend installed Tiger on all 3 of her computers? Even

  • Pages '09 Does Not Have "Sidecar" File?

    I read somewhere that a difference between Pages '08 and '09 is that '09 no longer stores formatting data, etc. in a .xml "sidecar" file. Is this correct? A couple of times I have had Pages '08 files that would not open because the file was no longer

  • The static field should be accessed in a static way

    Hello, I am developing a java app in eclipse and I am getting the error message: The static field Calendar.DAY_OF_WEEK should be accessed in a static way I am trying to get the first day of the first week in the current month, here is my code: Gregor

  • Removing BCC with Apple Script when automatically BCC myself is set in pref

    I have "Automatically Bcc myself" set in the Mail Composing preferences, which I like because I get a copy of email that I send. I also have an apple script that forwards messages to an email address. When I used this apple script on Tiger, the BCC o

  • Dateformat Problems

    I'm getting a wierd problem with dateformat, coldfusion version 6,1. I just installed the updater as well, but not sure if I now need to run it, or how to run it. There were mentions of this problem in the updater fixes, so it might well be down to t