How to create a shared review without an internal server

I have Adobe Acrobat XI Pro, and I'm trying to create a shared review where myself and 2 colleagues can make edits and add comments to the same PDF simultaneously. Basically, we're all tasked with editing the document and have to work on it at the same time, but need one finished product at the end.  I've tried the "send for email review" option, and my colleagues have tried making edits and sending it back to me, but when I click on "track reviews," there's nothing there, so I can't figure out how to integrate their edits with mine (so there are now 3 separate documents with different edits). When I try "send for shared review", the only option it gives me is via internal server, which I don't have access to. Any recommendations would be helpful!

Well Roy,
I was also facing some similar problem, just now got my service displayed in portal. Thanks a lot that you could solve it urself. Anyway, now for using this service from another portal component do the following
1. Add SharingReference value in Deployment Descriptor of the portal app from where u want to access this service
example:
<application-config>
<property name="SharingReference"       value="com.customer.training.MyFirstPortalApp">
</property>
</application-config>
2. Add libraries of the Portal Service (xxxapi.jar)
in your par file u can see one jar file as <servicename>api.jar . extract this to some other location and in the client portal app project add this .jar to its build path.
3. Write code to access the Portal Service
    a. Import package of the Portal Service
    b. Get instance of the Portal Service
    c. Call methods of the Portal Service
example:IPortalRuntimeResources runtimeResources =      PortalRuntime.getRuntimeResources();
IService aService = runtimeResources.getService("com.customer.training.MyFirstPortalApp.MyService");
// OR
IService aService = runtimeResources.getService(IMyService.KEY);
// Cast the Service
IMyService myService = (IMyService)aService;
// call methods of the service
response.write(myService.getWelcomeString(aName));
thats how it should be...
regards,
Shubhadip

Similar Messages

  • How to create a background job without a variant ?

    How to create a background job without a variant ?

    Hi,
    Go to se38.. specify the program name and execute Or use Tcode
    On the selection screen specify the variant...
    Then from the menu options choose program->excute in background...
    In this way we can crate a backgroup job with out crateing any varinat for the report...
    Satya.

  • Please let me know how to create a iTunes ID without billing account because I don't have a bank account?

    Please let me know how to create a iTunes ID without billing account because I don't have a bank account?

    Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card

  • How to create an apple id without using credit card

    how to create an apple id without using credit card.. i have recently purchased apple iphone 3gs bt unable to get apps because of giving credit card info which i dnt hav.. so plz tel me some way to process..

    To get the none option, sign out of anything apple you're signed into. Go to the app store and try to download a free app, any free app. Instead of signing in, take the option to to make a new apple ID. Then go through the steps to make the ID and you'll see the 'none' option.

  • How to create physical standby database without dataguard

    Hi,
    Can anyone please help me how to create Physical Standby Database without dataguard. As i am using Oracle 10.2.0.1 Standard Edition for production databases.
    Please find the specifications of my server :
    Database : Oracle 10.2.0.1(Standard Edition)
    Server : Linux 4.0(32 bit machine)
    As we know that Dataguard cannot be created in Standard Edition as we dont have that option in this edition. So please help me how to create the physical standby database.
    Thanks in advance.
    Regards,
    Farooq

    Hello,
    I hope this link helps you out...
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14239/rcmbackp.htm
    http://www.dbasupport.com/oracle/ora10g/manual_standby.shtml
    Thanks & Regards
    Pratik Lakhpatwala
    Jr Oracle DBA
    Edited by: Pratik.L on Dec 31, 2009 12:03 PM

  • Frozen Screen When Creating a Shared Review

    I am trying to create a shared review through a network folder, however, it freezes with the following message box: "Status: Creating shared folder location...". This is the first time this has happened, as I have been able to create a shared review many times before using the same network folder. Can anybody help me with this issue? Thanks in advance.

    I am trying to create a shared review from an Adobe 9 pdf, however, it freezes with the following message box: "Status: Creating shared folder on acrobat.com". This is the first time I have tried using Acrobat.com to share and collaborate on documents.  When I click "next" from the initial Shared Review screen my understanding is that I should be prompted for my username and password for Acrobat.com but I do not get that prompt.  "Authenticating Adobe ID..." and "Communicating with Acrobat.com..." messages flash on the scren and then the Shared Review dailog screen that asks for "Delivery Method, To: CC:, etc." comes up. I fill in the fields and then it attempts to connect but never makes the connection and returns the above message and I hit the retry button but it never completes.  Can anybody help me with this issue? Thanks in advance.

  • How to create a apple ID without credit card needed i want a none credit card.. Please help me... Thank you hope u replied as soon as possible.. Thank you again..

    How to create a apple ID without credit card needed i want a none credit card.. Please help me... Thank you hope u replied as soon as possible.. Thank you again..

    Hello, chard2say22. 
    Thank you for visiting Apple Support Communities.
    To create an Apple ID without a credit or debit card, there is a specific series of steps that have to be processed in order to allow the payment to be set as none on creation of the account.
    Creating an iTunes Store, App Store, iBooks Store, and Mac App Store account without a credit card
    http://support.apple.com/kb/HT2534
    If the specific steps have not been processed, a credit or debit card will be required to complete the setup of the account.
    However, it can be removed and payment method changed to none as long as there is not an outstanding balance.  At this point an iTunes gift card can be used as form of payment.
    iTunes Store: Changing account information
    http://support.apple.com/kb/ht1918
    Cheers,
    Jason H.

  • How to create apple id fee without credit card

    how to create apple id fee without credit card

    We are all users here ,not Apple so slow down
    http://support.apple.com/kb/HT2534

  • How to create an apple id without entering my credit card number

    How to create an apple id without entering my credit card number ??? In my pc and my iphone it doesnt show the none option ???

    Here is how
    http://support.apple.com/kb/HT2534

  • How to create an apple id without credit card details

    how to create an apple id without credit card details

    See Create an iTunes Store, App Store, or iBooks Store account without a credit card or other payment method - Apple Suppor…

  • HT2589 how to skip apple id review Without Card detail

    how to skip apple id review Without Card detail

    i think nowadays you have to either enter a credit card, or purchase an iTunes card (you dont have to make a purchase though)

  • JNI - WIN 32 - How to create a shared Lib ??

    Can any one please tell me how to create a shared library in win 2000 environment. I am a novice to JNI. As of now I have reached to step 5 of JNI tutorial.
    http://java.sun.com/docs/books/tutorial/native1.1/stepbystep/step5.html
    But I can not find the command cl ????? to create a shared library ..
    what should I do ??

    Under Windows -- get VC++ and follow the tutorial to create a DLL (dynamic link library). That IS what is known as a shared library under UNIX.
    Regards.

  • How to create a new sales order to internal requisition?

    Hi, All
    Need help!!!
    How to create a new sales order to internal requisition?
    The internal requisition has generated order sales but this has already been canceled, so I need to create a new sales order to the same internal requisition.
    How to release the internal requisition to re-create new sales order and after import in OM?
    please help me
    Thanks and regards
    Manuel,

    You cannot.
    Once a ISO is generated for an IR, the transferred_to_oe flag is set on that req.
    If the ISO was canceled, you should cancel the IR and create a new one.
    Hope this helps,
    Sandeep Gandhi

  • How to create database link from oracle to sql server

    Please help with how to create database link from oracle to sql server
    Best regards,
    Vishal

    Please help with how to create database link from oracle to sql server
    Best regards,
    Vishal
    Hi Vishal,
    I found a lof of information regarding how to create a database link from Oracle to SQL Server, please see:
    https://www.google.co.in/?gws_rd=cr&ei=vd3XUvGFO8TgkAXqlYCADg#q=how+to+create+database+link+from+oracle+to+sql+server
    We discuss SQL Server related issue in this forum. If you have any more question regarding Oracle, please post it in Oracle communities forum for better support.
    Regards,
    Elvis Long
    TechNet Community Support

  • How to have the Chat history without the Exchange server?

    How to have the Chat history without the Exchange server?

    Hi,
    You can try Archiving server. Archiving is the storing of IM and conferencing data in an SQL backend database. This data is not instantly readable / searchable. The Lync users are not able to read it directly. The admin can export the data using Lync powershell
    and then convert it into a readable format.
    Kent Huang
    TechNet Community Support

Maybe you are looking for

  • My files have become hidden - how do I get at them?

    I was trying to free up some space on my hard drive as I was showing only 3.5 out of 40GB available. I read a thread in this forum that suggested downloading whatsize to see what could be done away with. Whatsize showed a second user with my name but

  • IPod 4th Gen. Stuck on AC ADAPTER icon

    So, I have a 20GB iPod 4th Gen and it was working fine. Haven't used it much over the last few years. However, all was operational. Recently pulled off old songs to transfer back to my Mac, everything was visible (hard drive and songs in iTunes) and

  • Automatically complete pending interactive activities within a process

    What is the best approach for automatically completing pending interactive activities within a process? Scenario: If you have two or more threads within a split-join and one thread completes all the defined activities whilst the other thread is still

  • 10.5.7 Spontaneous Shutdowns

    Hi, I updated to 10.5.7 yesterday with no problems during installation. Since then my MacBook Pro 1.83 with 2G ram experienced 3 spontaneous shutdowns. On start up I don't even get the message that Mac OS X quit. Has anybody experienced this ? I do t

  • ADF Skinning - How to identify Skinning Selector Name

    When we do skinning, in the CSS file that is generated by ADF Framework, we are seeing a style named af_commandMenuItem_menu-itemIn order to define, custom properties to this above style, we would need to modify in the custom skinning file as af|comm