page labels

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

  1. #1

    Default page labels

    how to use the setPageLabels using JSObject in vb .net?

    An error occurs while using JSO.setPageLabels(page,label) in vb.net.

    Please let me know how to use this method...

    thanks,
    SK
    B.SashiKala@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. how to set CSS for all labels and panels
      How would I include and write CSS so that I can change the look of all the text for panel titles and labels for example. I see things like...
    2. chart labels
      I am missing something here. In my chart, it is not putting the labels under the bars. There is is 3 bars, and each should have a label along the...
    3. Labels from Dreamweaver
      Hi, I need to print shipping labels from my website. Does anyone have an idea how I can do this. I am using ASP with SQL Server and...
    4. CF7 Report Labels
      1. Does anyone know how to squeeze the lines in labels using the CF7 Report maker so that blank address lines don't show as a blank line AND the...
    5. Mailing Labels
      Is there a way to make mailing labels with Acrobat 5 or import them from Word?
  3. #2

    Default Re: page labels

    What version of Adobe Acrobat are you communicating with?

    Can you post a full sample?

    Leonard
    Leonard_Rosenthol@adobeforums.com Guest

  4. #3

    Default Re: page labels

    Iam using Adobe Acrobat Professional 7.0

    I used this statement:

    Call jso.setPageLabels(0). This code is not working in vb.net but working fine in VB.

    Please let me know why this statement is showing the error in vb.net

    Thanks,
    SK
    B.SashiKala@adobeforums.com Guest

  5. #4

    Default Re: page labels

    Do your other calls to jso work fine?

    Can you post an entire functional method that demonstrates the problem?

    Leonard
    Leonard_Rosenthol@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may not 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