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

NathanDawson
NathanDawson
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
4

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by NathanDawson
Customize the badges you want to showcase on your profile
Shrink text to fit no longer working? - Adobe LiveCycle 17-02-2012
A year or two ago I needed a solution that would shrink the font size of text down to fit the length of the text box on a form if too much text was entered. I found many posts in these forums explaining that all you have to do is set the font size of the field to 0. I tried it out at the time and it worked fine. I recently needed to do that again, but now when I set the font size to 0, this no longer shrinks the text to fit the field. The text now simply starts out at the smallest possible text ...

Views

1.2K

Likes

0

Replies

1
Forms Service renderHTMLForm only rendering first page of form - Adobe LiveCycle 15-02-2012
I'm rendering out XDP files as HTML using the Forms Service renderHTMLForm method. The problem is that no matter how many pages the XDP has, only the first page of HTML gets returned to the web service. I'm not setting the "pageNumber" property when I call the web service, so that shouldn't be causing a problem. The interesting thing is that the web service says that it is returning the correct number of pages (the "pageCount" return variable from the web service says it returned the correct num...

Views

376

Likes

0

Replies

0
Using processFormSubmission web service - Adobe LiveCycle 14-02-2012
I'm trying to figure out how to use the processFormSubmission web service. I have an XDP that I'm rendering as HTML. When a user submits the form, the following POST data is returned to the web server:[Seller_Name] => Array ( [0] => Joe Jones ) [dated] => Array ( [0] => 1/10/12 )[FSAPPLICATIONDATA_] => H4sIAAAAAAAAAO18WbOzOLLge/2KE/U0E+4qYx (data abbreviated)[FSRENDEROPTIONS_] => H4sIAAAAAAAAACXKQQqAMAwEwN/4ix4 (data abbreviated)The first two fields are the data that the user filled out, and the...

Views

390

Likes

0

Replies

0
Getting data from LC PDF vs. getting data from LC HTML - Adobe LiveCycle 10-02-2012
I've been rendering PDFs from LiveCycle and having the saved form data returned to my web server (not the LC server) as XML data. This has been working fine for a while. Recently I've started converting my PDFs to XDPs and rendering the XDPs as HTML. Now when the user clicks the "Save" button, instead of xml data I get a bunch of POST data. One of the fields is called "FSAPPLICATIONDATA_". Once I base 64 decode and gunzip this field, I get the XML data. Unlike the XML data that I get from a LC P...

Views

317

Likes

0

Replies

0