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

Judith81
Judith81
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
4

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Judith81
Customize the badges you want to showcase on your profile
Performance static vs. dynamic PDF Form - Adobe LiveCycle 01-06-2010
I have a question concerning the performance of static vs. dynamic PDF forms.I designed a static PDF Form which worked fine. Now I would like to convert it to a dynamic form (since another page of the form requires a growing table).When I convert my form to a dynamic form the performance is much slower.I’ve read several articles on this topic, e.g.http://partners.adobe.com/public/developer/en/pdf/lc_designer_perf_guidelines.pdfhttp://www.adobe.com/devnet/livecycle/articles/DynamicInteractiveForm...

Views

979

Likes

0

Replies

1
Re: Prompt for a new file name on first save - Adobe LiveCycle 25-09-2009
Thank you, Nith, for looking again at my problem.Your proposal works.Have a nice weekend,Judith

Views

138

Likes

0

Replies

0
Re: Prompt for a new file name on first save - Adobe LiveCycle 21-09-2009
Thank you, Nith, for looking at my problem.Do you mean the scripting mehtod xfa.host.exportData?As far as I understood, this can be used to export the data, but not to save the whole file as PDF.My current solution looks like follows. I'm using the docReady event, to ask the user whether s/he wants to save under the same name or notServiceProcurementNotice::docReady - (JavaScript, client)var myDoc = event.target;try{var userSave = xfa.host.messageBox("Do you want to save changes to " + myDoc.doc...

Views

129

Likes

0

Replies

0
Prompt for a new file name on first save - Adobe LiveCycle 14-09-2009
I’m creating a form with 15 pages. The user might want to fill out the form several times with different content. So I’m looking for a solution where the user is asked to give a new name when s/he saves the PDF file for the first time. So the original empty form is still available for the next case.In Word I would create a template, so a document created based on this template has no name unless the user specifies one. I.e. when the user clicks on the save button for the first time s/he gets a S...

Views

1.7K

Likes

0

Replies

4