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

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.

Similar Messages

  • How do i set up the eprint from my blackberry so i can send emails to my printer and print them off

    how do i set up eprint on my blackberry so i can send emails from my phone to the printer and print off

     Hi Tanya_Carroll,
    You can follow this link to set up ePrint. 
    http://h71028.www7.hp.com/hho/us/en/ep/articles/setting-up-mobile-printing.html
    Once ePrint is setup, you can send an email to the printer's email address.
    Be sure to use one of these email clients when sending to the printer.  If the Blackberry will not send using your original email address, setup a new email account on the Blackberry and try again.
    Hotmail, Yahoo! Mail, Gmail
    BlackBerry mail clien
    Although I am an HP employee, I am speaking for myself and not for HP.
    If I have resolved your issue, feel free to provide Kudos and make sure you mark this thread as solution provided.

  • AirPlay won't recognize printer and print although HPprint app does

    My iPad will not print from AirPlay and shows no printer on my wifi network from AirPlay. However,  I can print from my HPprint app and the app recognizes my printer on my wifi network. Any suggestions to get AirPlay to recognize the printer and print?

    HP Photosmart C4795.
    Maybe not on the approved list even though the app recognizes it?

  • Slow Print and Print Setup command in Reader Ver. 8.1.2

    Print and print setup command take over 30 seconds to load on Reader ver. 8.1.2. I tried ver 6 and same thing happens. Using the print shortcut and same thing happens.
    System: New Dell computer (Windows XP Pro, SP2). Any advice would greatly be appreciated.

    You are not alone. Same problem here on a brand new computer with 2GB of RAM. Three minutes total to print a small, black and white 1 bit, 15 page pdf file. Previous to 8.1.2 (8.1.1) the same version printer drivers (Xerox Phaser 8860 Series) worked fine (both PS and PCL versions). I've been trolling for a fix this morning - so far nothing.

  • How to fetch print and print preview variables

    hi everyone,
                          my requirement is as soon as sales order created. printout of that sales order will be taken at the same time email should be send to that particular customer.
    the problem is the email is sent as soon as we check the print preview itself.
    but the mail should be sent afte the pressing print button only.
    how to fetch print or print preview by program
    regards
    karthe

    Hi everyone,
    I have tried open form and close form
    The itcpp-tdspoolid eq '0' for both print and print preview.
    I have set the open form
    dialog = 'X'.
    have i got to set anything in open form.
    this is my open form and close form.
    CALL FUNCTION 'OPEN_FORM'
    EXPORTING
    DIALOG = 'X'
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL FUNCTION 'CLOSE_FORM'
    IMPORTING
    RESULT = itcpp
    IF SY-SUBRC ne 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    else.
    if itcpp-tdimmed eq 'X' and itcpp-TDSPOOLID ne ''.
    endif.
    regards
    karthe

  • HT4356 I GOT AN EPSON WP-4533 WHICH HAS AIR PRINT AND PRINTS FROM MY MAC AND MAC BOOK W/O PROBLEMS, BUT WON'T PRINT FROM MY IPHONE.  IT IS NOT ON THE ABOVE LIST OF PRINTERS, BUT BOTH EPSON AND APPLE SAID IT WILL WORK.

    I GOT AN EPSON WP-4533 WHICH HAS AIR PRINT AND PRINTS FROM MY MAC AND MAC BOOK W/O PROBLEMS, BUT WON'T PRINT FROM MY IPHONE.  PROBABLY BECAUSE IT'S NEW IT'S NOT ON THE APPLE LIST OF PRINTERS, BUT BOTH EPSON AND APPLE SAID IT WILL WORK. ANY THOUGHTS

    Some things you can try.
    Startup Issues - Resolve
    Startup Issues - Resolve (2)

  • Can I hook up my ipad to a printer and print with it?

    I work in a rural area where we can only get satelite internet. We want to start printing orders here and I know there is an app for printing, however we do not have a wireless printer, Do we need to buy one or can I use the charging cord my Ipad came with and hook it up with the USB to my existing printer and print that way? Any help would be greatly appreciated!
    Tiffany

    You'll need a printer that is compatible to AirPrint, see this article:
    http://support.apple.com/kb/HT4356
    You can't use the cord to connect.
    There are apps inn the app store that let you print over the Internet, without having an AirPrint compatible printer.

  • Updation of table after Print and Print-Preview in smartform

    Hi,
    I am having a requirement where i need to print multiple deliveries with the sales order data each delivery on a new page using smartform.
    Now , i am using SSF_OPEN, SSF_CLOSE Fm's for the same. I need to update a Z table after the user clicks on PRINT from the pop-up or print from the print preview screen.
    I tried using the output_info parameter in the smartform where i read from a post that the OUTPUTDONE parameter becomes "X" in the job_output_info when the user clicks print wither in the two ways said before.
    This does not work out in case if the FM'S SSF_OPEN and SSF_CLOSE are used.
    Kindly help me on the same.
    Thanks in advance

    yes i tried that..using the AT new event for a Delivery and then a command to go to the NEW PAGE, but somehow when i execuet the form, i could not see the layout..so in the debug i saw the subrc after the FM is run..it says SUBRC = 2 i.e. internal error. I am not able to figure that out.
    So i had to use these open and close, nowi just want to update a z table if the user clicks on the print button (print preview screen) after using the print preview .
    Kindly suggest.
    Thanks.

  • HP 6500 Printer and prints very faintly.

    I changed my ink cartridges in my HP 6500 printer and it now prints very faintly or when I send a test print to the printer from my computer it will only feed the paper thru the printer.

    The document here may help resolve black not printing on your Officejet 6500.  Be sure to check the vents as shown in solution three.  If this does not resolve the issue the post here may help.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • All of a sudden Very Slow Printing and Print to PDF

    I am running OSX 10.4.11 on A G4. I was having no trouble printing to a HP2500. The time to print or print to a PDF was fast from all my applications. I am focusing on InDesign CS for this discussion. I changed recently to a HP 3600N and also to 10.4.11. Now it takes 1 hour to prepare a 28 page color document for printing. Once job is sent to the printer it takes about 3 minutes to actually print it. The slow rendering of the document also occurs when creating a PDF using the Print dialog. I tried the 2500 as a test and found the same problem. It appears that 10.4.11 is the culprit. I tried the same document on my iMac running an older OSX and I had no problem. I wish I had my back up drive still on 10.4.9 so I could check that out but alas I backed up and now have the 10.4.11 OS mirrored on that drive.
    I am out of business until I can resolve this problem.
    Eagerly awaiting advice!
    Dan

    Drive A is 60 GB with 3.66GB free.
    Running OSX from that drive should really slow it to a Crawl, and is getting to the dangerous point... you need at least 12GB fre, 30 GB would be better.
    Nt certain why the other is so slow... did you open Activity Monitor & observe CPU, Memory & such while it is slow?
    If you can free some space on the Internal, Might give a try with Applejack...
    http://www.versiontracker.com/dyn/moreinfo/macosx/19596
    After installing, reboot holding down CMD+s, then when the prompt shows, type in...
    applejack AUTO
    Then let it do all 5 of it's things.
    At least it'll eliminate some questions if it doesn't fix it.
    The 5 things it does are...
    Correct any Disk problems.
    Repair Permissions.
    Clear out Cache Files.
    Repair/check several plist files.
    Dump the VM files for a fresh start.

  • I can print from every app on my MacBook except with Firefox. Printing and print preview only produces blank pages???

    I have a MacBook Pro with Mac OS 10.6.4. Within Firefox, if I select File -> Print and then select preview a get a blank page. The same thing occurs if I sent the print request to my printer. I can print and preview from Safari and from any other application. Firefox is the only app that I can't print from.

    Is there anyone who can assist????

  • Print and print priview of top-of-page event

    Hi,
    i used oops to display top of page using document class, i am printing or print priview, it is not showing. please tell how to print this html document. i am succesfully displaying html document in grid display, while printing the list, it will not printing, please tell me solution.
    Thanks
    Sudhakar
    Sample code:
      CREATE OBJECT g_document
         EXPORTING
          style = 'ALV_GRID'.
      CREATE OBJECT g_docking
        EXPORTING
          repid = g_repid
          dynnr = '0100'
        ratio  = 95.
          extension = 700
          side  = cl_gui_docking_container=>dock_at_top.
      IF sy-subrc <> 0.
      ENDIF.
      CREATE OBJECT g_splitter
        EXPORTING parent = g_docking
        rows = 2
        columns = 1.
      CALL METHOD g_splitter->get_container
        EXPORTING
            row       = 1
            column    = 1
        RECEIVING
            container = g_htmlc.
      CALL METHOD g_splitter->get_container
          EXPORTING
            row       = 2
            column    = 1
          RECEIVING
            container = g_alvc.
      CALL METHOD g_splitter->set_row_height
          EXPORTING
            id     = 1
            height = 14.
      CREATE OBJECT g_grid0100
            EXPORTING
                 i_parent = g_alvc.
      CREATE OBJECT g_event_receiver.
      SET HANDLER g_event_receiver->handle_top_of_page FOR g_grid0100.
      SET HANDLER g_event_receiver->handle_top_of_list FOR g_grid0100.
      CALL METHOD g_document->initialize_document.
      CALL METHOD g_grid0100->list_processing_events
        EXPORTING
          i_event_name = 'TOP_OF_PAGE'
          i_dyndoc_id  = g_document.
      gs_print-reservelns = 2.
      PERFORM build_fieldcatalog.
      PERFORM build_layout.
      g_save = 'A'.
      gs_variant-report = g_repid.
      CALL METHOD g_grid0100->set_table_for_first_display
        EXPORTING
          is_layout                     = gs_layout
          is_variant                    = gs_variant
          i_save                        = g_save
          is_print                      = gs_print
        CHANGING
          it_outtab                     = gt_alv0100
          it_fieldcatalog               = gt_fcat
        EXCEPTIONS
          invalid_parameter_combination = 1
          program_error                 = 2
          too_many_lines                = 3
          OTHERS                        = 4.
          CLASS LCL_event_handler IMPLEMENTATION
    CLASS lcl_event_reciever IMPLEMENTATION.
      METHOD handle_top_of_page.
        DATA: l_date(10) TYPE c,
              l_text TYPE sdydo_text_element.
        WRITE sy-datum TO l_date.
        CONCATENATE 'Report Date:  ' l_date INTO l_text.
        CALL METHOD e_dyndoc_id->add_text
          EXPORTING
            text         = l_text
            sap_fontsize = cl_dd_area=>strong.
        CALL METHOD e_dyndoc_id->new_line.
        CALL METHOD e_dyndoc_id->add_gap
          EXPORTING
            width = 8.
        IF g_htmlv IS INITIAL.
          CREATE OBJECT g_htmlv
            EXPORTING
              parent = g_htmlc.
        ENDIF.
        CALL METHOD g_document->merge_document.
        g_document->html_control = g_htmlv.
        CALL METHOD e_dyndoc_id->display_document
          EXPORTING
            reuse_control      = 'X'
            parent             = g_htmlc
          EXCEPTIONS
            html_display_error = 1.
      ENDMETHOD.                    "handle_top_of_page
      METHOD handle_top_of_list.
      ENDMETHOD.                           "handle_top_of_list
    ENDCLASS.                    "lcl_event_reciever IMPLEMENTATION

    Hi,
         While using OOPS for ALV, the top-of-page and end-of-page will not show at display, but while printing it, then it will be printed properly, try to take the printout and observer.
    <REMOVED BY MODERATOR>
    Edited by: Alvaro Tejada Galindo on Jun 12, 2008 2:08 PM

  • HT3771 How do I get my computer to recognize my printer and print both Windows7 and Safari?

    I added Parallel software to my MacBook Pro 10.6.8.It was printing fine then asked me to connect usb.  I was just choosing esc.  I think I chose connect Windows.  Now won't print some things.  How do I get it to print all things on both sides?  Thanks for your time

    You need to connect your printer to your WiFi router wirelessly - maybe by using the printer's front panel (if it has one) or maybe by using a Windows (usually) PC connected to the printer with a USB cable.
    Once that's done, you can disconnect the USB cable, and print wirelessly.  From your description, I'm not sure you've done this required first step.

  • Bran New to Mac - Printer and Printer Setup Question

    I am very new to Macs, and I'm getting a Macbook Pro when Leopard comes out.
    Would I need a certain printer for the laptop and a certain connector that I would need to buy seperatly for it?
    -Shaun

    Hi Shaun
    Congratulations on the Macbook Pro!
    Almost every modern printer will work just fine with the laptop. Most commonly, you would get one with a USB connection, which will attach directly to the laptop. Such a printer could also connect to an Airport Extreme/Express, and then you could print wirelessly. Make sure that the printer comes with a USB cable, or buy one - it'll likely have a "square" USB connection for the printer, and a "flat" connection for the Macbook's USB port.
    Some printers also have network connections, so they can attach to a network device (like a router) and the Macbook would be able to discover and print to it, but this is more common with larger printers such as office laserjets.
    Matt

  • MacBook Pro not recognising printer and printer list empty

    my MacBook Pro isn't recognising my printer. This happened before Yosemite update. I looked in the printer list and my printer was the only one there. On advice I deleted it and tried to re add it. There are no printers in the list to click on. I have a canon MP280. I upgraded to Yosemite and still no luck.
    i Also wanted to ask if my printer can be attached to a BT home hub.
    Thanks in advance

    Howdy Indanthrone,
    Welcome to Apple Support Communities. 
    The article linked below provides troubleshooting suggestions that’ll resolve most printer setup issues, like the one you’re seeing with your MacBook Pro and Cannon MP280.
    OS X: Printer and scanner software available for download - Apple Support
    Take care,
    -Jason

Maybe you are looking for

  • How can I add a birthday without creating a new contact?

    Hiya, I would like to add birthdays to my calendar for my friends children and my neices and nephews.  However, I don't want to create a new contact for all of them. Can I add an entry into the birthdays calendar only?  When I add an entry in iCal on

  • Using the Hard drive space

    I want to buy a classic iPod either 80 or 160gb, but my question is my setup. I have a laptop with only a 60gb hard drive with an external 500gb hard drive. Will I be able to use my external drive to house my itunes files so I can use all 160gb?

  • EDI 997 generation feature of B2B

    Hi all, Customer wants to the EDI 997 enabling for B2B They had set up Inbound 810 Transaction for a Remote Trading Partner and have used "EDIX12 over Generic Exchange" as the Exchange Proto. In the Operational Capability they have set the Is Functio

  • Migration of E-mail of a Domain from one Office 365 to other Office 365 account

    Hey, I am having my email address created in xyx.com domain running in an office 365 account. I want to migrate my Domain and e-mail account to other office 365 account without loosing any mails. please suggest me the migration process if this can be

  • What is the latest BIOS for a PXI-8175 comtroller

    I need to know what the latest BIOS is for a PXI-8175 and how to down load it.