КОМЕНТАРІ •

  • @craig8391
    @craig8391 4 роки тому +1

    Your tutorials are great. Thank you. Would you please make a tutorial on how to extract images one by one from a PDF and save them in a folder that would be specified in the VBA code?

  • @kylepittman5093
    @kylepittman5093 3 роки тому

    Thank you for the great video! I am seeing the same thing T Williams was seeing when I reach the 'For Each pdf_form_fld In pdf_form_flds' line, is there anyway I could get some help with this?

  • @rudygarcia3398
    @rudygarcia3398 3 роки тому +1

    Great Video thank you. The data prints out in alphabetic order is there a way to have it print out in tab order? thanks

    • @VBAA2Z
      @VBAA2Z 3 роки тому

      The API returns data in this format.
      try using other methods demonstrated in the video ua-cam.com/video/uc6palG76Y8/v-deo.html

  • @twilliams9731
    @twilliams9731 4 роки тому +1

    I found your video very informative and easy to follow. One question. When I reach the line of code that checks 'For each PDFField in PDFFields', I notice that the PDFField has a value of nothing. Do you know why this happens? It's like it's not recognizing the fields in my PDF file.

    • @VBAA2Z
      @VBAA2Z 4 роки тому

      I believe we went through this over the email :)

    • @frederickchristian5676
      @frederickchristian5676 2 роки тому +2

      @@VBAA2Z What was the reasoning for this issue if I may ask still? I've come across this issue as well

  • @alializadeh8195
    @alializadeh8195 2 роки тому +1

    مرسی

    • @VBAA2Z
      @VBAA2Z 2 роки тому

      thanks for visit

  • @joaoguilhermegabierrodavei368
    @joaoguilhermegabierrodavei368 2 роки тому

    Also having below issue. I have a valid license and i have placed same references as the video.
    Run-time error “-21473197765 (8002802b)
    Automation Error
    Element not Found
    At this line of code
    For Each pdf_form_fld In pdf_form_flds
    Any suggestions?

  • @diligentjohn
    @diligentjohn 3 роки тому +2

    This works only when we have adobe acrobat pro license ...

    • @VBAA2Z
      @VBAA2Z 3 роки тому

      That is correct, you'll need a license for library to work

    • @joaog.4597
      @joaog.4597 2 роки тому +3

      this should've been told at the begining

  • @brucew4545
    @brucew4545 2 роки тому +1

    When I run my code I get a Run-time error “-21473197765 (8002802b)
    Automation Error
    Element not Found
    At this line of code
    For Each pdf_form_fld In pdf_form_flds
    Any suggestions?

    • @VBAA2Z
      @VBAA2Z 2 роки тому

      Do you have a valid license?

    • @VBAA2Z
      @VBAA2Z 2 роки тому

      ALso make sure relevant library are referenced

    • @brucew4545
      @brucew4545 2 роки тому

      @@VBAA2Z I have Adobe Acrobat DC Professional - full license

    • @brucew4545
      @brucew4545 2 роки тому

      @@VBAA2Z I have all the same references that you have in the tutorial

    • @dyla12116
      @dyla12116 2 роки тому

      I also have a full license and it's not working. Same references as video

  • @jatinkamble7720
    @jatinkamble7720 2 роки тому +1

    i m getting erro in for each loop

    • @VBAA2Z
      @VBAA2Z 2 роки тому

      make sure acrobat is installed and referenced. Check below video for full tut: ua-cam.com/video/uc6palG76Y8/v-deo.html

  • @ralaa82
    @ralaa82 4 роки тому

    hi guys, i cant find the link to the code

    • @VBAA2Z
      @VBAA2Z 4 роки тому

      To promote code yourself, projects/codes downloads are not available. Please let me know if you're stuck / need help.

  • @子墨-p3q
    @子墨-p3q 2 роки тому

    Dim pdf_form As AFORMAUTLib.AFormApp - Compile error: use-defind type not defined

    • @VBAA2Z
      @VBAA2Z 2 роки тому

      looks like Acrobat is not installed