Background color of words in PDF

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

  1. #1

    Default Background color of words in PDF

    Hi,

    I am developing an application where i need to find specific words in a PDF file and highlight them with some background color.

    It would be of a great help if someone can put some light on how i can achieve this.

    Thanks in advance.

    Best regards,
    Hrishikesh
    Hrishikesh_Tamhankar@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. CFForm Background Color?
      Just starting out with flash forms.... problem is that my background is not white, which is what the default is for the generated flash form... is...
    2. Background Color in InDesign
      I am preparing a card for off site printing. I want the color of the card to be black, therefore, on the screen I want to have the background black....
    3. Can't change background color
      The area of the screen outside of the editing area of Image Ready used to be a light gray color. This would make it easy for me to see where the...
    4. background color?
      any way to use tiled wallpaper image instead of choosing regular background colors?
    5. can't see background color
      Hello, I'm using MX, and whenever I open either a new or existing web page, the background color of the page is a light blue color, when they...
  3. #2

    Default Re: Background color of words in PDF

    That sounds really hard. However, I suppose a plug-in could use the
    PDFEdit layer to insert a rectangle behind the piece of text once it
    has located the text and discovered its quad.

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  4. #3

    Default Re: Background color of words in PDF

    Thanks Aandi, appreciate your response!

    I have the Adobe Acrobat SDK and its some how difficult to find the appropriate code to perform the activity.

    Can you help me in some more details like how do i find the quad for the located text.
    And can i then implement this plugin for a reader, with the appropriate procedure?

    Thanks in advance :)

    Best regards,
    Hrishikesh
    Hrishikesh_Tamhankar@adobeforums.com Guest

  5. #4

    Default Re: Background color of words in PDF

    No, you couldn't do this in Reader, because PDFEdit is editing the
    page.

    Finding the quads can be done using the PDWordFinder. But guaranteeing
    your new additions are behind the text but in front of any background
    is going to require some fuzzy logic.

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  6. #5

    Default Re: Background color of words in PDF

    Thank you Anandi, thats helps a bit :)
    Hrishikesh_Tamhankar@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