We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7682dca commit 7eaaaafCopy full SHA for 7eaaaaf
README.md
@@ -218,6 +218,7 @@ $pdf = new Pdf('/path/my.pdf');
218
$data = $pdf->getDataFields();
219
echo $data; // raw string; also can directly call $data->__toString();
220
print_r($data); // metadata as array; also can directly call $data->__toArray();
221
+$field1Value = $data[0]['FieldValue']; // array access to a field's value
222
```
223
224
#### How to perform more than one operation on a PDF
0 commit comments