JavaScript-based collaboration driver in Acrobat XI

     Is documentation in SDK for XI valid ? I have an implementation thats based on the below documentation and it does not seem to add SDKSampleSOAPAnnotStore.
This works in acrobat 10. I am hearing that this has been dicontinued since acobat XI
// Here is the URL for a SOAP HTTP service:
var mySetting = "http://sampleSite/comments.asmx?WSDL";
// Here is the internal name for the collaborative store:
var myType = "mySOAPCollabSample";
// Set the connection settings for the SOAP collab store:
Collab.setStoreSettings(mySetting, myType);
// Set the default collab store:
Collab.defaultStore = myType;
// Add the collab store to the Acrobat Collab servers:
if (typeof SOAPFileSys == "undefined")
Collab.addAnnotStore(
myType,
"SOAP Sample",
// Annot store instantiation function is required:
create: function(doc, user, settings)
if (settings && settings != "")
return new SDKSampleSOAPAnnotStore(
doc, user, settings
else
return null;

JavaScript for Acrobat
Developing Acrobat Applications

Similar Messages

  • Need a driver for Acrobat Distiller 5.0.0.0 that will work on Win 7 Pro SP1 64-bit.  How can I find it?

    Need a driver for Acrobat Distiller 5.0.0.0 that will work on Win 7 Pro SP1 64-bit.  Where can I find it, and what file is it?  (Yes, it's an old Distiller that came with Acrobat 5.  So shoot me.  But I do need the driver.)
    Win 7 prompted me for an *.inf file.  Any idea?
    If I find the original Acrobat 5 CD, which .inf would it be?
    (Hey, since I'm asking, also a driver that will work on Win 8.1 Pro 64-bit.)
    Thanks.

    There is no .inf file on the Acrobat 5 CD that you can use to create a “driver.” If Distiller 5 even installs and runs on Windows 7 x64, the plumbing that came with Acrobat 5 to automatically feed PostScript files created by the PostScript driver to Distiller simply won't work with modern versions of Windows or any 64-bit version of Windows.
    FWIW, Acrobat 5 is five full versions back from the current version. And no, we won't shoot you; you are effectively doing that to yourself!  Your time must be worth something?!?! 
                 - Dov

  • Can i put a intel based hard drive in my ibook g4?

    Im wondering if its possible to install a intel based hard drive in my ibookg4,and am wondering if it would be more reasonable to do that instead of buying a completely new computer.Any websites you could show me,or info you could give me would help me a lot.Thank you

    There really aren't "Intel based" hard drives.
    However, what your iBook needs is a 2.5" PATA hard drive. If you're looking to use a hard drive from, say, a MacBook, that won't work because MacBook hard drives 2.5" SATA drives. What was your plan, exactly?
    You can check iFixit.com for instructions to replace the drive--it will take a few hours, and there's a LOT of screws involved, but the project is certainly doable.
    Take a search through the boards for other similar topics & you'll find some good advice.
    ~Lyssa

  • Tiling options unavailble for Adobe PDF driver in Acrobat X

    I am having an issue printing tiled pages using the Adobe PDF driver from Acrobat X.
    Every other driver I have installed has the options to Tile Large Pages and Tile All Pages from Acrobat documents. As soon as I switch to the Adobe PDF driver, the options disappear.
    We have tried removing and reinstalling the driver, as I read that this solved the issue for another user here. No luck.
    Any thoughts on what could be going on here? I have been using this functionality for several months, and as far as I know nothing has changed with either Acrobat or the Adobe PDF driver since I last used it.
    I'm running Acrobat X Pro 10.1.1 on a Windows 7 PC.
    Thanks for whatever insight you can provide.

    Yes, that's where I'm looking.
    The options are there for all drivers but Adobe PDF. And they were there for that driver the last time I used it.

  • Javascript-based multi-parameter bookmarks not working in firefox 13

    I have a [http://lifehacker.com/240552/firefox-tip--how-to-set-up-multi+parameter-keyword-searches javascript-based multiparameter bookmark]. Think of it like this: use a keyword to call in the search, then put in two parameters (say, zip code and type of forecast) and it goes straight to the page (my zip code, 7-day. or parents' zip code, hourly) in one shot.
    It's sometimes stopped working recently, and I think it's been since I upgraded to FF13. By 'not working' i mean I can restore the bookmark;s "location" to what used to work, and then the shortcut works just fine until .... I don't know. Usually closing firefox and reopening it again and then trying to use the bookmark will cause the browser to just sit there with the entire javascript string in the subject bar.

    From my observations, it seems that it doesn't work on newly opened tabs, tabs where you didn't visited a single site. After I visited one random site on that tab, and entered the search keyword and parameters, it worked. It also works on the initial start page, because it's about:blank I guess.
    (firefox 13.0.1, linux)

  • Software based hard drive tests?

    Is there a software based hard drive tester out there? I have no idea how to test my now 7 year old hard drive on my MDD,just wondering if there are software based solutions as well as hardware,and where to get them,thanks!

    Excellent,thank you,just one more question,can the power supply be tested the same way,with software?Or am I stuck using a power supply tester,which I dont currently have(a link to a decent one would be nice,if I cant do this with software,that is).Again thanks for this,as I totally forgot which ones were the best :)Oh,and BTW,japamac,I just joined the Quicksilver club(if one exists )and found your blog an excellent resource for deciding on which one to get,as well as which upgrade parts to use.Recieving one this week,with an Radion 9800Pro card.Alraedy have a Firmtec card and am using a 1TB Hitachi jupiter series hard drive.The Quicksilver is a DP 800,and I'm running Leopard.I for one just want to take this time to thank you for all the help you have been to me and everyone who loves their Power PC G4's!!

  • How to develop simple time based ramp driver for lab view VI

    how do I develop simple time based ramp driver for lab view VI

    Here it is converted to LabVIEW 2010.  However it is missing the AO and AI read and write vis since I don't have that package.
    Attachments:
    SRI_TimeProportion.vi ‏70 KB

  • 'open doc' javascript based on the name of original pdf, e.g. pdf a5.pdf has button to open b5.pdf because script is able to know its '5'

    I hope this makes sense.
    I have two sets of pdfs containing 100+ individual pages (totalling 200 pages in one folder)
    Set/series 1: a1,a2,a3 -----> a100
    Set/series 2: b1,b2,b3------> b100
    I would like to create a button on each page that will open a corresponding page number for the other pdf series.
    so I click on open file location button that is sitting on a50 for example, it will open b50.
    Any tips or clues on how I can execute this? Presumably some smart way of isolating the number (last character) '50' from the existing pdf's name and appending it into the end of the 'b' text to get 'b50' as the file to open?

    This is not something that you can set in the code I provided. There's an app-wide setting that can be set (in principle) using code, but it's not a good idea to change it, because it applies to other documents as well.
    And regarding JS and CodeAcademy: It's always a good idea to try to learn more, but keep in mind that Acrobat JS is quite a niche thing, quite different from the kind of JS that is used in web-pages. You can find more information about it here:
    http://www.adobe.com/devnet/acrobat/javascript.html
    And here:
    http://acrobatusers.com/tutorials

  • Isis driver on acrobat 10 pro

    How do I get acrobat 10 Pro to recognize a canon DR 3080C-II Isis driver, the twain driver is listed but not the isis driver.

    Michael is correct re: ISIS drivers. 
    Having made use of them I can attest that there are "Departmental" grade (and better) scanners using TWAIN drivers available that output at high page-per-minute rates (yes, even 80).  As a new enterprise grade scanner is likely to not be available you may have to '2-step' - output TIFF then pull in the TIFF file(s) with Acrobat to output PDF. 
    Certainly an aggravation but I suspect what drivers are supported won't be changed any time soon. 
    What is specifically supported (from Acrobat Help):
    On Windows, Acrobat supports TWAIN scanner drivers and Windows Image Acquisition (WIA) drivers. On Mac OS, Acrobat supports TWAIN and Image Capture (ICA). 
    Be well...

  • Javascript to save form in Acrobat X Pro

    I have developed a return authorization form using the form function in Acrobat X Pro.  I would like to insert a "save" button into the form that would save the pdf form into a specific folder using the number field in the form as the file name.  I'm not much of a javascript programmer but wondering if anybody has done anything like this or is this possible?  If so, any guidance would be appreciated.
    Thanks in advance,
    Peter

    The location for application folder level scripts was changed with Acrobat/Reader 10.0.1.1 update.
    You may need to use the "app.getPath" method to locate the exact location for your scriipts or verify the location.

  • Correct JavaScript Error Detect Settings for Acrobat X

    Can someone tell me what the JavaScript preference settings should be on Acrobat X so Acrobat will detect errors/problems in my JavaScript scripts?
    Thanks

    Thank you. This is very helpful.
    But i do not understand what to do =/
    What i think:
    Create a insertPages.js in C:\Program Files (x86)\Adobe\Acrobat 9.0\Acrobat\Javascripts
    Content of insertPages.js:
    this.insertPages(
    {nPage: 0,
    cPath: "///eukexsrv/Vorlagen_Prod_Auftr_PDF/Produktionsauftrag Deutsch.pdf",
    nStart: 0,
    nEnd: 13
    Then open the PDF file and Add a button which runs the insertPages.js
    -> HOW?
    I can't see any option to run a script from mouse up
    Also i get an error while opening acrobat:
    TypeError: this.insertPages is not a function
    7:Folder-Level:App:insertPages.js
    Edit:
    i edited my insertPages.js:
    function inpa () {
    this.insertPages(
    {nPage: 0,
    cPath: "///eukexsrv/Vorlagen_Prod_Auftr_PDF/Produktionsauftrag Deutsch.pdf",
    nStart: 0,
    nEnd: 13
    And in the button i made Mouse up -> javascript
    Code:
    inpa();
    Now i get this message:
    NotAllowedError:Security settings prevent access to this property or method.
    Doc.insertPages:8:Field Produktionsauftrag dt:Mouse Up

  • PowerPC and Intel based USB Drive

    Is it possible to have a startup disk for both PowerPC and intel based Macs on the same USB disk?

    A PowerPC can't boot from USB drives. It can be done with a FireWire drive. Partition with the Apple Partition Scheme, install PPC Tiger on one partition. Cone Tiger from an Intel Mac onto the other partition. Either Mac can boot from a disk with the Apple Partition scheme, but the Intel Macs cannot install or update it.

  • Javascript based on PL/SQL function.

    Hey all,
    I'm developing an application with Apex and have run into a problem.
    I have a form page with the standard create, delete and cancel buttons. I need to be able to click the Create button, which will run a PL/SQL query, and based on the return of the function, either just continue the Insert to the table, or generate a popup warning, and then complete the table insert.
    I was thinking of having a Process that ran the javascript, and was conditional on the PL/SQL query, however i haven't had much luck.
    Any help appreciated.
    Thanks,
    Brett Crowley.

    Hello Brett,
    >> I was thinking of having a Process that ran the javascript, and was conditional on the PL/SQL query, however i haven't had much luck.
    APEX Processes are server-side resources, while JavaScript is a client-side resource. As such, you can’t invoke JavaScript code from within a PL/SQL code. However, the reverse direction – invoking PL/SQL code from a JavaScript code – is possible by using AJAX. In general, using AJAX allows you to call to an APEX on-demand PL/SQL (application) process, which in turn can return a result to the calling JavaScript code. In this point, based on the returned result, you can decide whether to issue an alert box or (programmatically) submit the page for further processing.
    This forum includes many example of using AJAX, and I believe that the following article can also be a helpful starting point.
    http://www.packtpub.com/article/ajax-implementation-apex
    Regards,
    Arie.
    ♦ Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    ♦ Author of Oracle Application Express 3.2 – The Essentials and More

  • Connect Linux-based external drive to MBP running Leopard?

    I had the misfortune to have two Western Digital NetCenter 500GB external drives have issues in less than 12 months (Tip: don't buy one . The 1st NetCenter's browser-based admin console became unavailable and the drive invisible via Ethernet, but visible via USB. The 2nd NetCenter is not even visible via USB.
    The NetCenter drives are formatted with Reiser file system but has firmware included in the enclosure so it can be connected to PCs or Macs via Ethernet or USB.
    I removed the drive from the NetCenter enclosure and put it into standard USB enclosure. The drive spins-up and is "found" by my MBP running Leopard but the only option is to reformat the drive. I tried to pull the data off on a borrowed PC. Windows recognizes a USB external drive is connected but the drive not visible in the Disk Manager. I'm 95% certain my data is fine, I just need to find a way to have my MBP recognize the drive.
    Anyone have a recommendation on a h/w or s/w configuration in which Leopard will recognize the drive?
    Thanks!
    Bill

    I have a Simpleshare NAS Drive by SimpleTech which also uses the Reiser File System (RFS). Unfortunately, there is not much you can do with it. As I understand it, the RFS needs the Linux OS that was built into the drive in order for the Mac to see the data. RFS is not really compatible with the Mac file ssystem and not all Mac files will get copied to the drive anyway.
    My suggestion is to put the drive back into the original enclosure and see if you can get it up and running long enough to get you data off of it.

  • Talking to C# based WinRT components that contain UI features like XAML based user controls from a JavaScript based Windows Store app

    Can you create a WinRT component written in C# that consists of a library of XAML based controls and then used those controls within a Windows Store app using WinJS or via a JS Cordova plugin for Windows 8.1 & WP8.1? 
    Is this possible or can you only use a C# based WinRT component that contains a library of XAML controls in XAML/C# based Windows Store apps? 
    My understanding is that a C# based WinRT component containing non-UI code (i.e. no XAML controls) can be used in a Windows Store app written C#, VB.NET, JavaScript or VC++, but not sure if that principle would work with XAML controls
    wrapped via WinRT types. In theory a XAML control is a C# class, so could work, but not sure how would JS code read that and then launch for example a page or user control from/into its HTML based UI?
    Sandip Ahluwalia

    Right. The code in your app is C# code, but the actual Xaml controls (like the rest of the Windows Runtime) are native code. They are projected into each language (C#, VB, C++ in the case of Windows.UI.Xaml) in a way that appears natural for that
    language and the interop layer is hidden.
    You could expose a Xaml control in a Windows Runtime Component written in any of C#, VB, and C++ to an app written in any of C#, VB, and C++, and the control would appear as a normal C#, VB, or C++ runtime class. This won't
    work for Xaml controls in JavaScript, since the HTML window doesn't have the Xaml hosting infrastructure, but for non-UI code you can write a WRC in C#, VB, or C++ and it will appear as a normal JavaScript class to a JavaScript app.

Maybe you are looking for