find elements in the specified area(AVDevRect) (Acrobat SDK 8.0)

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

  1. #1

    Default Re: find elements in the specified area(AVDevRect) (Acrobat SDK 8.0)

    Hi,

    Thanks for the last replies..

    Kindly help me with the following issue:-

    I have an acrobat plug in code in c++, which am not too familiar with.
    In this code, on click of a menu, user can draw a rectangular region on a pdf page using rectangle cursor(AVPageCursor).
    The question is: How do i draw a table (i.e rows and columns) inside this user selected region through code?
    Has anybody done this before?
    Does acrobat provide any function to draw a table?
    anaghad@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Acrobat 8 prints a red area with HP color laserjet
      I just got an HP 2605dn Laserjet and was shocked when I used Acrobat 8 to print out a document. The entire areas within graphic frames were covered...
    2. Find the gothic lovers in your area!
      Find the gothic lovers who meet your style in your area! Browse the hot gothic girls and guys with photos in your area! Single gothic ppl here want...
    3. How to find the number of elements in an array
      Ack -- I wanted to post this to both this group and alt.php but forgot to include this group in the original posting -- sorry. Forgive me if this...
    4. #25900 [Opn->Csd]: DomDocument->get_elements_by_tagname('tagName') doesn't find elements
      ID: 25900 Updated by: rrichards@php.net Reported By: Martin dot Honnen at arcor dot de -Status: Open +Status: ...
    5. #25900 [NEW]: DomDocument->get_elements_by_tagname('tagName') doesn't find elements
      From: Martin dot Honnen at arcor dot de Operating system: Windows XP PHP version: 4.3.3 PHP Bug Type: DOM XML related Bug...
  3. #2

    Default Re: find elements in the specified area(AVDevRect) (Acrobat SDK 8.0)

    There is no such thing as a table in PDF terms, and no special tools
    to make them.

    What you see as a table is simply text and lines, independently placed
    on the page. You can use the PDFEdit layer to do this. It would be
    valuable to have read the chapters on graphics and text in the PDF
    Reference in preparation for this, none too simple, task.

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  4. #3

    Default Re: find elements in the specified area(AVDevRect) (Acrobat SDK 8.0)



    Does acrobat provide any function to draw a table?




    No.
    Bernd Alheit Guest

  5. #4

    Default Re: find elements in the specified area(AVDevRect) (Acrobat SDK 8.0)

    OR you might want to consider adding a collection of AcroForm fields...

    Leonard
    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