Annotations with Object Data

Ask a Question related to Adobe Acrobat SDK, Design and Development.

  1. #1

    Default Annotations with Object Data

    I've made an annotation a child of a structure element, but I can't use the Object Data Tool to select the annotation from the page to view its attribute like I can with marked contents in the content stream.

    Are annotation structure elements simply not supported by the Object Data Tool? I can't get the red outline to appear around the annotation when I select its parent structure element in the Model Tree either.
    John_Haadera@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Clicking on 3D annotations
      For a plug-in I am developing, I need to allow the user to select from the 3D annotations present on a page. I've created a tool that uses the...
    2. Printing annotations
      I ma using the Adobe PDF Library to make a standalone app (note I am not using the Acrobat PDF library as I am not developing an Acrobat plugin) ...
    3. 3D Annotations
      Hi. I have implemented a plug-in that creates a PDF, loads a 3D Model, and opens the document containing this Model. The question I have is,...
    4. Movie Annotations in a PDF
      Hi There, I was wondering how I could implement a plug-in that creates a PDF doc and embeds a Movie Annotation into the newly created PDF. I would...
    5. Path annotations
      I'm using PDE layer to create drawing annotations(PDEPathCreate, PDEPathSetData). But a user seems does not have any access to delete/edit them like...
  3. #2

    Default Re: Annotations with Object Data

    Annotations aren't something you can put in the structure of a document, so I am not really understandign what you need (or are even trying to do).

    Can you post a sample PDF and explain your goal?
    Leonard_Rosenthol@adobeforums.com Guest

  4. #3

    Default Re: Annotations with Object Data

    Sorry, I am not very good with the PDF terminologies. Isn't the "Annot" structure type precisely for annotations? I just want the user to be able to use the Object Data Tool to select the rendered annotation (in this case a polyline) and see the attributes of its structure element.

    16 0 obj
    << /A << /O /UserProperties /P [ << /N (Attribute1) /V (Value1) >> ] >>
    /K << /Obj 17 0 R /Pg 4 0 R /Type /OBJR >>
    /P 14 0 R
    /Pg 4 0 R
    /S /Annot
    /T (Annotation1) >>
    endobj

    17 0 obj
    << /C [ 0.000000 0.201233 0.994273 ] /F 4 /Rect [ 200.000000 200.000000 400.000000 400.000000 ] /StructParent 1 /Subtype /PolyLine /Type /Annot /Vertices [ *snip* ] >>
    endobj
    John_Haadera@adobeforums.com Guest

  5. #4

    Default Re: Annotations with Object Data

    Please post an actual PDF - fragments aren't helpful :(.
    Leonard_Rosenthol@adobeforums.com Guest

  6. #5

    Default Re: Annotations with Object Data

    Example: <http://www.2shared.com/file/4670780/7648b8b4/annots.html>

    Left square is an annotation. Right square is a marked content. I can't use the Object Data tool on the annotation.
    John_Haadera@adobeforums.com Guest

  7. #6

    Default Re: Annotations with Object Data

    Any ideas? Has anyone seen an annotation with object data?
    John_Haadera@adobeforums.com Guest

  8. #7

    Default Re: Annotations with Object Data

    Sorry - been busy, I will look at your files soon!
    Leonard_Rosenthol@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139