Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
cagribal #1
Programmatically adding reply to a text annotation (to sticky note)
Hello,
I would like to add replies to PDTextAnnotations. I tried as follows:
//Get annotation dictionary of this comment
CosObj dictThis = PDAnnotGetCosObj(head->annot);
//Get annotation dictionary of parent
CosObj dictParent = PDAnnotGetCosObj(parent->annot);
CosDictPut (dictThis, ASAtomFromString ("IRT"), dictParent);
CosObj reply = CosNewName(cd, false, ASAtomFromString("R"));
CosDictPut (dictThis, ASAtomFromString ("RT"), reply);
Now the problem is, I see the reply comment in the comments list
window but I can't see the reply comment inside popup of the parent
comment. The normal behaviour should be similar to the one when you
add a reply from Adobe itself, it should appear below the original
comments text.
Any help would be appreciated.
Thanks,
Cagri
cagribal Guest
-
Programmatically changing status of an annotation
Hi, I want to be able to change the status of an annotation from my plug- in. Normally when you do it from acrobat itself, for instance when you... -
How to suppress popups of annotation andsticky note in a selected window?
I have opened several AVWindows for the same AVDoc and want to suppress (minimize) popups of annotation and sticky note in a certain window. The... -
What happens to sticky notes (Text) when converting to Tiff
I am using the native Acrobat "SaveAs" function to convert PDF's to TIFF. Can you help me determine what I should do about preserving sticky notes... -
Sticky text links
I have a page http://www.crosshatchdesign.com/synergy/coverage.html The links load a page into the iframe below. Now the client wants the link... -
Programmatically using and adding htmlcontrols
I have a composite control which dynamically adds controls depending on how it is intialised from an XML file. This all works well with web...



Reply With Quote

