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...