Results 1 to 3 of 3

Thread: Internet java script in Acrobat

  1. #1
    Join Date
    Jun 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Internet java script in Acrobat

    Have anyone try using internet Java Script in Acrobat
    Far as creating combo box and links and etc?

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    You mean in a PDF?

    No. I don't think it's possible, though I know virtually nothing about the format, so I suppose it could be.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Quote Originally Posted by ylao27sai
    Have anyone try using internet Java Script in Acrobat
    Far as creating combo box and links and etc?
    Combo boxes and links are HTML, not javascript or Java Script. Acrobat 7 Pro, and perhaps earlier, allows conversion of HTML to PDF but, there are many irregularities, most of which can be worked around with a lot of ingenuity. It is worth a shot. I know from experience that links, standard links, are no problem. Like:

    HTML Code:
    <a href="http://www.somedomain.com/"><img src="some.jpg" border="0"></a>
    Translates (using Pro's converter option) to PDF form quite well. If you are dedicated to creating PDF and really want to 'get under the hood', learn the post script language and compile .PDF directly from .ps files.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •