Acrobat Reader ActiveX Control printer selection

Hello,
I'm using the Acrobat Reader ActiveX control  in a web page (IE8) to automatically print a PDF document. I don't want to show the preferences dialog box, so I use the "printAllFit" method. This method sends the document to the default printer of the OS.
The problem that I have is that the client uses more than one printer, so I need to change the default printer before the method invocation. But if I change the default printer (manually or programmatically by a custom ocx) the ActiveX is still sending the document to the initial default printer.
I have solved the problem for Acrobe Reader 8 (or lower) by killing the Windows process of the Acobat Reader ("AcroRd32.exe") before a new method invocation, but in Acrobat Reader 9 this process doesn't exist (I think that it is associated to the IE process, and I can't terminate it).
Any idea to solve this problem?
Thank you very much for your help

With Reader 9, there is one process per PDF that is opened.

Similar Messages

  • Adobe Acrobat Reader ActiveX Zoom Issue

    I can't seem to figure out a way to calculate the current zoom percentage.  When the document comes up it's auto sized for width.  However I have no way of knowing what the zoom value is.  How do I figure out what the current zoom is?  I'm using the Adobe Acrobat Reader ActiveX control.  I can't use the full version or anything that requires a royalty because this application will be distributed to thousands of clients.  So to the vendors that want me to buy their product don't waste your time...  Thank you in advance for any assistance.

    Reader Forum (it is a different product)
    http://www.adobeforums.com/webx?13@@.3bbf42f7

  • Using Acrobat Reader activeX to get the current page views in a document

    Hello,
    I'm using the Acrobat Reader ActiveX control.
    How can I use this API (or any other way) to get the current page of the PDF document inside the Acrobat reader ActiveX control ?
    Thanks
    Ariel

    Aandi,
    I reckon that you might be right.
    But as side note, maybe Adobe will lose me and others as contributers for her PDF oriented solutions for other formats.
    In the long run experts can tell which approach is better: a .Net like approach (no limitations upon development issues for ) or this kind of an approach.
    Thank you very very much for you help!
    Ariel

  • Adobe Reader ActiveX Control

    Hi I want to create windows user control using adobe reader activex control, which will eventually be hosted on WPF application. But I want to customize the control so that a user is unable to print or save the PDF document using the activex user control's user interface.
    Is this possible ...if not is there an alternative solution to my problem.

    > Does anyone know how I may obtain developer assistance with this issue?
    Log a case with Adobe Acrobat Developer Support.

  • Adobe Acrobat Reader's slow printing

    I had this same problem with Tiger when I first got a printer server for my printer (HP Laserjet 1200) but I fixed it by selecting another driver. Basically what happens is that takes like 5 minutes to print the first page, and after the first page it stops and waits a few minutes to print the next page. This only happens for Adobe Acrobat Reader but it prints like normal on Preview and Office. I've tired selecting other drivers, another protocols (Appletalk, IP, Windows), removing and adding the printer again, updating and downgrading drivers, but nothing seems to work.
    My little brother (on a iMac 20" Intel Core 2 Duo and Leopard) also has the same problem.
    Does anyone else have the same problem or knows how to fix this?

    Adobe indicates that Adobe Reader 8.1.1 requires an update to be fully compatible with OS X 10.5. They are estimating the update will be ready in January, 2008. See http://www.adobe.com/go/leopardfaq They do not indicate what conflicts there are.
    Matt

  • Where does Acrobat Reader store its print preferences?

    I'm trying to print a file directly with no human interaction using Acrobat Reader. To do such, I'm using the command line arguments "acrord32.exe /t filename \\printerlocation\printer".
    Printing works just fine except for one detail: some of my pdf files need printing with "Auto Rotate and Center" checked and "Page Scaling" to "None", while others need "Auto Rotate and Center" unchecked and "Page Scaling" to "Fit to Printable Area"...
    I've realised that Acrobat Reader stores its last selected preferences (if you close Acrobat and re-open it, these two settings are still set as they were the last time you closed Acrobat) but the question is... where?!
    I've noticed the bprintAutoRotate and the bprintExpandToFit keys in the registry under (HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\8.0\AVGeneral) and they even change their values whenever I change the options in Reader and close the application, but changing them through my application seems to have no effect - I see the values changing in the registry but Acrobat still prints (and displays if I open the print preferences dialog) the last settings it had memorized before I changed them in my application...
    Is there any other location where Acrobat stores these printing preferences? Is there a way to change these settings through the windows registry or any other configuration file(s)?!
    By the way, I'm using Acrobat Reader 8.1.3.
    Thanks in advance

    Hi Michael!
    Maybe
    HD > Users > Your Account > Library > Preferences: com.apple.internetconnect.plist this one?
    Good Luck!
    ali b

  • Disable Right Click Pop-Up Menu on adobe reader activex control

    Hi,
    I am using adobe reader activex control on my vb.net window based application.May i know how can i disable right click pop-up menu on adobe reader activex control?I don't want search function from right click pop up menu.
    Please help me.
    Thanks and best regards,
    Ko Ko

    Hi,
    I would disable the right click.....
    perhaps you can call a javascript function to display a table of options on your jsp with a layer:
    function myOptions( )
    var fullText =      "<table width='278'>" +
         "<tr bgcolor='#FF9900'>" +
         "<td colspan='3'> <b><font color='#000000' face='MS Sans Serif' size='3'>Option1</font></b></td>" +
         "</tr>" +
    "<tr>" +
    "<tr bgcolor='#FF9900'>" +
         "<td colspan='3'> <b><font color='#000000' face='MS Sans Serif' size='3'>Option2</font></b></td>" +
         "</tr>" +
    "<tr>" +
         " <td height='35'></td>" +
         " <td colspan='2' height='35'>" +
         "     <div align='left'>" +
    " <br>" +
    "     <p><font color='#FF0000'>Select option's from above.</font></p>" +
    "</div>" +
         "</td>" +
              "</tr>" +
    "</table>";
    editLayer( fullText, lyr );
    showLayer( lyr );
    editLayer and showLayer will display table on JSP....remeber to call the layer "1yr"
    // Show the visible layer that is passed into the function
    function showLayer( _obj ){
    if ( ns() ){
         _obj.visibility = "show";
    } else {
         _obj.style.visibility = "visible";
    // Write the layer with the text in the parameters
    function editLayer( txt, obj ){
    var doc;
    if ( ns() ) {
         doc = self.document._obj.document;
         doc.write( _txt );
         doc.close();
    } else {
         doc = _obj;     
         doc.innerHTML = _txt;     
         doc.document.close();     

  • Problem with Acrobat Reader Browser Control (LoadFile)

    Hi
    I am trying to use the Acrobat Reader Browser ActiveX Control to show a PDF file in a window from my application but I am finding a problem. It all works fine, unless I have the exact same PDF file open in Acrobat Reader at the same time. If I have the exact same PDF file open, the Browser Control appears to completely fail when I tell it to LoadFile. No errors are raised, but the control simply appears as a white rectangle with no controls at all. In fact, it is the same appearance that it has if you don't call LoadFile at all.
    I have Reader 9.3.4, I am using VB6, I have drawn an instance of the control at design time. I am only calling LoadFile, like this
    Private Sub Form_Load()
        AcroPDF1.LoadFile "c:\mypdf.pdf"
    End Sub
    I have read the OLE parts of the interapplication developer guide and the interapplication communication api reference and I can't see that I am doing anything wrong.
    Can anyone help? Is this perhaps a known problem in Reader?
    Thanks in advance
    Mark

    Hi everyone,
    I have found a workaround, inspired by another post about LoadFile problems. Rather than LoadFile I am now using the "src" property of the control. This works even when the PDF file is open in Acrobat Reader. My code is now
    Private Sub Form_Load()
        AcroPDF1.src = "c:\mypdf.pdf"
    End Sub
    I don't understand why this should work, but it does.
    Thanks
    Mark

  • Acrobat X ActiveX Control problem

    Hello,
    we embed Acrobat Reader X in our application to view PDF Files. We use the Acrobat Reader Active X Control for that. Recently we started to get report about problems with the plugin and do not know what to search for. It seems that when used as ActiceX Control, Acrobat Reader is not loading the document correctly which makes find operations or signature checks hang forever. Also no thumbnails are created in Thumbnails View (just an empty white page). Opening the same file in reader directly works OK with no issues. Any ideas what to look for? The same code works perfectly with older versions of Acrobat ActiveX Control.
    Here some screenshots from a sample application we created to test the issue:
    1) No Thumbnails - only white pages
    2) No signature - although the document is signed
    3) When pressing 'Verify All' on the signatures panel - the following message appears (it basically states: "for this operation, the whole document needs to be downloaded") - but the document is local and has been loaded. Pressing OK makes it hang forever.
    A similar problem happens when using CTRL+F - i can enter a search, but then it hangs forever saying that page 1 of x is searched. Probably the same issues that the Active X controls thinks it needs to download something.
    Here the code we use to create the control and load the file:
    m_pPdf = new CAcroAXDocShim;
         CRect r; GetClientRect(r); r.bottom -= 50;
         if (!m_pPdf->Create(_T("AdobeWnd"), WS_CHILD | WS_VISIBLE, r, this, 12345))
              delete m_pPdf;
              m_pPdf = NULL;
         m_pPdf->LoadFile (_T("d:\\temp\\Thea7b2.pdf"));
    Anyone experienced something similar?
    Any help or feedback would be greatly appeciated.
    Thanks,
    Wolfgang

    Same problem here with 10.1.0.
    No new information about a fix/update/solution????
    Regards,
    Andreas

  • Acrobat Reader 9 slow printing

    There is no question that Acrobat Reader 9 causes problems with printing. I, as many others, reloaded printer drivers, checked every other possibility and finally removed version 9 and reactivated version 8. No more problems. This was with an HP P2015 laser jet printer. Reader 9 definitely has some issues.

    If Adobe Acrobat Reader prints slowly try the following:
    1.             Open a PDF file
    2.             From the menu, select File > Print
    3.             From the dialog displayed, click on the Advanced button at the bottom
    4.             On the Advanced Print Setup dialog, make sure that “Let printer determine colors” is CHECKED.
    5.             Click OK and OK to print the document.
    This worked for me.

  • Get page number from adobe reader activex control

    I used adobe reader activex contol in my application, I wanna access currect page number of open pdf, for that I require AcroExch.App.Avpageview. where we can get it and what would be the cost of it.Or any othe solution for access the page number of pdf.

    This is an interface supplied by Adobe Acrobat, Standard or Professional. (Note that EACH user will need to buy a copy). (And note that you cannot mix interfaces, so you won't be able to use this while displaying in the control).

  • Acrobat reader will not print what is showing on the screen

    I created a business card in a graphic design program,  exported it as a PDF file. When I open the pdf file in acrobat, it will display correctly on the screen, but will not print correctly. 
    When I click on the print icon, a box opens and shows a small preview of what is supposed to print. What shows in the small preview box is correct, but when it prints, it drops off text.
    When I go back to the program that created the card, it will print correctly from that program.  When I open the pdf file in Photoshop, it will print correctly in Photoshop.  It just drops off text in Acrobat Pro or Acrobat Reader when printing.

    This sounds very similar to the issue that I am having.
    acrobat pro printing correctly ,same file with adobe reader printing grey instead of black.
    Unfortunately I have not yet gotten any feedback, and your post being over 45 days without a response doesn't bode well for my issue either.
    Sorry I can't help you.

  • Acrobat Reade x on Printing with ghost script 8.54

    Hi,
    1)open a pdf file with adobe reader x
    2) Then select " print" using Ghost script 8.54 version
    3) Ghost script throws "stack overflow" and "offending Command" error message
    this does not happen ,with earlier version of Adobe reader
    Can any one reply the reason for this behaviour.
    Thanks,
    A.Aravind

    We do not know what platform you are running your software on. Personally, I think this is a question for Ghostscript support, not Adobe Reader. You can try to print to a postscript file, then run Ghostscript on the postscript file. If you have the same error then post a bug report here:
    http://bugs.ghostscript.com/

  • Acrobat reader will not print in OSx maverick

    I have not been able to print pdf files in Acrobat Reader using OSx Maverick. I have re-installed the the most recent version of Acrobat reader a couple of times but no success printing. Anyone dealing with the same proble and is there a solution?

    msicmn wrote:
    I have not been able to print pdf files in Acrobat Reader using OSx Maverick. I have re-installed the the most recent version of Acrobat reader a couple of times but no success printing. Anyone dealing with the same proble and is there a solution?
    All I can report to you is that I can print from Adobe Reader just fine. I'm using an iMac running Mavericks 10.9.1 and have been able to print since day one. One suggestion is to use Adobe Reader's print button icon instead of just Command-P.  You might also try repairing permissions using Disk Utility.
    What happens, exactly, when you attempt ot print and how do you try to do it?

  • Acrobat Reader X sometimes prints heavy black hoizontal lines.

    About 30% of the time Adobe Reader X prints heavy black horizontal lines across many sections of the page.   The lines start close to the left edge of the page and continue to the right side of the page, introducing more and more lines until the block in some cases is almost an inch wide.
    This happens regardless of the physical printer selected.
    Subsequent printing of the same page produces a differnt black line pattern, never repeated, no reduction on number of lines, and I can never get a clearly printed page.
    I can re-generate the PDF from the base application and yet another pattern of  black lines print.

    Sorry for partial documentation of the problem.
    OS = Win XP SP3 with all current fixes.
    Reader 10.0.1,
    Checked for updates - none available.
    Using TurboTax by Intuit to create PDF's, so I can't post a troublesome PDF.
    The behavior happes on HP LaseJet 1022  and HP LaserJet 5P

Maybe you are looking for

  • How do I get COnfigurator to use my external Hard drive?

    I have a Macbook Air with a really dinky hard drive with which I am supervising 100+ iPods and other devices with Apple Configurator.  I filled up the hard drive after six months with Configurator stuff.  I bought a 2 Tb passport that I hooked up to

  • OSM DataInstance JDBC Adapter: Invalid SQL issue....

    Hi, We are facing one issue while using the database adapter as DataInstance Behavior. Here are the scripts we used for the highlighted parameters: oms:datasource as XPATH: 'mslv/oms/oms1/internal/jdbc/DataSource' oms:sql as XQUERY: <instance name="O

  • Forum FAQ

    Hi I'm in the process of updating the [url http://forums.oracle.com/forums/help.jspa]OTN Forum FAQ, as there were quite a few incorrect things in there (like the link syntax). Anyone can do this, as it's actually a wiki, but you have to sign up first

  • Data Base Interaction

    Hi i wolud like to interact with oracle database in atg so i created one ds file that is xml file after creation of ds file where i have to register that ds file in order to interact with data base in atg

  • Start/stop communication channel

    hello, does anyone know, if there is a way to stop and start a communication channel, other than setting it inactive or active in the integration builder ? thanks, Peter