mpower17
18-11-2010
Hi,
I have a HTML form with the Yahoo Rich Text Editor.
The Form posts the rich text to a Livecycles process. [REST]
The input type is String. How could I convert that string into a PDF?
TIA
Michael
Jasmin_Charbonn
19-11-2010
Do you just want to convert the string to PDF, or the string represents the HTML?
Either way, you can use LiveCylce PDF Generator to convert it over to a PDF.
Jasmin
17-03-2011
Thankyou,
I saved the input in a temporary file and used the HTML2PDF component, then deleted the temp file,
Cheers