(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL fdf SVN)
fdf_open_string — Read a FDF document from a string
Reads form data from a string.
You can use fdf_open_string() together with $HTTP_FDF_DATA to process FDF form input from a remote client.
fdf_data
The data as returned from a PDF form or created using fdf_create() and fdf_save_string().
Returns a FDF document handle, or false
on error.
Example #1 Accessing the form data
<?php
$fdf = fdf_open_string($HTTP_FDF_DATA);
/* ... */
fdf_close($fdf);
?>
Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!
Check out: eBank.nz (Art Generator) |
Netwrck.com (AI Tools) |
Text-Generator.io (AI API) |
BitBank.nz (Crypto AI) |
ReadingTime (Kids Reading) |
RewordGame |
BigMultiplayerChess |
WebFiddle |
How.nz |
Helix AI Assistant