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.
2 parents 17bcbd3 + f9beee0 commit 4fcaa46Copy full SHA for 4fcaa46
README.md
@@ -89,8 +89,8 @@ This is a bonus feature that is not available from `pdftk`.
89
```php
90
use mikehaertl\pdftk\FdfFile;
91
92
-$fdf = new XfdfFile(['name'=>'Jürgen мирано']);
93
-$fdf->saveAs('/path/to/data.xfdf');
+$xfdf = new XfdfFile(['name'=>'Jürgen мирано']);
+$xfdf->saveAs('/path/to/data.xfdf');
94
95
$fdf = new FdfFile(['name'=>'Jürgen мирано']);
96
$fdf->saveAs('/path/to/data.fdf');
0 commit comments