Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

need to convert an excel if then statement into a PDF Fillable form

New Here ,
Apr 20, 2017 Apr 20, 2017

I need to convert an excel If Then Statements with multiple cell logic into a fillable PDF

TOPICS
Acrobat SDK and JavaScript , Windows
423
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 20, 2017 Apr 20, 2017

There is no direct conversion. Do you know any JavaScript at all?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 20, 2017 Apr 20, 2017

NO... I guess I need to learn java!

On Thu, Apr 20, 2017 at 3:48 PM, Joel_Geraci <forums_noreply@adobe.com>

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 20, 2017 Apr 20, 2017
LATEST

No. You need to learn JavaScript... it's different from Java.

Start here... Learning to Program JavaScript for Adobe Acrobat - KHKonsulting LLC

You'll also need to understand what the Excel formula is doing and map that into JavaScript code. If/Then/Else is pretty basic. You shouldn't have a hard time making it work.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines