What happens to sticky notes (Text) when converting to Tiff

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

  1. #1

    Default 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 text. ?

    Is there a way to promote the test to a Stamp - since the stamp is already semi-transparent .. this would be sort of cool - because it would appear as a semi transparent commetn over tjhe top of the converted document...

    Any help would be appreciated.

    Thanks
    smde@adobeforums.com Guest

  2. Similar Questions and Discussions

    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 =...
    2. Sticky notes page module?
      Are there any modules that function in form interfaces to modify a very simple scratchpad type of html page. In short, like: ----- sample html...
    3. 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...
    4. Converting a multiple page PDF to a single TIFF document
      www.imagemagick.org also provides exellent, free, tools for working with tiff files etc
  3. #2

    Default Re: What happens to sticky notes (Text) when converting to Tiff

    You could certainly write a JavaScript that would from one type of annotation to another and then call that before saving as TIFF.
    Leonard_Rosenthol@adobeforums.com Guest

  4. #3

    Default Re: What happens to sticky notes (Text) when converting to Tiff

    This is encouraging .... and hopefully - not too invloved.
    I will look into it -
    I don't have any experience with annotations and I am not sure if there are any examples of this in the SDK examples but I will look into searching for "annotations" in the livedocs ..
    and see where it leads me .

    Thanks Leonard.
    smde@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