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

Ankit_Khujneri
Ankit_Khujneri
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Ankit_Khujneri
Customize the badges you want to showcase on your profile
Re: Problem generating PDF using LifeCycle Designer ES - Adobe LiveCycle 28-05-2009
Hi All,The problem has been resolved.One learning: Never use the GET request method when passing the such huge data.//Flex code**********************************Instead of*****************************************var url:String = "/pdfSampleApp"; var snapshot:ImageSnapshot = ImageSnapshot.captureImage(uname);// uname is a textInput containerImage = ImageSnapshot.encodeImageAsBase64(snapshot); url = url + "/PDFGeneratorServlet?xmlData="+xmlImageModel"; navigateToURL(new URLRequest(url), "_New");**...

Views

78

Likes

0

Replies

0
Problem generating PDF using LifeCycle Designer ES - Adobe LiveCycle 27-05-2009
Hi,I am facing one problem while creating PDF using life cycle designer tool.I am trying to generate a PDF that will contain a simple textInput with some text. I am using a snapshot class to capture this component.This captured image is converted to base64 using base64Encoder.Now, this encoded string creates a problem with lifeCycle Designer..If I enter,say 7, in textInput, the PDF gets generated properly with a complete snaphot of text box and the text within. But if I enter some other text, sa...

Views

2.3K

Likes

0

Replies

1