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

WRMA_Sam
WRMA_Sam
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
17

Discussions

Discussions
0

Questions

Questions
9

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by WRMA_Sam
Customize the badges you want to showcase on your profile
How to get XML data from a PDF form in .NET? - Adobe LiveCycle 04-04-2014
Hi,I know this may not be a proper question in this forum, but it is a PDF form related issue. I need some help in solving my problem in the following scenario:I have a web app processing PDF files. I have PDF fillable forms generated by Lifecycle. User downloads it from my web app, fills out it and sends it back via my web app (upload). I need to parse the form to XML file, then my existing web service will process XML files and save it to database. Previous we used an Email Submit Button and u...

Views

6.9K

Likes

0

Replies

2
Re: How to get the File/Save event - Adobe LiveCycle 20-03-2014
Hi Ratnesh,Thanks so much for the help. Yes, the preSave does get the event here. Then I have another question related to it: how to STOP saving process after I find the form is invalid?In my "Save Form" button click event, I do something like following: if (isValidForm()) {//set the timestamp...app.execMenuItem("SaveAs");}else{// run code to show the invlid form field...}This works as expected: no invalid file will be saved.While in the preSave event, I removed the app.execMenuItem("SaveAs"); s...

Views

237

Likes

0

Replies

0
How to get the File/Save event - Adobe LiveCycle 19-03-2014
Hi,I created a form, in LifeCycle Designer, with a "Save Form" button which has validation rules in it. However, if I click the File menu and select a save method (Save, Save as, Save As Other), I can save the file and bypass the validation rules, which is not what I want.Is there a way that I can catch the "save" event in the code behind when it is fired so that I can enforce my validation rules on the form, as I do in the "Save Form" button?ThanksSam

Views

1.3K

Likes

0

Replies

3
Re: Reducing the file size of an XML Form - Adobe LiveCycle 07-03-2014
I have the same issue recently. I don't know if this issue has been solved or not.

Views

1.3K

Likes

0

Replies

0
How to reduce a PDF document that contains an Adobe XML form? - Adobe LiveCycle 07-03-2014
Hi,I have created some fillable PDF files using Adobe LiveCycle Designer and used Adobe Acrobat Pro XI to save it as Reader Extended PDF > Enable More Tools (includes form fill-in and save)…The form includes image, text field, check box, radio button, table and other controls, as well as java scripts behind. The files are from 1 to 3 MB in size. I tried Reduced Size PDF and Optimized PDF, but I got a message: “This PDF document contains an Adobe XML form. Such files cannot be optimized.” My ques...

Views

2.9K

Likes

0

Replies

2
Re: How to NOT send some form data when form is submitted - Adobe LiveCycle 14-02-2014
Hi Kyle,This is exactly what I want! After I select No data binding, the field is in the form and active, but when submit in XML or merge it to spreadsheet, the field is gone.Forgive me if I did not make my self clear in my question. You answer is right to the point.Thanks so much!Sam

Views

349

Likes

0

Replies

0
Re: How to NOT send some form data when form is submitted - Adobe LiveCycle 14-02-2014
Radzmar,Thanks for the reply. Hmm, it seems very interesting. Here is my situation:I have a form with multiple pages (subforms). Each page contains a content table. A content table contains some rows. Each row contains a radiobutton group and a checkbox. Something like: ...formPage[0].contentTable.questionRow[0].formAnswer.SKIPCheckbox_01_01 (Checkbox name)formPage[0].contentTable.questionRow[1].formAnswer.SKIPCheckbox_01_02 (Checkbox name)...The checkbox name changes with the page and table row...

Views

237

Likes

0

Replies

0
How to run Accessibility Checker for fillable forms? - Adobe LiveCycle 14-02-2014
Hi,I created some PDF fillable forms with LifeCycle designer and saved them as Reader Extended PDF. I want to check their accessibility. By opening the "Accessibility Tool pane" from the Acrobat XI Pro, all the check options are disabled, except Steup Assistant. Can those fillable forms be checked by Accessibility Checker? If so, how? Or can they be checked with LifeCycle Designer?ThanksSam

Views

397

Likes

0

Replies

0
How to NOT send some form data when form is submitted - Adobe LiveCycle 14-02-2014
Hi,I created a PDF form with some radiobuttons in group and checkboxes. When I get the form data values, like using Email Submission Button to send form data in XML or using Merge data files into spreadsheet, I will see the data values for those radiobuttons and checkboxes.What I want here is to get only the data values for some controls like radiobuttons, but not other controls like checkboxes, in the XML or Excel spreadsheet after submitting the form. I just know how to hide the controls in th...

Views

1.4K

Likes

0

Replies

5
Re: Image action - Adobe LiveCycle 13-01-2014
I think not. I found we have to use a button on top of the image to make it seem like an image is clicked.

Views

163

Likes

0

Replies

0