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

vicky_rulz
vicky_rulz
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
3

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by vicky_rulz
Customize the badges you want to showcase on your profile
Re: Convert XFA Form Variable into a PDF Doc. - Adobe LiveCycle 27-08-2009
You get the following error in the stack trace:"xmldata: XML document structures must start and end within the same entity., cause: XML document structures must start and end within the same entity."That's means your variable xmldata for the data parameter doesn't contain valid xml data.Jasmin

Views

122

Likes

0

Replies

0
Re: XFA Variable in LiveCycle WorkBench ES - Adobe LiveCycle 18-08-2009
You'll need to use a mix of xfaForm and DocumentForm variable for the different user steps. If you use a xfaForm variable you can only submit the data back. That works when you don't need the PDF.If you need to use Reader Extension or Rights Management, you will need to recreate a PDF from that data that you can pass to the next user step. You can put that PDF in a DocumentForm variable and the user will get it. You would need to use the Form service to create the PDF.If you need to get back to ...

Views

66

Likes

0

Replies

0