Using Acrobat ActiveX methods

I have successfully inserted an Acrboat container and opened the correct file, but in a effort to set a few parameters I have gotten an unsatisfactory view.
I have successfully set the toolbars and scrollbars to be off.
I have successfully set the page to be displayed.
However I would only like one page to show and I would like for that page to fill (zoom to) the container window.
So far it zooms out to show 3 to 4 pages at a time.
Doug Ferguson
www.southerndaqsolutions.com
Attachments:
PDF Viewer Setup.vi ‏13 KB

Well, that would make a difference. 
However, I have replaced the PDF container with the Web Browser container. Its much cleaner and turns out to be a better solution.
Doug Ferguson
www.southerndaqsolutions.com

Similar Messages

  • Using APT ActiveX methods to create a labview program for BPC 203 3 channel Benchtop Piezo controller

    Hi Everyone,
                      I am really very new to Labview and i am in great need for some help.I am assigned a task where i am supposed to create a labview program to control or moniter a BPC203 3 channel benchtop  Piezo controller. I created a program with the help of the instructions provided in the APT-Labview guide provided by Thorlabs.But th program doesnt run . Whenever i try to run it i get the same error which says that "Control HW Communications disabled".I have attached a snapshot of the error message.So i tried to create a small program in labview which would read the volage output.Even there i got the same error message.I suppose there is some mistake on my part which i am not able to correct due to the lack of proper knowledge.Could anyone please help me to solve this problem.A slight elaboration would be highly appreciated.Also i think the error lies in the use of invoke node with the get Voltage output method. I am not sure whether the parameters i have provided to the invoke node are correct.Any help of any sort would be highly appreciated.
    Attachments:
    Front Panel with error message.PNG ‏202 KB
    Block diagram.PNG ‏101 KB

    Hi
    I had the same problem today. However, I noticed that the piezo controller has 3 channels with separate slots and they are packaged in the same box. Therefore the whole box has a serial number, probably something like 71822280, and this is written with large letter. Now, in order to communicate with any of the channels, this does not help, but one needs to communicate directly with the interested channel and they have thier OWN SERIAL NUMBERS.
    For example channel 1 (my X direction in the nanoMax stage) has serial 91822281, Y has 91822282 and Z has 91822283. So try looking if you have the right serial number Hopefully you found out this yourself but this might help others, I took me3 hours to get this thing working when I started to plug-in the cables and everything.
    Lasse

  • How Can I Create a Print Button on a PDF Using Acrobat Pro That Will Also Work on iOS?

    I created a Print Button on a PDF document using Adobe Acrobat Pro on my Mac.  The Print button works perfectly on different browsers on my Mac and on Windows (running under Parallels Desktop) as well.
    When I open the document on my iPad the Print button doesn't even appear.  I am guessing that this is a Flash issue but it may be more related to the fact the the action for the button is to access the Print menu item, which doesn't exist under iOS.
    Is there any way to create a Print button using Acrobat Pro that will work on a Mac and Windows but also on iOS?

    In order to initiate printing by clicking a button, the button has to have either an "execute menu item" type action or use the "print" JavaScript method. As you guessed, the former won't work since there are no menu items to execute, and the latter can only work if the particular PDF viewer you're using supports it. I'm not aware of any that do on iOS.
    The button doesn't appear because you're probably opening it in the default PDF viewer, which doesn't support forms at all. If you were to open the form in Adobe Reader, you'd see the button but it wouldn't work.

  • Photoshop 7.0.1 will not open .pdf made using Acrobat 9 Pro

    Hi:<br /><br />Acrobat 9 Pro can read a .dwg file made by Autocad and turn it into a .pdf.  There are three choices for the pdf standard: none, PDF/A-1b:2005 or PDF/E-1.  I tried all three and in all cases Photoshop 7 complains with:<br /><br />Could not open <file> because it is not the right kind of document.<br /><br />Is there some trick to getting this to work?<br /><br />Have Fun,<br /><br />Brooke Clarke

    Hi Chris:
    ------SOLVED-----
    Sorry, it's my (human) memory. Need to use the Export method of saving the Acrobat as an image.
    Have Fun,
    Brooke Clarke

  • How can I make some restictions in a PDF document using Acrobat 9 pro?

    Hello, I am a teacher from Spain. I am creating a PDF from a power point presentation, using Adobe Acrobat 9 pro. I will copy it in a cd and give it to my students. I would like to add these restrictions:
    I would like to avoid that they can copy this document.
    I only want to allow them to print it once.
    Thank you

    You can prevent copying of content (text and images) by setting permissions on the PDF file using Acrobat (apply password security, leaving the document open password empty).
    It is not possible to limit the number of times a PDF file is printed, no matter what settings you use. Printing can be disabled completely, or restricted to low-resolution output, but that is all. Even if it were somehow possible to restrict how many times Reader or Acrobat was allowed to print, there is no way to stop someone changing the copy number in the operating system print dialog, as that is beyond the control of any installed program. A printable PDF file can also be printed to another PDF file (called refrying), which will remove any interactive restrictions on the original.
    Note that permissions security is only respected by Adobe software. Third-party applications will often ignore the restrictions and allow all operations. The only way to truly protect the file is to apply a security method which is only found in Adobe products (such as LiveCycle policies), which will as a side-effect prevent anyone from opening the file in a third-party application that might not respect the restrictions.

  • When deleting the signature using Acrobat 9.0 -server threws an exception error displays

    Hi Everyone,
    I have built an application using VC++ ,in my application i try to sign a document using Acrobat 9.0 ,it gets properly signed and when i try to remove the signature it throws an exception that " Server threws an exception" ,the same code if executed in Acrobat in 7.0 is properly working.
    The code is as below
    DISPID dispid2;
    OLECHAR *methodName2 = { L"removeField" };
    dispparam1.cArgs = 1;
    dispparam1.rgvarg = new VARIANT[ dispparam1.cArgs ];
    dispparam1.rgvarg[ 0 ].vt = VT_BSTR;
    dispparam1.rgvarg[ 0 ].bstrVal = varResult.bstrVal;
    dispparam1.cNamedArgs = 0;
    dispparam1.rgdispidNamedArgs = NULL;
    hr = jso->Invoke( dispid2, IID_NULL, GetUserDefaultLCID(),
    DISPATCH_METHOD, &dispparam1, NULL, NULL, NULL );
    here after executing this line the hr throws "Server thres an exception"
    What could be the reason please throw ur ideas.
    Regards,
    Nethaji

    While deleting manually using acrobat 9.0 we are able to deleted it. But while deleting the same through code we get the following exception
    hr = jso->Invoke( dispid2, IID_NULL, GetUserDefaultLCID(),
    DISPATCH_METHOD, &dispparam1, NULL, &exceptionInfo,
    &puArgErr );
    ExceptionInfo = "NotAllowedError: Security settings prevent access
    to this property or method."
    puArgErr = 0
    Exception id : 0x80020009
    How to give the permission to invoke this method?

  • Hello.  May I ask:  I am using Acrobat 6.0.2, and having trouble formatting a PDF created from multiple (jpeg) files.  Each page is formatted to A4 size, portrait.  But when I create the PDF, each sheet appears as tiny, in the middle of a huge white page.

    Hello.  May I ask:  I am using Acrobat 6.0.2, and having trouble formatting a PDF created from multiple (jpeg) files.  Each page is formatted to A4 size, portrait.  But when I create the PDF, each sheet appears as tiny, in the middle of a huge white page.  I cannot seem to find any controls to adjust this.  Any advice appreciated.

    Thanks CtDave, for the further info.  Unfortunately, those suggestions are not working, which is strange.
    ....Until last week, I used to make multi-page PDFs straight from Photoshop: File > Automate > Make PDF.  One simply choses the files, orders them, and creates a PDF.  (Resolution doesn't matter; 300 DPI is no problem.)  However, my new Photoshop CS5 does not have the option in Automate.
    What I've done, seeing as Acrobat is letting me down, is use Bridge (new to me) to create the PDF.  It worked without a problem, but seems like more work than the old PS method.  I will download a newer version of Acrobat to see if that makes any difference.
    .....Also, thanks Test Screen Name:  I agree with you that jpeg is irrelevant, and that one can make a PDF from Photoshop (Print > Save As - pdf).  But that only works for SINGLE PAGE pdf, not multiple pages as far as I can tell.
    Kind regards,
    Prince Nuada

  • Deploying Visual Basic Application using Acrobat Pro 9

    Hi,
    We had to modify an existing Visual Basic 6 application to merge 2 pdf files and to rotate 1. We used Acrobat Professional 9 to do so. Now we want to deploy this application. After deployment, we always get a 'Run Time error 429: ActiveX component can't create object' only when we use the new functionalities. So I presume something is missing in the deployment package linked to the Acrobat Pro.
    Can somebody tell me how to deploy a Vb application which uses some Acrbat references?
    Thanks,
    Peter

    After deployment, we always get a 'Run Time error 429: ActiveX component can't create object' only when we use the new functionalities.
    Looks like that your application can't find an installation of Adobe Acrobat.

  • How to Apply Security or Remove in Batch using Acrobat X

    I’m using Acrobat X Pro. I’ve used Acrobat Pro 6-9. I need to remove security in batch and apply security to about 100 PDFs. I’m totally lost in Acrobat X. Where are all of the batch sequence commands that were in Acrobat 9? Can anyone point me to an article or tutorial on batch sequences and the new “Action Wizard”.
    Thanks.

    ---UPDATE:
    Found my answer! http://answers.acrobatusers.com/ViewQuestion.aspx?questionid=16649
    Basically, you have to change Acrobat's preferences (edit --> Preferences --> Action Wizard) to prompt for a password by default. That way, it can actually access the PDFs you're trying to work with.
    Ye olde message:
    So, I have the same goal (mass decrypt some PDFs), but a different problem.
    If I have a step saved in the Action Wizard to "encrypt" the PDFs, with the security method set to "none." I have a bunch of PDFs with encryption on, but no password saved.
    However, when I run the process, it doesn't actually remove the encryption.

  • Digital signatures in Acrobat activex control

    Hi, can anyone help me please.
    I'm embedding the acrobat reader activex control inside a winforms application (C#).
    I can load a document and it does display on the winform application.
    Now, in the PDF document, there is a signature field, so when you click on the signature field it is suppose to pop up a window that acquires the signature from a signature pad (I've got a topaz and wacom signature pad connected to the pc).
    Instead a different signature window is displaying, where you select from a list of certificates to be inserted.
    Now, first of all is it possible when using the activex control to obtain signatures from external devices like my signature pads? I just can't seem to get this to work.
    Regards
    Gerhard

    It is Adobe Reader X, yes it does work with Reader in standalone mode, no web browser also the same thing, doesn't pop up the window to select the signature pad to get the signature from.

  • How to save and then close document Using Acrobat 9 (URGENT)

    I have been looking for a soultion for long time now but
    couldn't find any.
    I'm using a dynamic PDF form desgined using LC Desginer and created a button that should save the current opened form in the same location (no need to define the location because what I want to use is the command File -> Save) and then close the application (I'm using Acrobat 9 Pro Extended).
    I tried many scripts and gone throw JavaScript™ for Acrobat® API Reference but no luck.
    Once I click on the button I get the following error: NotAllowedError: Security settings prevent access to this property or method.
    Will you please help in this issue as it took long time and my project manager is pushing to get resolved ASAP.
    Guys, I'm new to this kind of tecnology so please be patient with me.
    Thanks in advance for your valuable help.
    The code I used in click event of the button is as follow:
    try{
         var myDoc = app.newDoc();
         myDoc.saveAs();
         myDoc.closeDoc(true);
    catch (e)
         xfa.host.messageBox(""+e);
    I used this earlier and got the same error:
    try{
          var myDoc = event.target;
         myDoc.saveAs();
    catch (e)
         xfa.host.messageBox(""+e);

    Hi Niall,
    function(){return A.apply(null,[this].concat($A(arguments)))}
    function(){return A.apply(null,[this].concat($A(arguments)))} 
    The app.execMenuItem works here. Is your form designed to be opened in Acrobat/Reader or are you opening the form in html?
    The form will be opened by Acrobat/Reader. The statement worked but what I need is to save the PDF in the current location without popping up the Save As dialog box. In other words I would like to perform Ctrl+Saction and then exit the application not only close the form because the Content Management Solution we are using will require the application to be closed so it can CheckIn the document.
    I tried to use app.execMenuItem("Save");  but it seems it is not working because once I try to close the application or the form using app.execMenuItem("Close"); the do you want to save changes to "FORM" before closing? dialog box pops-up.
    For closing the application I tried app.execMenuItem("Exit"); and I got this error: InvalidArgsError: Invalid arguments.
    function(){return A.apply(null,[this].concat($A(arguments)))}
    function(){return A.apply(null,[this].concat($A(arguments)))}Also you may want to consider how you are reader enabling the form. If you are using Acrobat to extend the form, then certain features like database connections will not work.
    The customer has Adobe LC Reader Extension so I will use it to extend the PDF but right now I do use Acrobat so I don't need to extend the PDF everytime I need to test it.
    Can I get all the arguments that execMenuItem uses?
    I really appreciate your help Niall.
    PS: I couldn't reply earlier yesterday because my work is on the server and I was at home (my time is +3 GMT it was night when I got your reply)
    Regards
    Mazen

  • Reading Tables in MS WORD using LabView & ActiveX

    I would like to be able to read tables contained in an MS WORD document using LabView and ActiveX. (I've been successful in doing this with Excel files.  ( I am not using the report generation toolkit.)  After searching numerous posts with similar questions about LV & ActiveX  I've not found any solution to my specific app.  In LabView I'm successful doing an "Automation Open", followed by a Property Node, to an Invoke Node ("Documents" Open) and then a Property Node with "TABLES" selected. That's where I get stuck. Now that I have a reference (?) to "Tables" I can't seem to figure out what I need to connect and follow that with in order to now read the Tables in my document.  I guess that's due to my lack of understanding as to what exactly this "Table" property node output actually is.  Can someone tell me what this reference output is referring to and how I can get to the Tables within the document from it?  I've tried connecting both a property node and invoke node to no avail.  Can someone point me in the right direction?
    Thanks. Ed

    Dear Ed,
    Figuring out "what I need to connect and follow that with" relates to the organization of the MS Word Object Model.  Please refer to the Word Object Model Reference MSDN >> MSDN Library >> Office Development >> 2007 Microsoft Office System >> Word 2007 >> Word 2007 Developer Reference >> Word Object Model Reference.  You can think of the Object Model as a software hierarchy.  You must start at the top of the hierarchy and work your way down to the item of interest.  You must descend the hierarchy one level at a time; you cannot skip levels.
    At each level of the hierarchy, you have access to the methods and properties of that "level".
    Click on the Tables Collection link from the Word Object Model Reference page.  Notice how Tables is at the top of the hierarchy.  When you have a LabVIEW reference to a Tables object (technically speaking a collection), you then have access to the methods and properties supported by this "level".  Click on the Tables Object Members link.  Here you will see that the Tables collection supports two methods, Add and Item, and also supports five properties, Application, Count, Creator, NestingLevel, and Parent.
    Notice how Mike gets the Count property of the Tables object.  He then uses the Item method to return a reference to an individual table.  The key thing to take away from this is how Mike uses the Item output node to gain access to the methods and properties of the Table object (not the Tables collection).  Mike has descended the hierarchy from Tables to Table.  He descends the hierarchy again with the Cell method and Range property of the Table and Cell object respectively.  Lastly, the Text property of the Range object, "Returns or sets the text in the specified range or selection."
    Effective LabVIEW programming with this type of ActiveX control requires a fair understanding of how Microsoft organized its software libraries.  The Object Model Reference is a good place to start visualizing how these libraries are organized.  Thank you for using the forums Ed, and thanks for your post, Mike.

  • How to save and then close a PDF Using Acrobat 9 (URGENT)

    I have been looking for a soultion for long time now but
    couldn't find any.
    I'm using a dynamic PDF form desgined using LC Desginer and created a button that should save the current opened form in the same location (no need to define the location because what I want to use is the command File -> Save) and then close the application (I'm using Acrobat 9 Pro Extended).
    I tried many scripts and gone throw JavaScript™ for Acrobat® API Reference but no luck.
    Once I click on the button I get the following error: NotAllowedError: Security settings prevent access to this property or method.
    Will you please help in this issue as it took long time and my project manager is pushing to get resolved ASAP.
    Guys, I'm new to this kind of tecnology so please be patient with me.
    Thanks in advance for your valuable help.
    The code I used in click event of the button is as follow:
         var myDoc = app.newDoc();
         myDoc.saveAs();
         myDoc.closeDoc(true);
    catch (e)
         xfa.host.messageBox(""+e);
    I used this earlier and got the same error:
    try{
          var myDoc = event.target;
         myDoc.saveAs();
    catch (e)
         xfa.host.messageBox(""+e);
    try{

    Hi Niall,
    function(){return A.apply(null,[this].concat($A(arguments)))}
    function(){return A.apply(null,[this].concat($A(arguments)))} 
    The app.execMenuItem works here. Is your form designed to be opened in Acrobat/Reader or are you opening the form in html?
    The form will be opened by Acrobat/Reader. The statement worked but what I need is to save the PDF in the current location without popping up the Save As dialog box. In other words I would like to perform Ctrl+Saction and then exit the application not only close the form because the Content Management Solution we are using will require the application to be closed so it can CheckIn the document.
    I tried to use app.execMenuItem("Save");  but it seems it is not working because once I try to close the application or the form using app.execMenuItem("Close"); the do you want to save changes to "FORM" before closing? dialog box pops-up.
    For closing the application I tried app.execMenuItem("Exit"); and I got this error: InvalidArgsError: Invalid arguments.
    function(){return A.apply(null,[this].concat($A(arguments)))}
    function(){return A.apply(null,[this].concat($A(arguments)))}Also you may want to consider how you are reader enabling the form. If you are using Acrobat to extend the form, then certain features like database connections will not work.
    The customer has Adobe LC Reader Extension so I will use it to extend the PDF but right now I do use Acrobat so I don't need to extend the PDF everytime I need to test it.
    Can I get all the arguments that execMenuItem uses?
    I really appreciate your help Niall.
    PS: I couldn't reply earlier yesterday because my work is on the server and I was at home (my time is +3 GMT it was night when I got your reply)
    Regards
    Mazen

  • Rendering the PDF page to Bitmap object using Acrobat SDK DrawEx() or CopyToClipboard()

    I am trying to find whether each page in PDF document is color or monochrome.
    For doing this I am rendering the PDF page to Bitmap object using Acrobat SDK DrawEx() or CopyToClipboard()
    Once after rendering the PDF page, I am using GetPixel() to read each pixel value to decide about color or Monochrome.
    Problem:
    When I read the pixel to decide about the page color or monochorme, in some XP machines it is showing the PDF page as color and in some PC it is showing it as Monochrome.  Color quality in both the system is kept as 32 Bit.
    After this I tried copying the PDF page directly into clipboard and then take the clipboard image to decide about color and monochorme, but even this also behaves in the similar way.
    Question:
    Why rendering the PDF page to Bitmap object using DrawEx() or CopyToClipboard() is behaving differently in each machines.
    If required I will send my sample project.
    With regards,
    Rajeshrv.

    In SDK documentation, there is no methods are defined for getting the color of the page.  In color spaces and color values, we can set the color for drawing operations. A method AVPageViewSetColor is used for setting the color. 
    But there is no methods defined for getting the color in the page.  Please let me know , is there any alternative way.
    Thanks in advance.

  • Hi,I cannot use Acrobat after 30 days on my new PC Win7, seems to be an issue with activation.

    Hi,I cannot use Acrobat after 30 days on my new PC Win7, seems to be an issue with activation.
    Thanks
    Wolfgang

    Hi Sukrit,
    The software package was bought from german distributor CANCOM on 2013-01-03.
    I set up my account at Adobe and posted the serial number.
    This is the licence:
    After 30 days I could not use Acrobat. Most time I only need the distiller for creating pdf from
    Indesign. I reinstalled Acrobat several times, after 30 days it stops working again.
    I contacted the support but without success. This PC used WIN XP.
    Now I got a new PC win WIN7.
    I got the message to visit may account, which I did. I can't remember to ckeck the serial
    number.
    Photoshop and Indesign are working. Acrobat stopped after 30 days, this is the point my
    request started.
    Trying to put in the serial number again yields this:
    Please be so kind to clear this issue.
    With my best regards
    Wolfgang Sauer
    Am 4 Apr 2015 um 5:59 hat sukritd15 geschrieben:
    Hi,I cannot use Acrobat after 30 days on my new PC Win7, seems to
    be an issue with activation.
    created by sukritd15 in Acrobat Installation & Update Issues - View the full discussion
    Hi ,
    Could you please elaborate more about the issue?
    What are the challenges you are facing with activation of Acrobat ?
    The basic method to activate/license Acrobat is by typing in your Adobe credentials ,i.e Adobe
    ID and password.
    That will let you access Acrobat easily.
    Let us know if you are experiencing any more difficulties in activating Acrobat .
    Regards
    Sukrit Dhingra
    If the reply above answers your question, please take a moment to mark this answer as correct by visiting:
    https://forums.adobe.com/message/7405504#7405504 and clicking `Correct´ below the answer
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To
    post a reply, either reply to this email or visit the message page:
    Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message
    please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7405504#7405504
    To unsubscribe from this thread, please visit the message page at ,
    click "Following" at the top right, & "Stop Following"
    Start a new discussion in Acrobat Installation & Update Issues by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to
    https://forums.adobe.com/thread/1516624.

Maybe you are looking for

  • Previewing an image before uploading it using the FileReference class

    Previewing an image before uploading it using the FileReference class in flash player 3 not in SDK4

  • Transaction aborts after installing ODAC 12c Release 3

    I have .net code that used a transaction scope which works fine using ODAC 11g Release 4, but fails with "Unable to enlist in a distributed transaction" using ODAC 12c Release 1,2, or 3.  The transaction to a single database.  I am at a loss for what

  • ITunes wont open, won't uninstall

    I need to update my iPhone but iTunes will not open. I have tried re-installing it, uninstalling it, downloading again. When I click on iTunes icon, it says it's not installed. (even though it is in all my program lists) I get this message when I try

  • Problem with sample hrApp apllication

    Hello, I am a new user of JDeveloper 10g. I tried to create a simple hrApp outlined in "Developing a Web Application Using the EJB Technology Scope" document. But then I run the first (browseDepartments) JSP page I get the following error message: Un

  • Loader size bigger then scene1

    Hi flash lovers, a simple doubt here: since my main swf file has accettable size is it wirth a loader? here is what I see with a loader on Frame #    Frame Bytes    Total Bytes    Scene       1          54751          54751    Loader (AS 3.0 Classes