Hi,
Some how able to get the PDF generated by using your ideas.
Now the problem is -
I am having a HTML Table with values in textbox. When I try generating PDF, it shows only Label.
Did in the following way -
$ch = curl_init('http://www.parascale.com/images/tco/test.php'

;
curl_setopt_array( $ch, $options );
$content = curl_exec( $ch );
$err = curl_errno( $ch );
$errmsg = curl_error( $ch );
$header = curl_getinfo( $ch );
curl_close( $ch );
Also, how Flash items can be generated as PDF content.
Thanks for your instant responses.