diff --git a/functions/fdf.xml b/functions/fdf.xml index cbbdd8cb3e..25cc27b3bd 100644 --- a/functions/fdf.xml +++ b/functions/fdf.xml @@ -1,4 +1,4 @@ - + Forms Data Format functions FDF @@ -21,7 +21,7 @@ - The general idea of FDF is similar to HTML forms. The diffence is + The general idea of FDF is similar to HTML forms. The difference is basically the format how data is transmitted to the server when the submit button is pressed (this is actually the Form Data Format) and the format of the form itself (which is the Portable Document Format, PDF). @@ -42,7 +42,7 @@ catalogue object with the name FDF. Such an object may contain a number of entries like Fields, F, Status etc.. - The most commonly used entries are Fields whicht points + The most commonly used entries are Fields which points to a list of input fields, and F which contains the filename of the PDF-document this data belongs to. Those entries are referred to in the FDF documention as /F-Key or /Status-Key. @@ -227,7 +227,7 @@ unlink("outtest.fdf"); the parameter filename is '.'. This does not work if PHP is used as an apache module. In such a case one will have to write to a file and use e.g. - fpassthru. to output it. + fpassthru to output it. See also fdf_close and example for @@ -494,7 +494,7 @@ unlink("outtest.fdf"); fdf_set_submit_form_action - Sets an javascript action of a field + Sets a submit form action of a field Description