Hi,<br><br>I have a website with a map showing a few vectors using WFS and the properties of those vectors in a table.<br>I want give the user to opportunity to save the table as a PDF.<br>To do this I want to convert the features to a json string and put that in a hidden form element and submit that form to a PHP file that will create the PDF.<br>

<br>Of course I can loop through the features and create the json string manually, but I wonder if I can automatically export to features using something like:<br>feature.toJSON().<br><br>Of course I've used Google but the answers found talked about the other way round: JSON to features.<br>

<br>Please advice.<br clear="all"><br>Thanks,<br><br>Paul<br><br>