Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Antonyz
Antonyz
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
15

Discussions

Discussions
0

Questions

Questions
7

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Antonyz
Customize the badges you want to showcase on your profile
How to import data automatically? - Adobe LiveCycle 18-04-2011
Hi people. I have one simple question here. I made a PDF form and distrubute it to many clients. Now I want to update it, say, change the content of a rolling list or something like that. I prefer to do it on my side, for example, I put a XML file on a server and when my clients open this PDF, it would load automatically the data from that XML file in order to update their PDF without redistrubuting a new PDF form to all my clients. Now I see that importing data automatically from a XML file req...

Views

283

Likes

0

Replies

0
What should I send to PDF in order to end the HTTP submitting process? - Adobe LiveCycle 13-04-2011
Hi people. I made a PDF form with a submit button (url-encoded data with HTTP Post). But I did not use a common page such as php to receive it. The form data will be read by a 4D database client and it can receive all the fileds and values of the form correctely. However, although the data has been received by 4D, the submitting process is not yet finish. The progress bar is stuck at half waiting for the response. So what should I send to the PDF form to tell it that the transmission is succesfu...

Views

463

Likes

0

Replies

2
Re: Problem while submit to a PHP Server - Adobe LiveCycle 11-04-2011
ok I found out where the problem is: you have to use "htmlspecialchars" ...

Views

84

Likes

0

Replies

0
Problem while submit to a PHP Server - Adobe LiveCycle 11-04-2011
Hello guys. I created a form and made a button to submit it to a PHP server choosing "URL-encoded data (HTTP Post)". I also made a specific field called "XML" in the form with javascript "XML.rawValue=xfa.datasets.data.saveXML();" in order to extract the XML data of the whole form to it. It works fine in the form but after submiting to the PHP server, I got a problem: with $_POST, I got all right values of each field except the field "XML", besides, it seems the XML data in this field has been "...

Views

431

Likes

0

Replies

1
Re: How to submit the form to a server? Need your suggestions - Adobe LiveCycle 09-03-2011
Thank you Srini. I will try in this direction. Hope it would work

Views

88

Likes

0

Replies

0
Re: How to submit the form to a server? Need your suggestions - Adobe LiveCycle 09-03-2011
Thank you Srini. I read your discussion and here's what I understood: I have to provide a Servlet and then the client click "Submit by HTTP", the data will be then sent to the Servlet. Servlet then resend these data to the webservice. By doing so, I can avoid using LC Reader Extensions. But the form should be on the web. If the client save the form in his computer this would not work. Am I right? Is such Servlet you mentioned easy to develop or is there any examples I can find? Thank you a lot.

Views

89

Likes

0

Replies

0
How to submit the form to a server? Need your suggestions - Adobe LiveCycle 09-03-2011
Hello folks. I am a student and I am now working on a co-operative project to design a PDF form for a company. The company has a webservice in order to receive data and save them in the database afterwards. After weeks of research I managed to send the data in XML to the server by calling webservice in javascript. However, this only works in Acrobat but the company wants it to work in Reader. I found that the only way is to use "LiveCycle Reader Extensions" to activate such function in Reader bu...

Views

769

Likes

0

Replies

4
Re: How to send data to a Webservice - Adobe LiveCycle 19-01-2011
All right. I think I will have to get the reader extentions. Thank you again.

Views

156

Likes

0

Replies

0
Re: How to send data to a Webservice - Adobe LiveCycle 19-01-2011
Thank you a lot buddy. Your summary is very useful to me. I am now considering another way: firstly export all the data in XML into a invisible field on the form, then bind this field to a webservice in order to submit the data. Does this appear possible to you with or without reader extensions? Thank you

Views

153

Likes

0

Replies

0