-
1. Re: How to enable commenting tools in Adobe Reader in a C# application
lrosenth Jan 31, 2012 5:12 AM (in response to VKP1)What do you mean you are "using Adobe Reader'? Inside of a browser? Inside of your application? Stand-alone?
What version of Reader?
Is the PDF Reader-Enabled??
From: Adobe Forums <forums@adobe.com<mailto:forums@adobe.com>>
Reply-To: "jive-1054420190-8igo-2-2hi21@mail.forums.adobe.com<mailto:jive-1054420190-8igo-2-2hi21@mail.forums.adobe.com>" <jive-1054420190-8igo-2-2hi21@mail.forums.adobe.com<mailto:jive-1054420190-8igo-2-2hi21@mail.forums.adobe.com>>
Date: Tue, 31 Jan 2012 04:51:19 -0800
To: Leonard Rosenthol <lrosenth@adobe.com<mailto:lrosenth@adobe.com>>
Subject: How to enable commenting tools in Adobe Reader in a C# application
How to enable commenting tools in Adobe Reader in a C# application
created by VKP1<http://forums.adobe.com/people/VKP1> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4175785#4175785
-
2. Re: How to enable commenting tools in Adobe Reader in a C# application
VKP1 Jan 31, 2012 10:43 PM (in response to lrosenth)Hi
Iam using Adobe Reader 10. Iam using it inside a stand alone application in C#. The PDF Reader is comment enabled. Iam able to see the comment tools when adobe document is opened outside the application.
Please advise on how to enable the commenting tools for acrobat inside the standalone application.
Thanks,
Vidhya
-
3. Re: How to enable commenting tools in Adobe Reader in a C# application
lrosenth Jan 31, 2012 11:31 PM (in response to VKP1)Not is the Reader comment enabled, but is the PDF itself enabled? Are you only seeing two tools or the complete set of tools?
From: Adobe Forums <forums@adobe.com<mailto:forums@adobe.com>>
Reply-To: "jive-1054420190-8igo-2-2hjrw@mail.forums.adobe.com<mailto:jive-1054420190-8igo-2-2hjrw@mail.forums.adobe.com>" <jive-1054420190-8igo-2-2hjrw@mail.forums.adobe.com<mailto:jive-1054420190-8igo-2-2hjrw@mail.forums.adobe.com>>
Date: Tue, 31 Jan 2012 22:43:39 -0800
To: Leonard Rosenthol <lrosenth@adobe.com<mailto:lrosenth@adobe.com>>
Subject: How to enable commenting tools in Adobe Reader in a C# application
Re: How to enable commenting tools in Adobe Reader in a C# application
created by VKP1<http://forums.adobe.com/people/VKP1> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4178012#4178012
-
4. Re: How to enable commenting tools in Adobe Reader in a C# application
VKP1 Feb 1, 2012 6:28 AM (in response to lrosenth)Iam seeing two tools only. comment and share
-
5. Re: How to enable commenting tools in Adobe Reader in a C# application
lrosenth Feb 1, 2012 11:50 AM (in response to VKP1)Those are the two panels. What's int eh Comment panel.
From: Adobe Forums <forums@adobe.com<mailto:forums@adobe.com>>
Reply-To: "jive-1141996101-8igo-2-2hk9f@mail.forums.adobe.com<mailto:jive-1141996101-8igo-2-2hk9f@mail.forums.adobe.com>" <jive-1141996101-8igo-2-2hk9f@mail.forums.adobe.com<mailto:jive-1141996101-8igo-2-2hk9f@mail.forums.adobe.com>>
Date: Wed, 1 Feb 2012 06:28:29 -0800
To: Leonard Rosenthol <lrosenth@adobe.com<mailto:lrosenth@adobe.com>>
Subject: How to enable commenting tools in Adobe Reader in a C# application
Re: How to enable commenting tools in Adobe Reader in a C# application
created by VKP1<http://forums.adobe.com/people/VKP1> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4178643#4178643
-
6. Re: How to enable commenting tools in Adobe Reader in a C# application
VKP1 Feb 2, 2012 8:25 PM (in response to lrosenth)Sticky Node and Highlight test is there in the Comment Panel. But this is disabled inside my standalone application. How can I enable it
-
7. Re: How to enable commenting tools in Adobe Reader in a C# application
lrosenth Feb 3, 2012 3:06 AM (in response to VKP1)You cannot enable those in external application – that is not supported.
-
8. Re: How to enable commenting tools in Adobe Reader in a C# application
VKP1 Jun 21, 2012 9:04 PM (in response to lrosenth)So commenting tools can be enabled in external application in the case of acrobat pro/std but not in Acrobat Reader. Can you please confirm
-
9. Re: How to enable commenting tools in Adobe Reader in a C# application
lrosenth Jun 22, 2012 5:33 AM (in response to VKP1)Commenting tools are always available in Acrobat Pro & Standard, but only a limited set are available in Reader (by default).
Acrobat Professional can also take a PDF and add some “special sauce” so that the Reader will display the full set of commenting tools.
-
10. Re: How to enable commenting tools in Adobe Reader in a C# application
VKP1 Jun 22, 2012 10:04 AM (in response to lrosenth)In my external application, Acrobat Reader X is showing the commenting tools but they are disabled. Is there any way of enabling them
-
11. Re: How to enable commenting tools in Adobe Reader in a C# application
lrosenth Jun 22, 2012 10:26 AM (in response to VKP1)Only by Reader Enabling the PDFs themselves.
-
12. Re: How to enable commenting tools in Adobe Reader in a C# application
VKP1 Jun 22, 2012 10:34 AM (in response to lrosenth)How can this be done. Can you please advise the steps? In my case when opening the Acrobat Reader outside the external application it is showing commenting tools(sticky notes and highlighting) but when used inside the external application the reader is showing all the commenting tools but all are disabled.
To enable commenting tools for Pro/Std we had used Collab.showAnnotToolsWhenNoCollab = true. But I dont know how to use that for Acrobat Reader. Your feedback will be appreciated
-
13. Re: How to enable commenting tools in Adobe Reader in a C# application
lrosenth Jun 22, 2012 11:09 AM (in response to VKP1)Yes, because those tools are disabled in external/hosted environments except for Reader Enabled files.
Reader (stand-alone) supports some basic tools.
-
14. Re: How to enable commenting tools in Adobe Reader in a C# application
VKP1 Jun 24, 2012 11:33 PM (in response to lrosenth)Can you please explain how to create reader enabled files?
-
15. Re: How to enable commenting tools in Adobe Reader in a C# application
lrosenth Jun 25, 2012 8:13 AM (in response to VKP1)Open them in Adobe Acrobat Professional and do File->Save as->Reader Extended.
-
16. Re: How to enable commenting tools in Adobe Reader in a C# application
VKP1 Jun 26, 2012 4:38 AM (in response to lrosenth)Thanks for your suggestion. But even when I make the file Reader Enabled, the commenting tools are not getting enabled for reader inside the external application. Am I missing something?
-
17. Re: How to enable commenting tools in Adobe Reader in a C# application
manojm6023 May 23, 2013 2:49 AM (in response to VKP1)hi VKP1
Have you found your answer ???? please share it with me ......
Thanks
Manoj


