Expand my Community achievements bar.

Thom_Parker
Thom_Parker
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Here's a tool that generates ASP.NET code for doing the submit redirect to email:http://www.nk-inc.com/software/pdfemail.net/It's listed as a developer tool so I'm not sure how much programing you'll have to do to make it work.But these guys also do development so I'm sure they could easily build yo...

    Type

    Questions

    Views

    3.5K

    Likes

    0

    Replies

    0
  • Actually I've already done that in my previous posts.  I know that there are some scripts floating around out there for doing this sort of thing, but they probably aren't exactly what you want and are mostly for developers who can modify them for their own use.  I also pointed you to a form data ser...

    Type

    Questions

    Views

    3.5K

    Likes

    0

    Replies

    0
  • Actually, I believe that this was the point of my post, that you could write a server side script to mail off the submitted data.  And the server side script doesn't have to do any parsing, it can be very simple.  All it needs to do is to write all the bytes in the body of the HTTPRequest into a fil...

    Type

    Questions

    Views

    3.5K

    Likes

    0

    Replies

    0
  • LiveCycle forms and PDF documents are very different things.  The clock example is a native PDF document.  Importing it into LiveCycle will basically destroy it.  Both use Core JavaScript as the scripting language but each has it's own Document Object Model, or SDK.  And they use completely differen...

    Type

    Questions

    Views

    11.6K

    Likes

    0

    Replies

    0
  • Acrobat submits forms to a server as a standard HTTPRequest.  The data is stored in the body of the request in the format specified by the submit action on the PDF.  If you can write any kind of server side script, then you can probably write a script to package up the contents of the HTTPRequest in...

    Type

    Questions

    Views

    3.5K

    Likes

    0

    Replies

    0
  • Of course, the new interactive HTML docs.  I'm looking at the old PDF stuff.  Which begs the question, does this work on older verisions?Cheers

    Type

    Questions

    Views

    3.6K

    Likes

    0

    Replies

    0
  • Ha, Ha,  I misinterpreted the email.  We get private requests for help all the time.  We're a consulting company and I'm not allowed to provide free help unless it's public. I didn't catch that this one was a forum response.  Sorry.  Anyway, very clever work around.   The documentation doesn't say a...

    Type

    Questions

    Views

    3.6K

    Likes

    0

    Replies

    0
  • Hello Marty, We only answer questions on the forums. However you've hit on aninteresting issue. The problem is that when the focus is on the text boxit's in edit mode. It's only displaying the value interactively entered bythe user, or as a consequence of the change event. What you need to do i...

    Type

    Questions

    Views

    3.6K

    Likes

    0

    Replies

    0
  • Scripts in a regular PDF are entered using Acrobat Professional,  That's where you'll find the "Advanced/Document Processing" menu which contains several JavaScript tools.   LiveCycle forms have to be edited in LiveCycle Designer.  You can find lots of information on scripting AcroForms (regular PDF...

    Type

    Questions

    Views

    11.6K

    Likes

    0

    Replies

    0
  • The scripts in this file are explained in this Article:http://www.acrobatusers.com/tutorials/working-date-and-time-acrobat-javascript-part-3-3The functions used for handling time are part of the standard Core JavaScript Date Object. So the only difference between what's done on this file and the equ...

    Type

    Questions

    Views

    11.6K

    Likes

    2

    Replies

    0
Top badges earned by Thom_Parker
Customize the badges you want to showcase on your profile